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

oracle.bpm.services.organization.model
Class SearchUserType

java.lang.Object
  extended by oracle.bpm.services.organization.model.SearchUserType
All Implemented Interfaces:
java.io.Serializable

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

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>
 

See Also:
Serialized Form

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

SearchUserType

public SearchUserType()
Method Detail

getAttribute

public AttributeType getAttribute()
Gets the value of the attribute property.

Returns:
possible object is AttributeType

setAttribute

public void setAttribute(AttributeType value)
Sets the value of the attribute property.

Parameters:
value - allowed object is AttributeType

isSetAttribute

public boolean isSetAttribute()

getFilter

public SearchFilterType getFilter()
Gets the value of the filter property.

Returns:
possible object is SearchFilterType

setFilter

public void setFilter(SearchFilterType value)
Sets the value of the filter property.

Parameters:
value - allowed object is SearchFilterType

isSetFilter

public boolean isSetFilter()

getIdentityContext

public java.lang.String getIdentityContext()
Gets the value of the identityContext property.

Returns:
possible object is String

setIdentityContext

public void setIdentityContext(java.lang.String value)
Sets the value of the identityContext property.

Parameters:
value - allowed object is String

isSetIdentityContext

public boolean isSetIdentityContext()

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

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