| java.lang.Object | ||
| ↳ | com.clarizen.api.queries.Condition | |
| ↳ | com.clarizen.api.queries.Compare | |
Java class for Compare complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compare">
<complexContent>
<extension base="{http://clarizen.com/api/queries}Condition">
<sequence>
<element name="LeftExpression" type="{http://clarizen.com/api/queries}Expression" minOccurs="0"/>
<element name="Operator" type="{http://clarizen.com/api/queries}Operator"/>
<element name="RightExpression" type="{http://clarizen.com/api/queries}Expression" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| leftExpression | |||||||||||
| operator | |||||||||||
| rightExpression | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the leftExpression property.
| |||||||||||
Gets the value of the operator property.
| |||||||||||
Gets the value of the rightExpression property.
| |||||||||||
Sets the value of the leftExpression property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
Sets the value of the rightExpression property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the leftExpression property.
Expression
Gets the value of the operator property.
Operator
Gets the value of the rightExpression property.
Expression
Sets the value of the leftExpression property.
| value | Allowed object is
Expression
|
|---|
Sets the value of the operator property.
| value | Allowed object is
Operator
|
|---|
Sets the value of the rightExpression property.
| value | Allowed object is
Expression
|
|---|