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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.PredicateTermXto
          extended by org.eclipse.stardust.engine.api.ws.query.AndTermXto

public class AndTermXto
extends PredicateTermXto

Identifies an 'and' conjunction for the nested predicate term.

Java class for AndTerm complex type.

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

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


Constructor Summary
AndTermXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.PredicateTermXto
getAndOrOrOrIsNull
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndTermXto

public AndTermXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.