org.eclipse.stardust.engine.api.ws.query
Class BinaryPredicateXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
          extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateXto
Direct Known Subclasses:
GreaterOrEqualPredicateXto, GreaterThanPredicateXto, IsEqualPredicateXto, IsLikePredicateXto, LessOrEqualPredicateXto, LessThanPredicateXto, NotEqualPredicateXto

public abstract class BinaryPredicateXto
extends BinaryPredicateBaseXto

Java class for BinaryPredicate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BinaryPredicate">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}BinaryPredicateBase">
       <sequence>
         <element name="rhsValue" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ValueLiteral" minOccurs="0"/>
         <element name="rhsAttribute" type="{http://eclipse.org/stardust/ws/v2012a/api/query}AttributeReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
BinaryPredicateXto()
           
 
Method Summary
 AttributeReferenceXto getRhsAttribute()
          Gets the value of the rhsAttribute property.
 ValueLiteralXto getRhsValue()
          Gets the value of the rhsValue property.
 void setRhsAttribute(AttributeReferenceXto value)
          Sets the value of the rhsAttribute property.
 void setRhsValue(ValueLiteralXto value)
          Sets the value of the rhsValue property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
getLhsAttribute, getLhsVariable, setLhsAttribute, setLhsVariable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryPredicateXto

public BinaryPredicateXto()
Method Detail

getRhsValue

public ValueLiteralXto getRhsValue()
Gets the value of the rhsValue property.

Returns:
possible object is ValueLiteralXto

setRhsValue

public void setRhsValue(ValueLiteralXto value)
Sets the value of the rhsValue property.

Parameters:
value - allowed object is ValueLiteralXto

getRhsAttribute

public AttributeReferenceXto getRhsAttribute()
Gets the value of the rhsAttribute property.

Returns:
possible object is AttributeReferenceXto

setRhsAttribute

public void setRhsAttribute(AttributeReferenceXto value)
Sets the value of the rhsAttribute property.

Parameters:
value - allowed object is AttributeReferenceXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.