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 SearchFilterType

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for searchFilterType complex type.

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

 <complexType name="searchFilterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence minOccurs="0">
             <element name="lhs" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}searchFilterType"/>
             <element name="logicalOperator" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}filterLogicalOperatorEnum"/>
             <element name="rhs" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}searchFilterType"/>
           </sequence>
           <element name="condition" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}conditionType" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
SearchFilterType()
           

 

Method Summary
 ConditionType getCondition()
          Gets the value of the condition property.
 SearchFilterType getLhs()
          Gets the value of the lhs property.
 FilterLogicalOperatorEnum getLogicalOperator()
          Gets the value of the logicalOperator property.
 SearchFilterType getRhs()
          Gets the value of the rhs property.
 boolean isSetCondition()
           
 boolean isSetLhs()
           
 boolean isSetLogicalOperator()
           
 boolean isSetRhs()
           
 void setCondition(ConditionType value)
          Sets the value of the condition property.
 void setLhs(SearchFilterType value)
          Sets the value of the lhs property.
 void setLogicalOperator(FilterLogicalOperatorEnum value)
          Sets the value of the logicalOperator property.
 void setRhs(SearchFilterType value)
          Sets the value of the rhs property.

 

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

 

Constructor Detail

SearchFilterType

public SearchFilterType()

Method Detail

getLhs

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

setLhs

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

isSetLhs

public boolean isSetLhs()

getLogicalOperator

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

setLogicalOperator

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

isSetLogicalOperator

public boolean isSetLogicalOperator()

getRhs

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

setRhs

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

isSetRhs

public boolean isSetRhs()

getCondition

public ConditionType getCondition()
Gets the value of the condition property.
Returns:
possible object is ConditionType

setCondition

public void setCondition(ConditionType value)
Sets the value of the condition property.
Parameters:
value - allowed object is ConditionType

isSetCondition

public boolean isSetCondition()

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.