|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtDetalheGuiaOdonto
public class CtDetalheGuiaOdonto
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.v20103}st_numeroGuia"/>
<element name="numeroGuiaOperadora" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_numeroGuia" minOccurs="0"/>
<element name="codigoBeneficiario" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_codigoBeneficiario"/>
<element name="NomeBeneficiario" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}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.v20103}ct_procedimentoOdontoRealizado" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="valorTotalGlosaGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
<element name="valorTotalLiberadoGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
<element name="valorTotalProcessadoGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario"/>
</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 |
|---|
protected java.lang.String numeroGuiaPrestador
protected java.lang.String numeroGuiaOperadora
protected java.lang.String codigoBeneficiario
protected java.lang.String nomeBeneficiario
protected CtDetalheGuiaOdonto.ProcedimentoRealizado procedimentoRealizado
protected java.math.BigDecimal valorTotalGlosaGuia
protected java.math.BigDecimal valorTotalLiberadoGuia
protected java.math.BigDecimal valorTotalProcessadoGuia
| Constructor Detail |
|---|
public CtDetalheGuiaOdonto()
| Method Detail |
|---|
public java.lang.String getNumeroGuiaPrestador()
Stringpublic void setNumeroGuiaPrestador(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumeroGuiaOperadora()
Stringpublic void setNumeroGuiaOperadora(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodigoBeneficiario()
Stringpublic void setCodigoBeneficiario(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNomeBeneficiario()
Stringpublic void setNomeBeneficiario(java.lang.String value)
value - allowed object is
Stringpublic CtDetalheGuiaOdonto.ProcedimentoRealizado getProcedimentoRealizado()
CtDetalheGuiaOdonto.ProcedimentoRealizadopublic void setProcedimentoRealizado(CtDetalheGuiaOdonto.ProcedimentoRealizado value)
value - allowed object is
CtDetalheGuiaOdonto.ProcedimentoRealizadopublic java.math.BigDecimal getValorTotalGlosaGuia()
BigDecimalpublic void setValorTotalGlosaGuia(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorTotalLiberadoGuia()
BigDecimalpublic void setValorTotalLiberadoGuia(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorTotalProcessadoGuia()
BigDecimalpublic void setValorTotalProcessadoGuia(java.math.BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||