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 and Description |
|---|
BinaryPredicateXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getLhsAttribute, getLhsVariable, setLhsAttribute, setLhsVariablepublic ValueLiteralXto getRhsValue()
ValueLiteralXtopublic void setRhsValue(ValueLiteralXto value)
value - allowed object is
ValueLiteralXtopublic AttributeReferenceXto getRhsAttribute()
AttributeReferenceXtopublic void setRhsAttribute(AttributeReferenceXto value)
value - allowed object is
AttributeReferenceXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.