org.plasma.query.model
Class ArithmeticOperator

java.lang.Object
  extended by org.plasma.query.model.ArithmeticOperator
All Implemented Interfaces:
Operator, Term

public class ArithmeticOperator
extends 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>
 


Field Summary
protected  ArithmeticOperatorValues value
           
 
Constructor Summary
ArithmeticOperator()
           
ArithmeticOperator(ArithmeticOperatorValues content)
           
ArithmeticOperator(String content)
           
 
Method Summary
 void accept(QueryVisitor visitor)
           
 ArithmeticOperatorValues getValue()
          Gets the value of the value property.
 void setValue(ArithmeticOperatorValues 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 ArithmeticOperatorValues value
Constructor Detail

ArithmeticOperator

public ArithmeticOperator()

ArithmeticOperator

public ArithmeticOperator(String content)

ArithmeticOperator

public ArithmeticOperator(ArithmeticOperatorValues content)
Method Detail

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.