|
||||||||||
| 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.CtDadosGuia
public class CtDadosGuia
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 |
|---|
protected java.lang.String numeroGuiaPrestador
protected java.lang.String numeroGuiaOperadora
protected CtBeneficiario beneficiario
protected java.lang.String dataRealizacao
protected java.math.BigDecimal valorProcessadoGuia
protected java.math.BigDecimal valorLiberadoGuia
protected java.math.BigDecimal valorGlosaGuia
protected CtDadosGuia.Procedimentos procedimentos
protected java.util.List<CtMotivoGlosa> codigoGlosaGuia
| Constructor Detail |
|---|
public CtDadosGuia()
| 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 CtBeneficiario getBeneficiario()
CtBeneficiariopublic void setBeneficiario(CtBeneficiario value)
value - allowed object is
CtBeneficiariopublic java.lang.String getDataRealizacao()
Stringpublic void setDataRealizacao(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getValorProcessadoGuia()
BigDecimalpublic void setValorProcessadoGuia(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorLiberadoGuia()
BigDecimalpublic void setValorLiberadoGuia(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorGlosaGuia()
BigDecimalpublic void setValorGlosaGuia(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic CtDadosGuia.Procedimentos getProcedimentos()
CtDadosGuia.Procedimentospublic void setProcedimentos(CtDadosGuia.Procedimentos value)
value - allowed object is
CtDadosGuia.Procedimentospublic java.util.List<CtMotivoGlosa> getCodigoGlosaGuia()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||