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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.UnaryPredicateXto
          extended by org.eclipse.stardust.engine.api.ws.query.NotNullPredicateXto

public class NotNullPredicateXto
extends UnaryPredicateXto

Java class for NotNullPredicate complex type.

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

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


Constructor Summary
NotNullPredicateXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.UnaryPredicateXto
getAttribute, getVariable, setAttribute, setVariable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotNullPredicateXto

public NotNullPredicateXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.