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

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

public class NotEqualPredicateXto
extends BinaryPredicateXto

Java class for NotEqualPredicate complex type.

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

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


Constructor Summary
NotEqualPredicateXto()
           
 
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

NotEqualPredicateXto

public NotEqualPredicateXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.