br.gov.ans.tiss.ws.tipos.tissloteanexo.v20201
Class WsProtocoloRecebimentoAnexo

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tissloteanexo.v20201.WsProtocoloRecebimentoAnexo

public class WsProtocoloRecebimentoAnexo
extends java.lang.Object

Java class for ws_protocoloRecebimentoAnexo complex type.

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

 <complexType name="ws_protocoloRecebimentoAnexo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cabecalho" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}cabecalhoTransacao"/>
         <element name="protocoloRecebimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_protocoloRecebimentoAnexo"/>
         <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CabecalhoTransacao cabecalho
           
protected  java.lang.String hash
           
protected  CtProtocoloRecebimentoAnexo protocoloRecebimento
           
 
Constructor Summary
WsProtocoloRecebimentoAnexo()
           
 
Method Summary
 CabecalhoTransacao getCabecalho()
          Gets the value of the cabecalho property.
 java.lang.String getHash()
          Gets the value of the hash property.
 CtProtocoloRecebimentoAnexo getProtocoloRecebimento()
          Gets the value of the protocoloRecebimento property.
 void setCabecalho(CabecalhoTransacao value)
          Sets the value of the cabecalho property.
 void setHash(java.lang.String value)
          Sets the value of the hash property.
 void setProtocoloRecebimento(CtProtocoloRecebimentoAnexo value)
          Sets the value of the protocoloRecebimento 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

protocoloRecebimento

protected CtProtocoloRecebimentoAnexo protocoloRecebimento

hash

protected java.lang.String hash
Constructor Detail

WsProtocoloRecebimentoAnexo

public WsProtocoloRecebimentoAnexo()
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

getProtocoloRecebimento

public CtProtocoloRecebimentoAnexo getProtocoloRecebimento()
Gets the value of the protocoloRecebimento property.

Returns:
possible object is CtProtocoloRecebimentoAnexo

setProtocoloRecebimento

public void setProtocoloRecebimento(CtProtocoloRecebimentoAnexo value)
Sets the value of the protocoloRecebimento property.

Parameters:
value - allowed object is CtProtocoloRecebimentoAnexo

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