br.gov.ans.tiss.ws.tipos.tisssolicitacaodemonstrativoretorno
Class WsDemonstrativoRetorno.DemonstrativoRetorno

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tisssolicitacaodemonstrativoretorno.WsDemonstrativoRetorno.DemonstrativoRetorno
Enclosing class:
WsDemonstrativoRetorno

public static class WsDemonstrativoRetorno.DemonstrativoRetorno
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="demonstrativoAnaliseConta" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_demonstrativoAnaliseConta" maxOccurs="unbounded" minOccurs="0"/>
         <element name="demonstrativoOdontologia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_demonstrativoOdontologia" maxOccurs="unbounded" minOccurs="0"/>
         <element name="demonstrativoPagamento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_demonstrativoPagamento" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CtDemonstrativoAnaliseConta> demonstrativoAnaliseConta
           
protected  java.util.List<CtDemonstrativoOdontologia> demonstrativoOdontologia
           
protected  java.util.List<CtDemonstrativoPagamento> demonstrativoPagamento
           
 
Constructor Summary
WsDemonstrativoRetorno.DemonstrativoRetorno()
           
 
Method Summary
 java.util.List<CtDemonstrativoAnaliseConta> getDemonstrativoAnaliseConta()
          Gets the value of the demonstrativoAnaliseConta property.
 java.util.List<CtDemonstrativoOdontologia> getDemonstrativoOdontologia()
          Gets the value of the demonstrativoOdontologia property.
 java.util.List<CtDemonstrativoPagamento> getDemonstrativoPagamento()
          Gets the value of the demonstrativoPagamento property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

demonstrativoAnaliseConta

protected java.util.List<CtDemonstrativoAnaliseConta> demonstrativoAnaliseConta

demonstrativoOdontologia

protected java.util.List<CtDemonstrativoOdontologia> demonstrativoOdontologia

demonstrativoPagamento

protected java.util.List<CtDemonstrativoPagamento> demonstrativoPagamento
Constructor Detail

WsDemonstrativoRetorno.DemonstrativoRetorno

public WsDemonstrativoRetorno.DemonstrativoRetorno()
Method Detail

getDemonstrativoAnaliseConta

public java.util.List<CtDemonstrativoAnaliseConta> getDemonstrativoAnaliseConta()
Gets the value of the demonstrativoAnaliseConta property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the demonstrativoAnaliseConta property.

For example, to add a new item, do as follows:

    getDemonstrativoAnaliseConta().add(newItem);
 

Objects of the following type(s) are allowed in the list CtDemonstrativoAnaliseConta


getDemonstrativoOdontologia

public java.util.List<CtDemonstrativoOdontologia> getDemonstrativoOdontologia()
Gets the value of the demonstrativoOdontologia property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the demonstrativoOdontologia property.

For example, to add a new item, do as follows:

    getDemonstrativoOdontologia().add(newItem);
 

Objects of the following type(s) are allowed in the list CtDemonstrativoOdontologia


getDemonstrativoPagamento

public java.util.List<CtDemonstrativoPagamento> getDemonstrativoPagamento()
Gets the value of the demonstrativoPagamento property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the demonstrativoPagamento property.

For example, to add a new item, do as follows:

    getDemonstrativoPagamento().add(newItem);
 

Objects of the following type(s) are allowed in the list CtDemonstrativoPagamento