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.terrameta.org/plasma/query>ArithmeticOperatorValues">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArithmeticOperatorValues |
value |
| Constructor and Description |
|---|
ArithmeticOperator() |
ArithmeticOperator(ArithmeticOperatorValues content) |
ArithmeticOperator(String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
ArithmeticOperatorValues |
getValue()
Gets the value of the value property.
|
void |
setValue(ArithmeticOperatorValues value)
Sets the value of the value property.
|
protected ArithmeticOperatorValues value
public ArithmeticOperator()
public ArithmeticOperator(String content)
public ArithmeticOperator(ArithmeticOperatorValues content)
public ArithmeticOperatorValues getValue()
ArithmeticOperatorValuespublic void setValue(ArithmeticOperatorValues value)
value - allowed object is
ArithmeticOperatorValuespublic void accept(QueryVisitor visitor)
Copyright © 2017. All rights reserved.