org.plasma.query.model
Class ArithmeticOperator
java.lang.Object
org.plasma.query.model.ArithmeticOperator
- All Implemented Interfaces:
- Operator, Term
public class ArithmeticOperator
- extends java.lang.Object
- implements Operator
Java class for ArithmeticOperator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArithmeticOperator">
<simpleContent>
<extension base="<http://www.servicelabs.org/plasma/query>ArithmeticOperatorValues">
</extension>
</simpleContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected ArithmeticOperatorValues value
ArithmeticOperator
public ArithmeticOperator()
ArithmeticOperator
public ArithmeticOperator(java.lang.String content)
ArithmeticOperator
public ArithmeticOperator(ArithmeticOperatorValues content)
getValue
public ArithmeticOperatorValues getValue()
- Gets the value of the value property.
- Returns:
- possible object is
ArithmeticOperatorValues
setValue
public void setValue(ArithmeticOperatorValues value)
- Sets the value of the value property.
- Parameters:
value - allowed object is
ArithmeticOperatorValues
accept
public void accept(QueryVisitor visitor)
Copyright © 2013. All Rights Reserved.