|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtOutrasDespesas
public class CtOutrasDespesas
Java class for ct_outrasDespesas complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_outrasDespesas"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="despesa" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificadorDespesa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/> <element name="tipoDespesa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_outrasDespesas"/> <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/> <element name="horaInicial" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora" minOccurs="0"/> <element name="horaFinal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora" minOccurs="0"/> <element name="reducaoAcrescimo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_percentual" minOccurs="0"/> <element name="quantidade" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> <element name="valorUnitario" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="totalGeralOutrasDespesas" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtOutrasDespesas.Despesa
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<CtOutrasDespesas.Despesa> |
despesa
|
protected java.math.BigDecimal |
totalGeralOutrasDespesas
|
Constructor Summary | |
---|---|
CtOutrasDespesas()
|
Method Summary | |
---|---|
java.util.List<CtOutrasDespesas.Despesa> |
getDespesa()
Gets the value of the despesa property. |
java.math.BigDecimal |
getTotalGeralOutrasDespesas()
Gets the value of the totalGeralOutrasDespesas property. |
void |
setTotalGeralOutrasDespesas(java.math.BigDecimal value)
Sets the value of the totalGeralOutrasDespesas 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<CtOutrasDespesas.Despesa> despesa
protected java.math.BigDecimal totalGeralOutrasDespesas
Constructor Detail |
---|
public CtOutrasDespesas()
Method Detail |
---|
public java.util.List<CtOutrasDespesas.Despesa> getDespesa()
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 despesa property.
For example, to add a new item, do as follows:
getDespesa().add(newItem);
Objects of the following type(s) are allowed in the list
CtOutrasDespesas.Despesa
public java.math.BigDecimal getTotalGeralOutrasDespesas()
BigDecimal
public void setTotalGeralOutrasDespesas(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 |