|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtGuiaOdontologia.ProcedimentosExecutados
public static class CtGuiaOdontologia.ProcedimentosExecutados
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="procedimentoExecutado" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_procedimentoOdontologia"> <sequence> <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/> </sequence> </extension> </complexContent> </complexType> </element> <element name="quantidadeTotalUS" 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"/> <element name="totalFranquiaCoparticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado> |
procedimentoExecutado
|
protected java.math.BigDecimal |
quantidadeTotalUS
|
protected java.math.BigDecimal |
totalFranquiaCoparticipacao
|
protected java.math.BigDecimal |
valorTotal
|
Constructor Summary | |
---|---|
CtGuiaOdontologia.ProcedimentosExecutados()
|
Method Summary | |
---|---|
java.util.List<CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado> |
getProcedimentoExecutado()
Gets the value of the procedimentoExecutado property. |
java.math.BigDecimal |
getQuantidadeTotalUS()
Gets the value of the quantidadeTotalUS property. |
java.math.BigDecimal |
getTotalFranquiaCoparticipacao()
Gets the value of the totalFranquiaCoparticipacao property. |
java.math.BigDecimal |
getValorTotal()
Gets the value of the valorTotal property. |
void |
setQuantidadeTotalUS(java.math.BigDecimal value)
Sets the value of the quantidadeTotalUS property. |
void |
setTotalFranquiaCoparticipacao(java.math.BigDecimal value)
Sets the value of the totalFranquiaCoparticipacao property. |
void |
setValorTotal(java.math.BigDecimal value)
Sets the value of the valorTotal 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<CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado> procedimentoExecutado
protected java.math.BigDecimal quantidadeTotalUS
protected java.math.BigDecimal valorTotal
protected java.math.BigDecimal totalFranquiaCoparticipacao
Constructor Detail |
---|
public CtGuiaOdontologia.ProcedimentosExecutados()
Method Detail |
---|
public java.util.List<CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado> getProcedimentoExecutado()
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 procedimentoExecutado property.
For example, to add a new item, do as follows:
getProcedimentoExecutado().add(newItem);
Objects of the following type(s) are allowed in the list
CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado
public java.math.BigDecimal getQuantidadeTotalUS()
BigDecimal
public void setQuantidadeTotalUS(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
public java.math.BigDecimal getTotalFranquiaCoparticipacao()
BigDecimal
public void setTotalFranquiaCoparticipacao(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 |