|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.services.organization.model.SearchUserType
public class SearchUserType
Java class for searchUserType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchUserType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="attribute" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}attributeType"/>
<element name="filter" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}searchFilterType"/>
</choice>
<element name="identityContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SearchUserType()
|
|
| Method Summary | |
|---|---|
AttributeType |
getAttribute()
Gets the value of the attribute property. |
SearchFilterType |
getFilter()
Gets the value of the filter property. |
java.lang.String |
getIdentityContext()
Gets the value of the identityContext property. |
boolean |
isSetAttribute()
|
boolean |
isSetFilter()
|
boolean |
isSetIdentityContext()
|
void |
setAttribute(AttributeType value)
Sets the value of the attribute property. |
void |
setFilter(SearchFilterType value)
Sets the value of the filter property. |
void |
setIdentityContext(java.lang.String value)
Sets the value of the identityContext property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchUserType()
| Method Detail |
|---|
public AttributeType getAttribute()
AttributeTypepublic void setAttribute(AttributeType value)
value - allowed object is
AttributeTypepublic boolean isSetAttribute()
public SearchFilterType getFilter()
SearchFilterTypepublic void setFilter(SearchFilterType value)
value - allowed object is
SearchFilterTypepublic boolean isSetFilter()
public java.lang.String getIdentityContext()
Stringpublic void setIdentityContext(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetIdentityContext()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||