|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}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 |
---|
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()
String
public void setNumeroGuiaPrestador(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNumeroGuiaOperadora()
String
public void setNumeroGuiaOperadora(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCodigoBeneficiario()
String
public void setCodigoBeneficiario(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNomeBeneficiario()
String
public void setNomeBeneficiario(java.lang.String value)
value
- allowed object is
String
public CtDetalheGuiaOdonto.ProcedimentoRealizado getProcedimentoRealizado()
CtDetalheGuiaOdonto.ProcedimentoRealizado
public void setProcedimentoRealizado(CtDetalheGuiaOdonto.ProcedimentoRealizado value)
value
- allowed object is
CtDetalheGuiaOdonto.ProcedimentoRealizado
public java.math.BigDecimal getValorTotalGlosaGuia()
BigDecimal
public void setValorTotalGlosaGuia(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorTotalLiberadoGuia()
BigDecimal
public void setValorTotalLiberadoGuia(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorTotalProcessadoGuia()
BigDecimal
public 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 |