org.plasma.query.model
Class DecimalParameter

java.lang.Object
  extended by org.plasma.query.model.DecimalParameter

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>
 


Field Summary
protected  BigDecimal value
           
 
Constructor Summary
DecimalParameter()
           
DecimalParameter(BigDecimal value)
           
 
Method Summary
 BigDecimal getValue()
          Gets the value of the value property.
 void setValue(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
 

Field Detail

value

protected BigDecimal value
Constructor Detail

DecimalParameter

public DecimalParameter()

DecimalParameter

public DecimalParameter(BigDecimal value)
Method Detail

getValue

public BigDecimal getValue()
Gets the value of the value property.

Returns:
possible object is BigDecimal

setValue

public void setValue(BigDecimal value)
Sets the value of the value property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2013. All rights reserved.