|
|||||||||
| 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.UnaryPredicateXto
public abstract class UnaryPredicateXto
Java class for UnaryPredicate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnaryPredicate">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="variable" type="{http://eclipse.org/stardust/ws/v2012a/api/query}VariableReference" minOccurs="0"/>
<element name="attribute" type="{http://eclipse.org/stardust/ws/v2012a/api/query}AttributeReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UnaryPredicateXto()
|
|
| Method Summary | |
|---|---|
AttributeReferenceXto |
getAttribute()
Gets the value of the attribute property. |
VariableReferenceXto |
getVariable()
Gets the value of the variable property. |
void |
setAttribute(AttributeReferenceXto value)
Sets the value of the attribute property. |
void |
setVariable(VariableReferenceXto value)
Sets the value of the variable property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnaryPredicateXto()
| Method Detail |
|---|
public VariableReferenceXto getVariable()
VariableReferenceXtopublic void setVariable(VariableReferenceXto value)
value - allowed object is
VariableReferenceXtopublic AttributeReferenceXto getAttribute()
AttributeReferenceXtopublic void setAttribute(AttributeReferenceXto value)
value - allowed object is
AttributeReferenceXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||