|
||||||||||
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.Despesa
public static class CtOutrasDespesas.Despesa
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="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>
Field Summary | |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dataRealizacao
|
protected javax.xml.datatype.XMLGregorianCalendar |
horaFinal
|
protected javax.xml.datatype.XMLGregorianCalendar |
horaInicial
|
protected CtTabela |
identificadorDespesa
|
protected java.math.BigDecimal |
quantidade
|
protected java.math.BigDecimal |
reducaoAcrescimo
|
protected java.math.BigInteger |
tipoDespesa
|
protected java.math.BigDecimal |
valorTotal
|
protected java.math.BigDecimal |
valorUnitario
|
Constructor Summary | |
---|---|
CtOutrasDespesas.Despesa()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDataRealizacao()
Gets the value of the dataRealizacao property. |
javax.xml.datatype.XMLGregorianCalendar |
getHoraFinal()
Gets the value of the horaFinal property. |
javax.xml.datatype.XMLGregorianCalendar |
getHoraInicial()
Gets the value of the horaInicial property. |
CtTabela |
getIdentificadorDespesa()
Gets the value of the identificadorDespesa property. |
java.math.BigDecimal |
getQuantidade()
Gets the value of the quantidade property. |
java.math.BigDecimal |
getReducaoAcrescimo()
Gets the value of the reducaoAcrescimo property. |
java.math.BigInteger |
getTipoDespesa()
Gets the value of the tipoDespesa property. |
java.math.BigDecimal |
getValorTotal()
Gets the value of the valorTotal property. |
java.math.BigDecimal |
getValorUnitario()
Gets the value of the valorUnitario property. |
void |
setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataRealizacao property. |
void |
setHoraFinal(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the horaFinal property. |
void |
setHoraInicial(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the horaInicial property. |
void |
setIdentificadorDespesa(CtTabela value)
Sets the value of the identificadorDespesa property. |
void |
setQuantidade(java.math.BigDecimal value)
Sets the value of the quantidade property. |
void |
setReducaoAcrescimo(java.math.BigDecimal value)
Sets the value of the reducaoAcrescimo property. |
void |
setTipoDespesa(java.math.BigInteger value)
Sets the value of the tipoDespesa property. |
void |
setValorTotal(java.math.BigDecimal value)
Sets the value of the valorTotal property. |
void |
setValorUnitario(java.math.BigDecimal value)
Sets the value of the valorUnitario property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtTabela identificadorDespesa
protected java.math.BigInteger tipoDespesa
protected javax.xml.datatype.XMLGregorianCalendar dataRealizacao
protected javax.xml.datatype.XMLGregorianCalendar horaInicial
protected javax.xml.datatype.XMLGregorianCalendar horaFinal
protected java.math.BigDecimal reducaoAcrescimo
protected java.math.BigDecimal quantidade
protected java.math.BigDecimal valorUnitario
protected java.math.BigDecimal valorTotal
Constructor Detail |
---|
public CtOutrasDespesas.Despesa()
Method Detail |
---|
public CtTabela getIdentificadorDespesa()
CtTabela
public void setIdentificadorDespesa(CtTabela value)
value
- allowed object is
CtTabela
public java.math.BigInteger getTipoDespesa()
BigInteger
public void setTipoDespesa(java.math.BigInteger value)
value
- allowed object is
BigInteger
public javax.xml.datatype.XMLGregorianCalendar getDataRealizacao()
XMLGregorianCalendar
public void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getHoraInicial()
XMLGregorianCalendar
public void setHoraInicial(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getHoraFinal()
XMLGregorianCalendar
public void setHoraFinal(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigDecimal getReducaoAcrescimo()
BigDecimal
public void setReducaoAcrescimo(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getQuantidade()
BigDecimal
public void setQuantidade(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorUnitario()
BigDecimal
public void setValorUnitario(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorTotal()
BigDecimal
public void setValorTotal(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 |