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 and Description |
|---|
BinaryListValuedPredicateXto() |
| Modifier and Type | Method and Description |
|---|---|
ValuesLiteralXto |
getRhsValues()
Gets the value of the rhsValues property.
|
void |
setRhsValues(ValuesLiteralXto value)
Sets the value of the rhsValues property.
|
getLhsAttribute, getLhsVariable, setLhsAttribute, setLhsVariablepublic ValuesLiteralXto getRhsValues()
ValuesLiteralXtopublic void setRhsValues(ValuesLiteralXto value)
value - allowed object is
ValuesLiteralXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.