public class

Compare

extends Condition
java.lang.Object
   ↳ com.clarizen.api.queries.Condition
     ↳ com.clarizen.api.queries.Compare

Class Overview

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>
 

Summary

Fields
protected Expression leftExpression
protected Operator operator
protected Expression rightExpression
Public Constructors
Compare()
Public Methods
Expression getLeftExpression()
Gets the value of the leftExpression property.
Operator getOperator()
Gets the value of the operator property.
Expression getRightExpression()
Gets the value of the rightExpression property.
void setLeftExpression(Expression value)
Sets the value of the leftExpression property.
void setOperator(Operator value)
Sets the value of the operator property.
void setRightExpression(Expression value)
Sets the value of the rightExpression property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Expression leftExpression

protected Operator operator

protected Expression rightExpression

Public Constructors

public Compare ()

Public Methods

public Expression getLeftExpression ()

Gets the value of the leftExpression property.

Returns

public Operator getOperator ()

Gets the value of the operator property.

Returns

public Expression getRightExpression ()

Gets the value of the rightExpression property.

Returns

public void setLeftExpression (Expression value)

Sets the value of the leftExpression property.

Parameters
value Allowed object is Expression

public void setOperator (Operator value)

Sets the value of the operator property.

Parameters
value Allowed object is Operator

public void setRightExpression (Expression value)

Sets the value of the rightExpression property.

Parameters
value Allowed object is Expression