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