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 and Description |
|---|
BinaryPredicateBaseXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public VariableReferenceXto getLhsVariable()
VariableReferenceXtopublic void setLhsVariable(VariableReferenceXto value)
value - allowed object is
VariableReferenceXtopublic AttributeReferenceXto getLhsAttribute()
AttributeReferenceXtopublic void setLhsAttribute(AttributeReferenceXto value)
value - allowed object is
AttributeReferenceXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.