Skip navigation links

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


oracle.bpm.services.organization.model
Class ApplicationRoleType

java.lang.Object
  extended by oracle.bpm.services.organization.model.RoleProfileType
      extended by oracle.bpm.services.organization.model.ApplicationRoleType

All Implemented Interfaces:
java.io.Serializable

public class ApplicationRoleType
extends RoleProfileType
implements java.io.Serializable

Java class for applicationRoleType complex type.

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

 <complexType name="applicationRoleType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/identity}roleProfileType">
       <sequence>
         <element name="member" type="{http://xmlns.oracle.com/bpm/organization}principleRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="processRole" type="{http://xmlns.oracle.com/bpm/organization}processRoleType" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="processRoleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isProcessRole" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ApplicationRoleType()
           

 

Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List<PrincipleRefType> getMember()
          Gets the value of the member property.
 ProcessRoleType getProcessRole()
          Gets the value of the processRole property.
 java.lang.String getProcessRoleName()
          Gets the value of the processRoleName property.
 boolean isIsProcessRole()
          Gets the value of the isProcessRole property.
 boolean isSetDescription()
           
 boolean isSetId()
           
 boolean isSetIsProcessRole()
           
 boolean isSetMember()
           
 boolean isSetProcessRole()
           
 boolean isSetProcessRoleName()
           
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIsProcessRole(boolean value)
          Sets the value of the isProcessRole property.
 void setProcessRole(ProcessRoleType value)
          Sets the value of the processRole property.
 void setProcessRoleName(java.lang.String value)
          Sets the value of the processRoleName property.
 void unsetIsProcessRole()
           
 void unsetMember()
           

 

Methods inherited from class oracle.bpm.services.organization.model.RoleProfileType
getApplicationContext, getIdentityContext, getName, isSetApplicationContext, isSetIdentityContext, isSetName, setApplicationContext, setIdentityContext, setName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ApplicationRoleType

public ApplicationRoleType()

Method Detail

getMember

public java.util.List<PrincipleRefType> getMember()
Gets the value of the member property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the member property.

For example, to add a new item, do as follows:

    getMember().add(newItem);
 

Objects of the following type(s) are allowed in the list PrincipleRefType


isSetMember

public boolean isSetMember()

unsetMember

public void unsetMember()

getProcessRole

public ProcessRoleType getProcessRole()
Gets the value of the processRole property.
Returns:
possible object is ProcessRoleType

setProcessRole

public void setProcessRole(ProcessRoleType value)
Sets the value of the processRole property.
Parameters:
value - allowed object is ProcessRoleType

isSetProcessRole

public boolean isSetProcessRole()

getDescription

public java.lang.String getDescription()
Gets the value of the description property.
Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.
Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

getProcessRoleName

public java.lang.String getProcessRoleName()
Gets the value of the processRoleName property.
Returns:
possible object is String

setProcessRoleName

public void setProcessRoleName(java.lang.String value)
Sets the value of the processRoleName property.
Parameters:
value - allowed object is String

isSetProcessRoleName

public boolean isSetProcessRoleName()

getId

public java.lang.String getId()
Gets the value of the id property.
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.
Parameters:
value - allowed object is String

isSetId

public boolean isSetId()

isIsProcessRole

public boolean isIsProcessRole()
Gets the value of the isProcessRole property.
Returns:
possible object is Boolean

setIsProcessRole

public void setIsProcessRole(boolean value)
Sets the value of the isProcessRole property.
Parameters:
value - allowed object is Boolean

isSetIsProcessRole

public boolean isSetIsProcessRole()

unsetIsProcessRole

public void unsetIsProcessRole()

Skip navigation links

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


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