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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtGuias
Direct Known Subclasses:
CtLoteGuias.Guias

public class CtGuias
extends java.lang.Object

Java class for ct_guias complex type.

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

 <complexType name="ct_guias">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="guiaFaturamento">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="guiaConsulta" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaConsulta" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaSP_SADT" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSP_SADT" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaResumoInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaResumoInternacao" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaHonorarioIndividual" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaHonorarioIndividual" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaOdontologia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaOdontologia" maxOccurs="unbounded" minOccurs="0"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="guiaRevisaoGlosa">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="guiaConsultaReapresentacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaConsultaReapresentacao" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaSP_SADTReapresentacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaSP_SADTReapresentacao" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaResumoInternacaoReapresentacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaResumoInternacaoReapresentacao" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaHonorarioIndividualReapresentacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaHonorarioIndividualReapresentacao" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="guiaOdontologiaReapresentacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_guiaTratamentoOdontologicoReapresentacao" maxOccurs="unbounded" minOccurs="0"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtGuias.GuiaFaturamento
          Java class for anonymous complex type.
static class CtGuias.GuiaRevisaoGlosa
          Java class for anonymous complex type.
 
Field Summary
protected  CtGuias.GuiaFaturamento guiaFaturamento
           
protected  CtGuias.GuiaRevisaoGlosa guiaRevisaoGlosa
           
 
Constructor Summary
CtGuias()
           
 
Method Summary
 CtGuias.GuiaFaturamento getGuiaFaturamento()
          Gets the value of the guiaFaturamento property.
 CtGuias.GuiaRevisaoGlosa getGuiaRevisaoGlosa()
          Gets the value of the guiaRevisaoGlosa property.
 void setGuiaFaturamento(CtGuias.GuiaFaturamento value)
          Sets the value of the guiaFaturamento property.
 void setGuiaRevisaoGlosa(CtGuias.GuiaRevisaoGlosa value)
          Sets the value of the guiaRevisaoGlosa property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guiaFaturamento

protected CtGuias.GuiaFaturamento guiaFaturamento

guiaRevisaoGlosa

protected CtGuias.GuiaRevisaoGlosa guiaRevisaoGlosa
Constructor Detail

CtGuias

public CtGuias()
Method Detail

getGuiaFaturamento

public CtGuias.GuiaFaturamento getGuiaFaturamento()
Gets the value of the guiaFaturamento property.

Returns:
possible object is CtGuias.GuiaFaturamento

setGuiaFaturamento

public void setGuiaFaturamento(CtGuias.GuiaFaturamento value)
Sets the value of the guiaFaturamento property.

Parameters:
value - allowed object is CtGuias.GuiaFaturamento

getGuiaRevisaoGlosa

public CtGuias.GuiaRevisaoGlosa getGuiaRevisaoGlosa()
Gets the value of the guiaRevisaoGlosa property.

Returns:
possible object is CtGuias.GuiaRevisaoGlosa

setGuiaRevisaoGlosa

public void setGuiaRevisaoGlosa(CtGuias.GuiaRevisaoGlosa value)
Sets the value of the guiaRevisaoGlosa property.

Parameters:
value - allowed object is CtGuias.GuiaRevisaoGlosa