public abstract class UnaryPredicateXto extends PredicateBaseXto
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 and Description |
|---|
UnaryPredicateXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public VariableReferenceXto getVariable()
VariableReferenceXtopublic void setVariable(VariableReferenceXto value)
value - allowed object is
VariableReferenceXtopublic AttributeReferenceXto getAttribute()
AttributeReferenceXtopublic void setAttribute(AttributeReferenceXto value)
value - allowed object is
AttributeReferenceXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.