|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDescontoOdonto
public class CtDescontoOdonto
Java class for ct_descontoOdonto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_descontoOdonto"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="descricao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao40"/> <element name="valorDesconto" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
descricao
|
protected java.math.BigDecimal |
valorDesconto
|
Constructor Summary | |
---|---|
CtDescontoOdonto()
|
Method Summary | |
---|---|
java.lang.String |
getDescricao()
Gets the value of the descricao property. |
java.math.BigDecimal |
getValorDesconto()
Gets the value of the valorDesconto property. |
void |
setDescricao(java.lang.String value)
Sets the value of the descricao property. |
void |
setValorDesconto(java.math.BigDecimal value)
Sets the value of the valorDesconto property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String descricao
protected java.math.BigDecimal valorDesconto
Constructor Detail |
---|
public CtDescontoOdonto()
Method Detail |
---|
public java.lang.String getDescricao()
String
public void setDescricao(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getValorDesconto()
BigDecimal
public void setValorDesconto(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 |