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 GroupOwnersType

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

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

Java class for groupOwnersType complex type.

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

 <complexType name="groupOwnersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="group" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="filter" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}searchFilterType" minOccurs="0"/>
         <element name="direct" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="identityContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GroupOwnersType()
           
 
Method Summary
 SearchFilterType getFilter()
          Gets the value of the filter property.
 java.lang.String getGroup()
          Gets the value of the group property.
 java.lang.String getIdentityContext()
          Gets the value of the identityContext property.
 boolean isDirect()
          Gets the value of the direct property.
 boolean isSetDirect()
           
 boolean isSetFilter()
           
 boolean isSetGroup()
           
 boolean isSetIdentityContext()
           
 void setDirect(boolean value)
          Sets the value of the direct property.
 void setFilter(SearchFilterType value)
          Sets the value of the filter property.
 void setGroup(java.lang.String value)
          Sets the value of the group 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

GroupOwnersType

public GroupOwnersType()
Method Detail

getGroup

public java.lang.String getGroup()
Gets the value of the group property.

Returns:
possible object is String

setGroup

public void setGroup(java.lang.String value)
Sets the value of the group property.

Parameters:
value - allowed object is String

isSetGroup

public boolean isSetGroup()

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()

isDirect

public boolean isDirect()
Gets the value of the direct property.


setDirect

public void setDirect(boolean value)
Sets the value of the direct property.


isSetDirect

public boolean isSetDirect()

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.