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 GranteesType

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

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

Java class for granteesType complex type.

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

 <complexType name="granteesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence minOccurs="0">
             <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"/>
           </sequence>
           <sequence minOccurs="0">
             <element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </choice>
         <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
GranteesType()
           
 
Method Summary
 java.lang.String getApplication()
          Gets the value of the application property.
 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.
 java.lang.String getRole()
          Gets the value of the role property.
 boolean isDirect()
          Gets the value of the direct property.
 boolean isSetApplication()
           
 boolean isSetDirect()
           
 boolean isSetFilter()
           
 boolean isSetGroup()
           
 boolean isSetIdentityContext()
           
 boolean isSetRole()
           
 void setApplication(java.lang.String value)
          Sets the value of the application property.
 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.
 void setRole(java.lang.String value)
          Sets the value of the role property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GranteesType

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

getRole

public java.lang.String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(java.lang.String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

isSetRole

public boolean isSetRole()

getApplication

public java.lang.String getApplication()
Gets the value of the application property.

Returns:
possible object is String

setApplication

public void setApplication(java.lang.String value)
Sets the value of the application property.

Parameters:
value - allowed object is String

isSetApplication

public boolean isSetApplication()

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.