br.gov.ans.padroes.tiss.schemas
Class CtCancelaGuia

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtCancelaGuia

public class CtCancelaGuia
extends java.lang.Object

Java class for ct_cancelaGuia complex type.

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

 <complexType name="ct_cancelaGuia">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="guia">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dadosGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtCancelaGuia.Guia
          Java class for anonymous complex type.
 
Field Summary
protected  CtContratado dadosPrestador
           
protected  CtCancelaGuia.Guia guia
           
protected  java.lang.String observacao
           
 
Constructor Summary
CtCancelaGuia()
           
 
Method Summary
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 CtCancelaGuia.Guia getGuia()
          Gets the value of the guia property.
 java.lang.String getObservacao()
          Gets the value of the observacao property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 void setGuia(CtCancelaGuia.Guia value)
          Sets the value of the guia property.
 void setObservacao(java.lang.String value)
          Sets the value of the observacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dadosPrestador

protected CtContratado dadosPrestador

guia

protected CtCancelaGuia.Guia guia

observacao

protected java.lang.String observacao
Constructor Detail

CtCancelaGuia

public CtCancelaGuia()
Method Detail

getDadosPrestador

public CtContratado getDadosPrestador()
Gets the value of the dadosPrestador property.

Returns:
possible object is CtContratado

setDadosPrestador

public void setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property.

Parameters:
value - allowed object is CtContratado

getGuia

public CtCancelaGuia.Guia getGuia()
Gets the value of the guia property.

Returns:
possible object is CtCancelaGuia.Guia

setGuia

public void setGuia(CtCancelaGuia.Guia value)
Sets the value of the guia property.

Parameters:
value - allowed object is CtCancelaGuia.Guia

getObservacao

public java.lang.String getObservacao()
Gets the value of the observacao property.

Returns:
possible object is String

setObservacao

public void setObservacao(java.lang.String value)
Sets the value of the observacao property.

Parameters:
value - allowed object is String