|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
public abstract class BinaryPredicateBaseXto
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 Summary | |
|---|---|
BinaryPredicateBaseXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryPredicateBaseXto()
| Method Detail |
|---|
public VariableReferenceXto getLhsVariable()
VariableReferenceXtopublic void setLhsVariable(VariableReferenceXto value)
value - allowed object is
VariableReferenceXtopublic AttributeReferenceXto getLhsAttribute()
AttributeReferenceXtopublic void setLhsAttribute(AttributeReferenceXto value)
value - allowed object is
AttributeReferenceXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||