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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20103.CtDadosPagamento
Direct Known Subclasses:
CtDemonstrativoOdontologia.DadosPagamento

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.v20103}st_data"/>
         <element name="loteOdonto">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_loteOdonto">
                 <sequence>
                   <element name="totalGeralLote" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_totalDemoOdonto"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDadosPagamento.LoteOdonto
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String dataPagamento
           
protected  CtDadosPagamento.LoteOdonto loteOdonto
           
 
Constructor Summary
CtDadosPagamento()
           
 
Method Summary
 java.lang.String getDataPagamento()
          Gets the value of the dataPagamento property.
 CtDadosPagamento.LoteOdonto getLoteOdonto()
          Gets the value of the loteOdonto property.
 void setDataPagamento(java.lang.String value)
          Sets the value of the dataPagamento property.
 void setLoteOdonto(CtDadosPagamento.LoteOdonto 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 java.lang.String dataPagamento

loteOdonto

protected CtDadosPagamento.LoteOdonto loteOdonto
Constructor Detail

CtDadosPagamento

public CtDadosPagamento()
Method Detail

getDataPagamento

public java.lang.String getDataPagamento()
Gets the value of the dataPagamento property.

Returns:
possible object is String

setDataPagamento

public void setDataPagamento(java.lang.String value)
Sets the value of the dataPagamento property.

Parameters:
value - allowed object is String

getLoteOdonto

public CtDadosPagamento.LoteOdonto getLoteOdonto()
Gets the value of the loteOdonto property.

Returns:
possible object is CtDadosPagamento.LoteOdonto

setLoteOdonto

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

Parameters:
value - allowed object is CtDadosPagamento.LoteOdonto