|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.6.3) E25378-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpm.services.organization.model.SearchFilterType
public class SearchFilterType
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>
| 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 |
|---|
public SearchFilterType()
| Method Detail |
|---|
public SearchFilterType getLhs()
SearchFilterTypepublic void setLhs(SearchFilterType value)
value - allowed object is SearchFilterTypepublic boolean isSetLhs()
public FilterLogicalOperatorEnum getLogicalOperator()
FilterLogicalOperatorEnumpublic void setLogicalOperator(FilterLogicalOperatorEnum value)
value - allowed object is FilterLogicalOperatorEnumpublic boolean isSetLogicalOperator()
public SearchFilterType getRhs()
SearchFilterTypepublic void setRhs(SearchFilterType value)
value - allowed object is SearchFilterTypepublic boolean isSetRhs()
public ConditionType getCondition()
ConditionTypepublic void setCondition(ConditionType value)
value - allowed object is ConditionTypepublic boolean isSetCondition()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.6.3) E25378-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||