org.plasma.query.model
Class DecimalParameter
java.lang.Object
org.plasma.query.model.DecimalParameter
public class DecimalParameter
- extends java.lang.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>
|
Field Summary |
protected java.math.BigDecimal |
value
|
|
Method Summary |
java.math.BigDecimal |
getValue()
Gets the value of the value property. |
void |
setValue(java.math.BigDecimal value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected java.math.BigDecimal value
DecimalParameter
public DecimalParameter()
DecimalParameter
public DecimalParameter(java.math.BigDecimal value)
getValue
public java.math.BigDecimal getValue()
- Gets the value of the value property.
- Returns:
- possible object is
BigDecimal
setValue
public void setValue(java.math.BigDecimal value)
- Sets the value of the value property.
- Parameters:
value - allowed object is
BigDecimal
Copyright © 2013. All Rights Reserved.