Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization.model
Class PredicateType

java.lang.Object
  extended by oracle.bpm.services.organization.model.PredicateType

All Implemented Interfaces:
java.io.Serializable

public class PredicateType
extends java.lang.Object
implements java.io.Serializable

Java class for predicateType complex type.

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

 <complexType name="predicateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence minOccurs="0">
             <element name="lhs" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}predicateType"/>
             <element name="logicalOperator" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}predicateJoinOperatorEnum"/>
             <element name="rhs" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}predicateType"/>
           </sequence>
           <element name="clause" type="{http://xmlns.oracle.com/bpel/workflow/taskQuery}clauseType" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
PredicateType()
           

 

Method Summary
 java.util.List<ClauseType> getClause()
          Gets the value of the clause property.
 PredicateType getLhs()
          Gets the value of the lhs property.
 PredicateJoinOperatorEnum getLogicalOperator()
          Gets the value of the logicalOperator property.
 PredicateType getRhs()
          Gets the value of the rhs property.
 boolean isSetClause()
           
 boolean isSetLhs()
           
 boolean isSetLogicalOperator()
           
 boolean isSetRhs()
           
 void setLhs(PredicateType value)
          Sets the value of the lhs property.
 void setLogicalOperator(PredicateJoinOperatorEnum value)
          Sets the value of the logicalOperator property.
 void setRhs(PredicateType value)
          Sets the value of the rhs property.
 void unsetClause()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PredicateType

public PredicateType()

Method Detail

getLhs

public PredicateType getLhs()
Gets the value of the lhs property.
Returns:
possible object is PredicateType

setLhs

public void setLhs(PredicateType value)
Sets the value of the lhs property.
Parameters:
value - allowed object is PredicateType

isSetLhs

public boolean isSetLhs()

getLogicalOperator

public PredicateJoinOperatorEnum getLogicalOperator()
Gets the value of the logicalOperator property.
Returns:
possible object is PredicateJoinOperatorEnum

setLogicalOperator

public void setLogicalOperator(PredicateJoinOperatorEnum value)
Sets the value of the logicalOperator property.
Parameters:
value - allowed object is PredicateJoinOperatorEnum

isSetLogicalOperator

public boolean isSetLogicalOperator()

getRhs

public PredicateType getRhs()
Gets the value of the rhs property.
Returns:
possible object is PredicateType

setRhs

public void setRhs(PredicateType value)
Sets the value of the rhs property.
Parameters:
value - allowed object is PredicateType

isSetRhs

public boolean isSetRhs()

getClause

public java.util.List<ClauseType> getClause()
Gets the value of the clause property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the clause property.

For example, to add a new item, do as follows:

    getClause().add(newItem);
 

Objects of the following type(s) are allowed in the list ClauseType


isSetClause

public boolean isSetClause()

unsetClause

public void unsetClause()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.