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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateBaseXto
          extended by org.eclipse.stardust.engine.api.ws.query.BinaryPredicateXto
              extended by org.eclipse.stardust.engine.api.ws.query.GreaterOrEqualPredicateXto

public class GreaterOrEqualPredicateXto
extends BinaryPredicateXto

Java class for GreaterOrEqualPredicate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GreaterOrEqualPredicate">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}BinaryPredicate">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
GreaterOrEqualPredicateXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.BinaryPredicateXto
getRhsAttribute, getRhsValue, setRhsAttribute, setRhsValue
 
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

GreaterOrEqualPredicateXto

public GreaterOrEqualPredicateXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.