public class DecimalParameter extends Object
Java class for DecimalParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecimalParameter">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
value |
| Constructor and Description |
|---|
DecimalParameter() |
DecimalParameter(BigDecimal value) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
public DecimalParameter()
public DecimalParameter(BigDecimal value)
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is BigDecimalCopyright © 2021. All rights reserved.