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

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

public class CtDetalheGuiaOdonto
extends java.lang.Object

Java class for ct_detalheGuiaOdonto complex type.

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

 <complexType name="ct_detalheGuiaOdonto">
   <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="codigoBeneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoBeneficiario"/>
         <element name="NomeBeneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/>
         <element name="procedimentoRealizado">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="procedimentosOdonto" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_procedimentoOdontoRealizado" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="valorTotalGlosaGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
         <element name="valorTotalLiberadoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
         <element name="valorTotalProcessadoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDetalheGuiaOdonto.ProcedimentoRealizado
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String codigoBeneficiario
           
protected  java.lang.String nomeBeneficiario
           
protected  java.lang.String numeroGuiaOperadora
           
protected  java.lang.String numeroGuiaPrestador
           
protected  CtDetalheGuiaOdonto.ProcedimentoRealizado procedimentoRealizado
           
protected  java.math.BigDecimal valorTotalGlosaGuia
           
protected  java.math.BigDecimal valorTotalLiberadoGuia
           
protected  java.math.BigDecimal valorTotalProcessadoGuia
           
 
Constructor Summary
CtDetalheGuiaOdonto()
           
 
Method Summary
 java.lang.String getCodigoBeneficiario()
          Gets the value of the codigoBeneficiario property.
 java.lang.String getNomeBeneficiario()
          Gets the value of the nomeBeneficiario property.
 java.lang.String getNumeroGuiaOperadora()
          Gets the value of the numeroGuiaOperadora property.
 java.lang.String getNumeroGuiaPrestador()
          Gets the value of the numeroGuiaPrestador property.
 CtDetalheGuiaOdonto.ProcedimentoRealizado getProcedimentoRealizado()
          Gets the value of the procedimentoRealizado property.
 java.math.BigDecimal getValorTotalGlosaGuia()
          Gets the value of the valorTotalGlosaGuia property.
 java.math.BigDecimal getValorTotalLiberadoGuia()
          Gets the value of the valorTotalLiberadoGuia property.
 java.math.BigDecimal getValorTotalProcessadoGuia()
          Gets the value of the valorTotalProcessadoGuia property.
 void setCodigoBeneficiario(java.lang.String value)
          Sets the value of the codigoBeneficiario property.
 void setNomeBeneficiario(java.lang.String value)
          Sets the value of the nomeBeneficiario 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 setProcedimentoRealizado(CtDetalheGuiaOdonto.ProcedimentoRealizado value)
          Sets the value of the procedimentoRealizado property.
 void setValorTotalGlosaGuia(java.math.BigDecimal value)
          Sets the value of the valorTotalGlosaGuia property.
 void setValorTotalLiberadoGuia(java.math.BigDecimal value)
          Sets the value of the valorTotalLiberadoGuia property.
 void setValorTotalProcessadoGuia(java.math.BigDecimal value)
          Sets the value of the valorTotalProcessadoGuia 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

codigoBeneficiario

protected java.lang.String codigoBeneficiario

nomeBeneficiario

protected java.lang.String nomeBeneficiario

procedimentoRealizado

protected CtDetalheGuiaOdonto.ProcedimentoRealizado procedimentoRealizado

valorTotalGlosaGuia

protected java.math.BigDecimal valorTotalGlosaGuia

valorTotalLiberadoGuia

protected java.math.BigDecimal valorTotalLiberadoGuia

valorTotalProcessadoGuia

protected java.math.BigDecimal valorTotalProcessadoGuia
Constructor Detail

CtDetalheGuiaOdonto

public CtDetalheGuiaOdonto()
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

getCodigoBeneficiario

public java.lang.String getCodigoBeneficiario()
Gets the value of the codigoBeneficiario property.

Returns:
possible object is String

setCodigoBeneficiario

public void setCodigoBeneficiario(java.lang.String value)
Sets the value of the codigoBeneficiario property.

Parameters:
value - allowed object is String

getNomeBeneficiario

public java.lang.String getNomeBeneficiario()
Gets the value of the nomeBeneficiario property.

Returns:
possible object is String

setNomeBeneficiario

public void setNomeBeneficiario(java.lang.String value)
Sets the value of the nomeBeneficiario property.

Parameters:
value - allowed object is String

getProcedimentoRealizado

public CtDetalheGuiaOdonto.ProcedimentoRealizado getProcedimentoRealizado()
Gets the value of the procedimentoRealizado property.

Returns:
possible object is CtDetalheGuiaOdonto.ProcedimentoRealizado

setProcedimentoRealizado

public void setProcedimentoRealizado(CtDetalheGuiaOdonto.ProcedimentoRealizado value)
Sets the value of the procedimentoRealizado property.

Parameters:
value - allowed object is CtDetalheGuiaOdonto.ProcedimentoRealizado

getValorTotalGlosaGuia

public java.math.BigDecimal getValorTotalGlosaGuia()
Gets the value of the valorTotalGlosaGuia property.

Returns:
possible object is BigDecimal

setValorTotalGlosaGuia

public void setValorTotalGlosaGuia(java.math.BigDecimal value)
Sets the value of the valorTotalGlosaGuia property.

Parameters:
value - allowed object is BigDecimal

getValorTotalLiberadoGuia

public java.math.BigDecimal getValorTotalLiberadoGuia()
Gets the value of the valorTotalLiberadoGuia property.

Returns:
possible object is BigDecimal

setValorTotalLiberadoGuia

public void setValorTotalLiberadoGuia(java.math.BigDecimal value)
Sets the value of the valorTotalLiberadoGuia property.

Parameters:
value - allowed object is BigDecimal

getValorTotalProcessadoGuia

public java.math.BigDecimal getValorTotalProcessadoGuia()
Gets the value of the valorTotalProcessadoGuia property.

Returns:
possible object is BigDecimal

setValorTotalProcessadoGuia

public void setValorTotalProcessadoGuia(java.math.BigDecimal value)
Sets the value of the valorTotalProcessadoGuia property.

Parameters:
value - allowed object is BigDecimal