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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
Direct Known Subclasses:
BinaryListValuedPredicateXto, BinaryPredicateXto

public abstract class BinaryPredicateBaseXto
extends PredicateBaseXto

Java class for BinaryPredicateBase complex type.

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

 <complexType name="BinaryPredicateBase">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <sequence>
         <element name="lhsVariable" type="{http://eclipse.org/stardust/ws/v2012a/api/query}VariableReference" minOccurs="0"/>
         <element name="lhsAttribute" type="{http://eclipse.org/stardust/ws/v2012a/api/query}AttributeReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
BinaryPredicateBaseXto()
           
 
Method Summary
 AttributeReferenceXto getLhsAttribute()
          Gets the value of the lhsAttribute property.
 VariableReferenceXto getLhsVariable()
          Gets the value of the lhsVariable property.
 void setLhsAttribute(AttributeReferenceXto value)
          Sets the value of the lhsAttribute property.
 void setLhsVariable(VariableReferenceXto value)
          Sets the value of the lhsVariable property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryPredicateBaseXto

public BinaryPredicateBaseXto()
Method Detail

getLhsVariable

public VariableReferenceXto getLhsVariable()
Gets the value of the lhsVariable property.

Returns:
possible object is VariableReferenceXto

setLhsVariable

public void setLhsVariable(VariableReferenceXto value)
Sets the value of the lhsVariable property.

Parameters:
value - allowed object is VariableReferenceXto

getLhsAttribute

public AttributeReferenceXto getLhsAttribute()
Gets the value of the lhsAttribute property.

Returns:
possible object is AttributeReferenceXto

setLhsAttribute

public void setLhsAttribute(AttributeReferenceXto value)
Sets the value of the lhsAttribute property.

Parameters:
value - allowed object is AttributeReferenceXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.