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

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tisssolicitacaodemonstrativoretorno.WsDemonstrativoRetorno

public class WsDemonstrativoRetorno
extends java.lang.Object

Java class for ws_DemonstrativoRetorno complex type.

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

 <complexType name="ws_DemonstrativoRetorno">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cabecalho" type="{http://www.ans.gov.br/padroes/tiss/schemas}cabecalhoTransacao"/>
         <element name="demonstrativoRetorno">
           <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>
         </element>
         <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class WsDemonstrativoRetorno.DemonstrativoRetorno
          Java class for anonymous complex type.
 
Field Summary
protected  CabecalhoTransacao cabecalho
           
protected  WsDemonstrativoRetorno.DemonstrativoRetorno demonstrativoRetorno
           
protected  java.lang.String hash
           
 
Constructor Summary
WsDemonstrativoRetorno()
           
 
Method Summary
 CabecalhoTransacao getCabecalho()
          Gets the value of the cabecalho property.
 WsDemonstrativoRetorno.DemonstrativoRetorno getDemonstrativoRetorno()
          Gets the value of the demonstrativoRetorno property.
 java.lang.String getHash()
          Gets the value of the hash property.
 void setCabecalho(CabecalhoTransacao value)
          Sets the value of the cabecalho property.
 void setDemonstrativoRetorno(WsDemonstrativoRetorno.DemonstrativoRetorno value)
          Sets the value of the demonstrativoRetorno property.
 void setHash(java.lang.String value)
          Sets the value of the hash property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cabecalho

protected CabecalhoTransacao cabecalho

demonstrativoRetorno

protected WsDemonstrativoRetorno.DemonstrativoRetorno demonstrativoRetorno

hash

protected java.lang.String hash
Constructor Detail

WsDemonstrativoRetorno

public WsDemonstrativoRetorno()
Method Detail

getCabecalho

public CabecalhoTransacao getCabecalho()
Gets the value of the cabecalho property.

Returns:
possible object is CabecalhoTransacao

setCabecalho

public void setCabecalho(CabecalhoTransacao value)
Sets the value of the cabecalho property.

Parameters:
value - allowed object is CabecalhoTransacao

getDemonstrativoRetorno

public WsDemonstrativoRetorno.DemonstrativoRetorno getDemonstrativoRetorno()
Gets the value of the demonstrativoRetorno property.

Returns:
possible object is WsDemonstrativoRetorno.DemonstrativoRetorno

setDemonstrativoRetorno

public void setDemonstrativoRetorno(WsDemonstrativoRetorno.DemonstrativoRetorno value)
Sets the value of the demonstrativoRetorno property.

Parameters:
value - allowed object is WsDemonstrativoRetorno.DemonstrativoRetorno

getHash

public java.lang.String getHash()
Gets the value of the hash property.

Returns:
possible object is String

setHash

public void setHash(java.lang.String value)
Sets the value of the hash property.

Parameters:
value - allowed object is String