br.gov.ans.padroes.tiss.schemas
Class CtDadosPagamento

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDadosPagamento

public class CtDadosPagamento
extends java.lang.Object

Java class for ct_dadosPagamento complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_dadosPagamento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dataPagamento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="loteOdonto" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_loteOdonto"/>
         <element name="demaisDescontos" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="descontos" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_descontoOdonto" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDadosPagamento.DemaisDescontos
          Java class for anonymous complex type.
 
Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataPagamento
           
protected  CtDadosPagamento.DemaisDescontos demaisDescontos
           
protected  CtLoteOdonto loteOdonto
           
 
Constructor Summary
CtDadosPagamento()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataPagamento()
          Gets the value of the dataPagamento property.
 CtDadosPagamento.DemaisDescontos getDemaisDescontos()
          Gets the value of the demaisDescontos property.
 CtLoteOdonto getLoteOdonto()
          Gets the value of the loteOdonto property.
 void setDataPagamento(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataPagamento property.
 void setDemaisDescontos(CtDadosPagamento.DemaisDescontos value)
          Sets the value of the demaisDescontos property.
 void setLoteOdonto(CtLoteOdonto value)
          Sets the value of the loteOdonto property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataPagamento

protected javax.xml.datatype.XMLGregorianCalendar dataPagamento

loteOdonto

protected CtLoteOdonto loteOdonto

demaisDescontos

protected CtDadosPagamento.DemaisDescontos demaisDescontos
Constructor Detail

CtDadosPagamento

public CtDadosPagamento()
Method Detail

getDataPagamento

public javax.xml.datatype.XMLGregorianCalendar getDataPagamento()
Gets the value of the dataPagamento property.

Returns:
possible object is XMLGregorianCalendar

setDataPagamento

public void setDataPagamento(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataPagamento property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLoteOdonto

public CtLoteOdonto getLoteOdonto()
Gets the value of the loteOdonto property.

Returns:
possible object is CtLoteOdonto

setLoteOdonto

public void setLoteOdonto(CtLoteOdonto value)
Sets the value of the loteOdonto property.

Parameters:
value - allowed object is CtLoteOdonto

getDemaisDescontos

public CtDadosPagamento.DemaisDescontos getDemaisDescontos()
Gets the value of the demaisDescontos property.

Returns:
possible object is CtDadosPagamento.DemaisDescontos

setDemaisDescontos

public void setDemaisDescontos(CtDadosPagamento.DemaisDescontos value)
Sets the value of the demaisDescontos property.

Parameters:
value - allowed object is CtDadosPagamento.DemaisDescontos