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

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

public static class CtGuias.GuiaRevisaoGlosa
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="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>
 


Field Summary
protected  java.util.List<CtGuiaConsultaReapresentacao> guiaConsultaReapresentacao
           
protected  java.util.List<CtGuiaHonorarioIndividualReapresentacao> guiaHonorarioIndividualReapresentacao
           
protected  java.util.List<CtGuiaTratamentoOdontologicoReapresentacao> guiaOdontologiaReapresentacao
           
protected  java.util.List<CtGuiaResumoInternacaoReapresentacao> guiaResumoInternacaoReapresentacao
           
protected  java.util.List<CtGuiaSPSADTReapresentacao> guiaSPSADTReapresentacao
           
 
Constructor Summary
CtGuias.GuiaRevisaoGlosa()
           
 
Method Summary
 java.util.List<CtGuiaConsultaReapresentacao> getGuiaConsultaReapresentacao()
          Gets the value of the guiaConsultaReapresentacao property.
 java.util.List<CtGuiaHonorarioIndividualReapresentacao> getGuiaHonorarioIndividualReapresentacao()
          Gets the value of the guiaHonorarioIndividualReapresentacao property.
 java.util.List<CtGuiaTratamentoOdontologicoReapresentacao> getGuiaOdontologiaReapresentacao()
          Gets the value of the guiaOdontologiaReapresentacao property.
 java.util.List<CtGuiaResumoInternacaoReapresentacao> getGuiaResumoInternacaoReapresentacao()
          Gets the value of the guiaResumoInternacaoReapresentacao property.
 java.util.List<CtGuiaSPSADTReapresentacao> getGuiaSPSADTReapresentacao()
          Gets the value of the guiaSPSADTReapresentacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guiaConsultaReapresentacao

protected java.util.List<CtGuiaConsultaReapresentacao> guiaConsultaReapresentacao

guiaSPSADTReapresentacao

protected java.util.List<CtGuiaSPSADTReapresentacao> guiaSPSADTReapresentacao

guiaResumoInternacaoReapresentacao

protected java.util.List<CtGuiaResumoInternacaoReapresentacao> guiaResumoInternacaoReapresentacao

guiaHonorarioIndividualReapresentacao

protected java.util.List<CtGuiaHonorarioIndividualReapresentacao> guiaHonorarioIndividualReapresentacao

guiaOdontologiaReapresentacao

protected java.util.List<CtGuiaTratamentoOdontologicoReapresentacao> guiaOdontologiaReapresentacao
Constructor Detail

CtGuias.GuiaRevisaoGlosa

public CtGuias.GuiaRevisaoGlosa()
Method Detail

getGuiaConsultaReapresentacao

public java.util.List<CtGuiaConsultaReapresentacao> getGuiaConsultaReapresentacao()
Gets the value of the guiaConsultaReapresentacao 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 guiaConsultaReapresentacao property.

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

    getGuiaConsultaReapresentacao().add(newItem);
 

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


getGuiaSPSADTReapresentacao

public java.util.List<CtGuiaSPSADTReapresentacao> getGuiaSPSADTReapresentacao()
Gets the value of the guiaSPSADTReapresentacao 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 guiaSPSADTReapresentacao property.

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

    getGuiaSPSADTReapresentacao().add(newItem);
 

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


getGuiaResumoInternacaoReapresentacao

public java.util.List<CtGuiaResumoInternacaoReapresentacao> getGuiaResumoInternacaoReapresentacao()
Gets the value of the guiaResumoInternacaoReapresentacao 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 guiaResumoInternacaoReapresentacao property.

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

    getGuiaResumoInternacaoReapresentacao().add(newItem);
 

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


getGuiaHonorarioIndividualReapresentacao

public java.util.List<CtGuiaHonorarioIndividualReapresentacao> getGuiaHonorarioIndividualReapresentacao()
Gets the value of the guiaHonorarioIndividualReapresentacao 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 guiaHonorarioIndividualReapresentacao property.

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

    getGuiaHonorarioIndividualReapresentacao().add(newItem);
 

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


getGuiaOdontologiaReapresentacao

public java.util.List<CtGuiaTratamentoOdontologicoReapresentacao> getGuiaOdontologiaReapresentacao()
Gets the value of the guiaOdontologiaReapresentacao 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 guiaOdontologiaReapresentacao property.

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

    getGuiaOdontologiaReapresentacao().add(newItem);
 

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