br.gov.ans.tiss.ws.tipos.tisscancelaguia
Class WsCancelaGuia

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tisscancelaguia.WsCancelaGuia

public class WsCancelaGuia
extends java.lang.Object

Java class for ws_cancelaGuia complex type.

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

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


Field Summary
protected  CabecalhoTransacao cabecalho
           
protected  CtCancelaGuia cancelaGuia
           
protected  java.lang.String hash
           
 
Constructor Summary
WsCancelaGuia()
           
 
Method Summary
 CabecalhoTransacao getCabecalho()
          Gets the value of the cabecalho property.
 CtCancelaGuia getCancelaGuia()
          Gets the value of the cancelaGuia property.
 java.lang.String getHash()
          Gets the value of the hash property.
 void setCabecalho(CabecalhoTransacao value)
          Sets the value of the cabecalho property.
 void setCancelaGuia(CtCancelaGuia value)
          Sets the value of the cancelaGuia 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

cancelaGuia

protected CtCancelaGuia cancelaGuia

hash

protected java.lang.String hash
Constructor Detail

WsCancelaGuia

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

getCancelaGuia

public CtCancelaGuia getCancelaGuia()
Gets the value of the cancelaGuia property.

Returns:
possible object is CtCancelaGuia

setCancelaGuia

public void setCancelaGuia(CtCancelaGuia value)
Sets the value of the cancelaGuia property.

Parameters:
value - allowed object is CtCancelaGuia

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