|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtTotaisOdonto
public class CtTotaisOdonto
Java class for ct_totaisOdonto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_totaisOdonto">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="servicoExecutado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
<element name="taxas" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
<element name="materiais" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
<element name="medicamentos" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
<element name="totalGeral" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigDecimal |
materiais
|
protected java.math.BigDecimal |
medicamentos
|
protected java.math.BigDecimal |
servicoExecutado
|
protected java.math.BigDecimal |
taxas
|
protected java.math.BigDecimal |
totalGeral
|
| Constructor Summary | |
|---|---|
CtTotaisOdonto()
|
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getMateriais()
Gets the value of the materiais property. |
java.math.BigDecimal |
getMedicamentos()
Gets the value of the medicamentos property. |
java.math.BigDecimal |
getServicoExecutado()
Gets the value of the servicoExecutado property. |
java.math.BigDecimal |
getTaxas()
Gets the value of the taxas property. |
java.math.BigDecimal |
getTotalGeral()
Gets the value of the totalGeral property. |
void |
setMateriais(java.math.BigDecimal value)
Sets the value of the materiais property. |
void |
setMedicamentos(java.math.BigDecimal value)
Sets the value of the medicamentos property. |
void |
setServicoExecutado(java.math.BigDecimal value)
Sets the value of the servicoExecutado property. |
void |
setTaxas(java.math.BigDecimal value)
Sets the value of the taxas property. |
void |
setTotalGeral(java.math.BigDecimal value)
Sets the value of the totalGeral property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigDecimal servicoExecutado
protected java.math.BigDecimal taxas
protected java.math.BigDecimal materiais
protected java.math.BigDecimal medicamentos
protected java.math.BigDecimal totalGeral
| Constructor Detail |
|---|
public CtTotaisOdonto()
| Method Detail |
|---|
public java.math.BigDecimal getServicoExecutado()
BigDecimalpublic void setServicoExecutado(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getTaxas()
BigDecimalpublic void setTaxas(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getMateriais()
BigDecimalpublic void setMateriais(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getMedicamentos()
BigDecimalpublic void setMedicamentos(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getTotalGeral()
BigDecimalpublic void setTotalGeral(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 | |||||||||