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

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.BinaryListValuedPredicateXto
              extended by org.eclipse.stardust.engine.api.ws.query.NotAnyOfPredicateXto

public class NotAnyOfPredicateXto
extends BinaryListValuedPredicateXto

Java-Klasse für NotAnyOfPredicate complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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


Constructor Summary
NotAnyOfPredicateXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.BinaryListValuedPredicateXto
getRhsValues, setRhsValues
 
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

NotAnyOfPredicateXto

public NotAnyOfPredicateXto()


Copyright © 2015 Eclipse Stardust. All Rights Reserved.