|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtOutrasDespesasRevisao
public class CtOutrasDespesasRevisao
Java class for ct_outrasDespesasRevisao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_outrasDespesasRevisao"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <sequence> <element name="itensDespesas" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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="despesa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/> <element name="reducaoAcrescimo" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <totalDigits value="5"/> <fractionDigits value="2"/> </restriction> </simpleType> </element> <element name="quantidade"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <totalDigits value="5"/> <fractionDigits value="2"/> </restriction> </simpleType> </element> <element name="valorUnitario" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="justificativa"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="500"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <element name="totalGeralOutrasDespesas" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtOutrasDespesasRevisao.ItensDespesas
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<CtOutrasDespesasRevisao.ItensDespesas> |
itensDespesas
|
protected java.lang.Double |
totalGeralOutrasDespesas
|
Constructor Summary | |
---|---|
CtOutrasDespesasRevisao()
|
Method Summary | |
---|---|
java.util.List<CtOutrasDespesasRevisao.ItensDespesas> |
getItensDespesas()
Gets the value of the itensDespesas property. |
java.lang.Double |
getTotalGeralOutrasDespesas()
Gets the value of the totalGeralOutrasDespesas property. |
void |
setTotalGeralOutrasDespesas(java.lang.Double 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<CtOutrasDespesasRevisao.ItensDespesas> itensDespesas
protected java.lang.Double totalGeralOutrasDespesas
Constructor Detail |
---|
public CtOutrasDespesasRevisao()
Method Detail |
---|
public java.util.List<CtOutrasDespesasRevisao.ItensDespesas> getItensDespesas()
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 itensDespesas property.
For example, to add a new item, do as follows:
getItensDespesas().add(newItem);
Objects of the following type(s) are allowed in the list
CtOutrasDespesasRevisao.ItensDespesas
public java.lang.Double getTotalGeralOutrasDespesas()
Double
public void setTotalGeralOutrasDespesas(java.lang.Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |