|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtDemonstrativoPagamento.DadosResumo
public static class CtDemonstrativoPagamento.DadosResumo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="detalheResumo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_dadosResumo" maxOccurs="unbounded"/>
<element name="totalGeralInformado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
<element name="TotalGeralProcessado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
<element name="TotalGeralGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
<element name="TotalGeralLiberado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<CtDadosResumo> |
detalheResumo
|
protected java.math.BigDecimal |
totalGeralGlosa
|
protected java.math.BigDecimal |
totalGeralInformado
|
protected java.math.BigDecimal |
totalGeralLiberado
|
protected java.math.BigDecimal |
totalGeralProcessado
|
| Constructor Summary | |
|---|---|
CtDemonstrativoPagamento.DadosResumo()
|
|
| Method Summary | |
|---|---|
java.util.List<CtDadosResumo> |
getDetalheResumo()
Gets the value of the detalheResumo property. |
java.math.BigDecimal |
getTotalGeralGlosa()
Gets the value of the totalGeralGlosa property. |
java.math.BigDecimal |
getTotalGeralInformado()
Gets the value of the totalGeralInformado property. |
java.math.BigDecimal |
getTotalGeralLiberado()
Gets the value of the totalGeralLiberado property. |
java.math.BigDecimal |
getTotalGeralProcessado()
Gets the value of the totalGeralProcessado property. |
void |
setTotalGeralGlosa(java.math.BigDecimal value)
Sets the value of the totalGeralGlosa property. |
void |
setTotalGeralInformado(java.math.BigDecimal value)
Sets the value of the totalGeralInformado property. |
void |
setTotalGeralLiberado(java.math.BigDecimal value)
Sets the value of the totalGeralLiberado property. |
void |
setTotalGeralProcessado(java.math.BigDecimal value)
Sets the value of the totalGeralProcessado property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<CtDadosResumo> detalheResumo
protected java.math.BigDecimal totalGeralInformado
protected java.math.BigDecimal totalGeralProcessado
protected java.math.BigDecimal totalGeralGlosa
protected java.math.BigDecimal totalGeralLiberado
| Constructor Detail |
|---|
public CtDemonstrativoPagamento.DadosResumo()
| Method Detail |
|---|
public java.util.List<CtDadosResumo> getDetalheResumo()
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 detalheResumo property.
For example, to add a new item, do as follows:
getDetalheResumo().add(newItem);
Objects of the following type(s) are allowed in the list
CtDadosResumo
public java.math.BigDecimal getTotalGeralInformado()
BigDecimalpublic void setTotalGeralInformado(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getTotalGeralProcessado()
BigDecimalpublic void setTotalGeralProcessado(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getTotalGeralGlosa()
BigDecimalpublic void setTotalGeralGlosa(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getTotalGeralLiberado()
BigDecimalpublic void setTotalGeralLiberado(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 | |||||||||