org.eclipse.stardust.engine.api.ws.query
Class BinaryListValuedPredicateXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
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>
BinaryListValuedPredicateXto
public BinaryListValuedPredicateXto()
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.