br.gov.ans.padroes.tiss.schemas.v20103
Class CtDadosGuia

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

public class CtDadosGuia
extends java.lang.Object

Java class for ct_dadosGuia complex type.

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

 <complexType name="ct_dadosGuia">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroGuiaPrestador" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_numeroGuia"/>
         <element name="numeroGuiaOperadora" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_numeroGuia" minOccurs="0"/>
         <element name="beneficiario" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_beneficiario"/>
         <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
         <element name="valorProcessadoGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
         <element name="valorLiberadoGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
         <element name="valorGlosaGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
         <element name="procedimentos">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dadosProcedimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_dadosProcedimento" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="codigoGlosaGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_motivoGlosa" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDadosGuia.Procedimentos
          Java class for anonymous complex type.
 
Field Summary
protected  CtBeneficiario beneficiario
           
protected  java.util.List<CtMotivoGlosa> codigoGlosaGuia
           
protected  java.lang.String dataRealizacao
           
protected  java.lang.String numeroGuiaOperadora
           
protected  java.lang.String numeroGuiaPrestador
           
protected  CtDadosGuia.Procedimentos procedimentos
           
protected  java.math.BigDecimal valorGlosaGuia
           
protected  java.math.BigDecimal valorLiberadoGuia
           
protected  java.math.BigDecimal valorProcessadoGuia
           
 
Constructor Summary
CtDadosGuia()
           
 
Method Summary
 CtBeneficiario getBeneficiario()
          Gets the value of the beneficiario property.
 java.util.List<CtMotivoGlosa> getCodigoGlosaGuia()
          Gets the value of the codigoGlosaGuia property.
 java.lang.String getDataRealizacao()
          Gets the value of the dataRealizacao property.
 java.lang.String getNumeroGuiaOperadora()
          Gets the value of the numeroGuiaOperadora property.
 java.lang.String getNumeroGuiaPrestador()
          Gets the value of the numeroGuiaPrestador property.
 CtDadosGuia.Procedimentos getProcedimentos()
          Gets the value of the procedimentos property.
 java.math.BigDecimal getValorGlosaGuia()
          Gets the value of the valorGlosaGuia property.
 java.math.BigDecimal getValorLiberadoGuia()
          Gets the value of the valorLiberadoGuia property.
 java.math.BigDecimal getValorProcessadoGuia()
          Gets the value of the valorProcessadoGuia property.
 void setBeneficiario(CtBeneficiario value)
          Sets the value of the beneficiario property.
 void setDataRealizacao(java.lang.String value)
          Sets the value of the dataRealizacao property.
 void setNumeroGuiaOperadora(java.lang.String value)
          Sets the value of the numeroGuiaOperadora property.
 void setNumeroGuiaPrestador(java.lang.String value)
          Sets the value of the numeroGuiaPrestador property.
 void setProcedimentos(CtDadosGuia.Procedimentos value)
          Sets the value of the procedimentos property.
 void setValorGlosaGuia(java.math.BigDecimal value)
          Sets the value of the valorGlosaGuia property.
 void setValorLiberadoGuia(java.math.BigDecimal value)
          Sets the value of the valorLiberadoGuia property.
 void setValorProcessadoGuia(java.math.BigDecimal value)
          Sets the value of the valorProcessadoGuia property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numeroGuiaPrestador

protected java.lang.String numeroGuiaPrestador

numeroGuiaOperadora

protected java.lang.String numeroGuiaOperadora

beneficiario

protected CtBeneficiario beneficiario

dataRealizacao

protected java.lang.String dataRealizacao

valorProcessadoGuia

protected java.math.BigDecimal valorProcessadoGuia

valorLiberadoGuia

protected java.math.BigDecimal valorLiberadoGuia

valorGlosaGuia

protected java.math.BigDecimal valorGlosaGuia

procedimentos

protected CtDadosGuia.Procedimentos procedimentos

codigoGlosaGuia

protected java.util.List<CtMotivoGlosa> codigoGlosaGuia
Constructor Detail

CtDadosGuia

public CtDadosGuia()
Method Detail

getNumeroGuiaPrestador

public java.lang.String getNumeroGuiaPrestador()
Gets the value of the numeroGuiaPrestador property.

Returns:
possible object is String

setNumeroGuiaPrestador

public void setNumeroGuiaPrestador(java.lang.String value)
Sets the value of the numeroGuiaPrestador property.

Parameters:
value - allowed object is String

getNumeroGuiaOperadora

public java.lang.String getNumeroGuiaOperadora()
Gets the value of the numeroGuiaOperadora property.

Returns:
possible object is String

setNumeroGuiaOperadora

public void setNumeroGuiaOperadora(java.lang.String value)
Sets the value of the numeroGuiaOperadora property.

Parameters:
value - allowed object is String

getBeneficiario

public CtBeneficiario getBeneficiario()
Gets the value of the beneficiario property.

Returns:
possible object is CtBeneficiario

setBeneficiario

public void setBeneficiario(CtBeneficiario value)
Sets the value of the beneficiario property.

Parameters:
value - allowed object is CtBeneficiario

getDataRealizacao

public java.lang.String getDataRealizacao()
Gets the value of the dataRealizacao property.

Returns:
possible object is String

setDataRealizacao

public void setDataRealizacao(java.lang.String value)
Sets the value of the dataRealizacao property.

Parameters:
value - allowed object is String

getValorProcessadoGuia

public java.math.BigDecimal getValorProcessadoGuia()
Gets the value of the valorProcessadoGuia property.

Returns:
possible object is BigDecimal

setValorProcessadoGuia

public void setValorProcessadoGuia(java.math.BigDecimal value)
Sets the value of the valorProcessadoGuia property.

Parameters:
value - allowed object is BigDecimal

getValorLiberadoGuia

public java.math.BigDecimal getValorLiberadoGuia()
Gets the value of the valorLiberadoGuia property.

Returns:
possible object is BigDecimal

setValorLiberadoGuia

public void setValorLiberadoGuia(java.math.BigDecimal value)
Sets the value of the valorLiberadoGuia property.

Parameters:
value - allowed object is BigDecimal

getValorGlosaGuia

public java.math.BigDecimal getValorGlosaGuia()
Gets the value of the valorGlosaGuia property.

Returns:
possible object is BigDecimal

setValorGlosaGuia

public void setValorGlosaGuia(java.math.BigDecimal value)
Sets the value of the valorGlosaGuia property.

Parameters:
value - allowed object is BigDecimal

getProcedimentos

public CtDadosGuia.Procedimentos getProcedimentos()
Gets the value of the procedimentos property.

Returns:
possible object is CtDadosGuia.Procedimentos

setProcedimentos

public void setProcedimentos(CtDadosGuia.Procedimentos value)
Sets the value of the procedimentos property.

Parameters:
value - allowed object is CtDadosGuia.Procedimentos

getCodigoGlosaGuia

public java.util.List<CtMotivoGlosa> getCodigoGlosaGuia()
Gets the value of the codigoGlosaGuia 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 codigoGlosaGuia property.

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

    getCodigoGlosaGuia().add(newItem);
 

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