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

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.BinaryListValuedPredicateXto
Direct Known Subclasses:
BetweenPredicateXto, InListPredicateXto, NotAnyOfPredicateXto, NotInListPredicateXto

public abstract class BinaryListValuedPredicateXto
extends BinaryPredicateBaseXto

Java class for BinaryListValuedPredicate complex type.

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

 <complexType name="BinaryListValuedPredicate">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}BinaryPredicateBase">
       <sequence>
         <element name="rhsValues" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ValuesLiteral" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
BinaryListValuedPredicateXto()
           
 
Method Summary
 ValuesLiteralXto getRhsValues()
          Gets the value of the rhsValues property.
 void setRhsValues(ValuesLiteralXto value)
          Sets the value of the rhsValues 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

BinaryListValuedPredicateXto

public BinaryListValuedPredicateXto()
Method Detail

getRhsValues

public ValuesLiteralXto getRhsValues()
Gets the value of the rhsValues property.

Returns:
possible object is ValuesLiteralXto

setRhsValues

public void setRhsValues(ValuesLiteralXto value)
Sets the value of the rhsValues property.

Parameters:
value - allowed object is ValuesLiteralXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.