|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}ct_dadosResumo" maxOccurs="unbounded"/> <element name="totalGeralInformado" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="TotalGeralProcessado" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="TotalGeralGlosa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="TotalGeralLiberado" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<CtDadosResumo> |
detalheResumo
|
protected java.lang.Double |
totalGeralGlosa
|
protected double |
totalGeralInformado
|
protected double |
totalGeralLiberado
|
protected double |
totalGeralProcessado
|
Constructor Summary | |
---|---|
CtDemonstrativoPagamento.DadosResumo()
|
Method Summary | |
---|---|
java.util.List<CtDadosResumo> |
getDetalheResumo()
Gets the value of the detalheResumo property. |
java.lang.Double |
getTotalGeralGlosa()
Gets the value of the totalGeralGlosa property. |
double |
getTotalGeralInformado()
Gets the value of the totalGeralInformado property. |
double |
getTotalGeralLiberado()
Gets the value of the totalGeralLiberado property. |
double |
getTotalGeralProcessado()
Gets the value of the totalGeralProcessado property. |
void |
setTotalGeralGlosa(java.lang.Double value)
Sets the value of the totalGeralGlosa property. |
void |
setTotalGeralInformado(double value)
Sets the value of the totalGeralInformado property. |
void |
setTotalGeralLiberado(double value)
Sets the value of the totalGeralLiberado property. |
void |
setTotalGeralProcessado(double 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 double totalGeralInformado
protected double totalGeralProcessado
protected java.lang.Double totalGeralGlosa
protected double 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 double getTotalGeralInformado()
public void setTotalGeralInformado(double value)
public double getTotalGeralProcessado()
public void setTotalGeralProcessado(double value)
public java.lang.Double getTotalGeralGlosa()
Double
public void setTotalGeralGlosa(java.lang.Double value)
value
- allowed object is
Double
public double getTotalGeralLiberado()
public void setTotalGeralLiberado(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |