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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtGuias.GuiaFaturamento
Enclosing class:
CtGuias

public static class CtGuias.GuiaFaturamento
extends java.lang.Object

Java class for anonymous complex type.

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

 <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>
 


Field Summary
protected  java.util.List<CtGuiaConsulta> guiaConsulta
           
protected  java.util.List<CtGuiaHonorarioIndividual> guiaHonorarioIndividual
           
protected  java.util.List<CtGuiaOdontologia> guiaOdontologia
           
protected  java.util.List<CtGuiaResumoInternacao> guiaResumoInternacao
           
protected  java.util.List<CtGuiaSPSADT> guiaSPSADT
           
 
Constructor Summary
CtGuias.GuiaFaturamento()
           
 
Method Summary
 java.util.List<CtGuiaConsulta> getGuiaConsulta()
          Gets the value of the guiaConsulta property.
 java.util.List<CtGuiaHonorarioIndividual> getGuiaHonorarioIndividual()
          Gets the value of the guiaHonorarioIndividual property.
 java.util.List<CtGuiaOdontologia> getGuiaOdontologia()
          Gets the value of the guiaOdontologia property.
 java.util.List<CtGuiaResumoInternacao> getGuiaResumoInternacao()
          Gets the value of the guiaResumoInternacao property.
 java.util.List<CtGuiaSPSADT> getGuiaSPSADT()
          Gets the value of the guiaSPSADT property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guiaConsulta

protected java.util.List<CtGuiaConsulta> guiaConsulta

guiaSPSADT

protected java.util.List<CtGuiaSPSADT> guiaSPSADT

guiaResumoInternacao

protected java.util.List<CtGuiaResumoInternacao> guiaResumoInternacao

guiaHonorarioIndividual

protected java.util.List<CtGuiaHonorarioIndividual> guiaHonorarioIndividual

guiaOdontologia

protected java.util.List<CtGuiaOdontologia> guiaOdontologia
Constructor Detail

CtGuias.GuiaFaturamento

public CtGuias.GuiaFaturamento()
Method Detail

getGuiaConsulta

public java.util.List<CtGuiaConsulta> getGuiaConsulta()
Gets the value of the guiaConsulta property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaConsulta property.

For example, to add a new item, do as follows:

    getGuiaConsulta().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaConsulta


getGuiaSPSADT

public java.util.List<CtGuiaSPSADT> getGuiaSPSADT()
Gets the value of the guiaSPSADT property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaSPSADT property.

For example, to add a new item, do as follows:

    getGuiaSPSADT().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaSPSADT


getGuiaResumoInternacao

public java.util.List<CtGuiaResumoInternacao> getGuiaResumoInternacao()
Gets the value of the guiaResumoInternacao property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaResumoInternacao property.

For example, to add a new item, do as follows:

    getGuiaResumoInternacao().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaResumoInternacao


getGuiaHonorarioIndividual

public java.util.List<CtGuiaHonorarioIndividual> getGuiaHonorarioIndividual()
Gets the value of the guiaHonorarioIndividual property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaHonorarioIndividual property.

For example, to add a new item, do as follows:

    getGuiaHonorarioIndividual().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaHonorarioIndividual


getGuiaOdontologia

public java.util.List<CtGuiaOdontologia> getGuiaOdontologia()
Gets the value of the guiaOdontologia property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the guiaOdontologia property.

For example, to add a new item, do as follows:

    getGuiaOdontologia().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaOdontologia