org.eclipse.stardust.engine.api.ws.query
Class UnaryPredicateXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.UnaryPredicateXto
Direct Known Subclasses:
IsNullPredicateXto, NotNullPredicateXto

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 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

UnaryPredicateXto

public UnaryPredicateXto()
Method Detail

getVariable

public VariableReferenceXto getVariable()
Gets the value of the variable property.

Returns:
possible object is VariableReferenceXto

setVariable

public void setVariable(VariableReferenceXto value)
Sets the value of the variable property.

Parameters:
value - allowed object is VariableReferenceXto

getAttribute

public AttributeReferenceXto getAttribute()
Gets the value of the attribute property.

Returns:
possible object is AttributeReferenceXto

setAttribute

public void setAttribute(AttributeReferenceXto value)
Sets the value of the attribute property.

Parameters:
value - allowed object is AttributeReferenceXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.