|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtValorTotalServicos
public class CtValorTotalServicos
Java class for ct_valorTotalServicos complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_valorTotalServicos"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="servicosExecutados" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="diarias" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="taxas" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="materiais" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="medicamentos" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="gases" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="totalGeral" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.math.BigDecimal |
diarias
|
protected java.math.BigDecimal |
gases
|
protected java.math.BigDecimal |
materiais
|
protected java.math.BigDecimal |
medicamentos
|
protected java.math.BigDecimal |
servicosExecutados
|
protected java.math.BigDecimal |
taxas
|
protected java.math.BigDecimal |
totalGeral
|
Constructor Summary | |
---|---|
CtValorTotalServicos()
|
Method Summary | |
---|---|
java.math.BigDecimal |
getDiarias()
Gets the value of the diarias property. |
java.math.BigDecimal |
getGases()
Gets the value of the gases property. |
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 |
getServicosExecutados()
Gets the value of the servicosExecutados property. |
java.math.BigDecimal |
getTaxas()
Gets the value of the taxas property. |
java.math.BigDecimal |
getTotalGeral()
Gets the value of the totalGeral property. |
void |
setDiarias(java.math.BigDecimal value)
Sets the value of the diarias property. |
void |
setGases(java.math.BigDecimal value)
Sets the value of the gases 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 |
setServicosExecutados(java.math.BigDecimal value)
Sets the value of the servicosExecutados 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 servicosExecutados
protected java.math.BigDecimal diarias
protected java.math.BigDecimal taxas
protected java.math.BigDecimal materiais
protected java.math.BigDecimal medicamentos
protected java.math.BigDecimal gases
protected java.math.BigDecimal totalGeral
Constructor Detail |
---|
public CtValorTotalServicos()
Method Detail |
---|
public java.math.BigDecimal getServicosExecutados()
BigDecimal
public void setServicosExecutados(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getDiarias()
BigDecimal
public void setDiarias(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getTaxas()
BigDecimal
public void setTaxas(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getMateriais()
BigDecimal
public void setMateriais(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getMedicamentos()
BigDecimal
public void setMedicamentos(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getGases()
BigDecimal
public void setGases(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getTotalGeral()
BigDecimal
public 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 |