public class Abatimento extends Object
Classe Java de abatimento complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="abatimento">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="valor" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
valor |
| Constructor and Description |
|---|
Abatimento() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getValor()
Obtém o valor da propriedade valor.
|
void |
setValor(BigDecimal value)
Define o valor da propriedade valor.
|
protected BigDecimal valor
public BigDecimal getValor()
BigDecimalpublic void setValor(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2022. All rights reserved.