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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.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}st_numeroGuia"/>
         <element name="numeroGuiaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroGuia" minOccurs="0"/>
         <element name="beneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/>
         <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="valorProcessadoGuia" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="valorLiberadoGuia" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="valorGlosaGuia" type="{http://www.w3.org/2001/XMLSchema}anyType" 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}ct_dadosProcedimento" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="codigoGlosaGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}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  javax.xml.datatype.XMLGregorianCalendar dataRealizacao
           
protected  java.lang.String numeroGuiaOperadora
           
protected  java.lang.String numeroGuiaPrestador
           
protected  CtDadosGuia.Procedimentos procedimentos
           
protected  java.lang.Object valorGlosaGuia
           
protected  java.lang.Double valorLiberadoGuia
           
protected  java.lang.Double 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.
 javax.xml.datatype.XMLGregorianCalendar 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.lang.Object getValorGlosaGuia()
          Gets the value of the valorGlosaGuia property.
 java.lang.Double getValorLiberadoGuia()
          Gets the value of the valorLiberadoGuia property.
 java.lang.Double getValorProcessadoGuia()
          Gets the value of the valorProcessadoGuia property.
 void setBeneficiario(CtBeneficiario value)
          Sets the value of the beneficiario property.
 void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar 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.lang.Object value)
          Sets the value of the valorGlosaGuia property.
 void setValorLiberadoGuia(java.lang.Double value)
          Sets the value of the valorLiberadoGuia property.
 void setValorProcessadoGuia(java.lang.Double 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 javax.xml.datatype.XMLGregorianCalendar dataRealizacao

valorProcessadoGuia

protected java.lang.Double valorProcessadoGuia

valorLiberadoGuia

protected java.lang.Double valorLiberadoGuia

valorGlosaGuia

protected java.lang.Object 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 javax.xml.datatype.XMLGregorianCalendar getDataRealizacao()
Gets the value of the dataRealizacao property.

Returns:
possible object is XMLGregorianCalendar

setDataRealizacao

public void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataRealizacao property.

Parameters:
value - allowed object is XMLGregorianCalendar

getValorProcessadoGuia

public java.lang.Double getValorProcessadoGuia()
Gets the value of the valorProcessadoGuia property.

Returns:
possible object is Double

setValorProcessadoGuia

public void setValorProcessadoGuia(java.lang.Double value)
Sets the value of the valorProcessadoGuia property.

Parameters:
value - allowed object is Double

getValorLiberadoGuia

public java.lang.Double getValorLiberadoGuia()
Gets the value of the valorLiberadoGuia property.

Returns:
possible object is Double

setValorLiberadoGuia

public void setValorLiberadoGuia(java.lang.Double value)
Sets the value of the valorLiberadoGuia property.

Parameters:
value - allowed object is Double

getValorGlosaGuia

public java.lang.Object getValorGlosaGuia()
Gets the value of the valorGlosaGuia property.

Returns:
possible object is Object

setValorGlosaGuia

public void setValorGlosaGuia(java.lang.Object value)
Sets the value of the valorGlosaGuia property.

Parameters:
value - allowed object is Object

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