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

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

public class OrTermXto
extends PredicateTermXto

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

Java class for OrTerm complex type.

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

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


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

OrTermXto

public OrTermXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.