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

oracle.bpm.casemgmt.metadata.caseinstance.model
Class TStakeHolderMember

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.caseinstance.model.TStakeHolderMember

public class TStakeHolderMember
extends TExtensibleElements

Java class for tStakeHolderMember complex type.

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

 <complexType name="tStakeHolderMember">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="stakeHolderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="stakeHolder" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="stakeHolderDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="stakeHolderType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="applicationContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isContextUserInRole" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TStakeHolderMember()
           
 
Method Summary
 java.lang.String getApplicationContext()
          Gets the value of the applicationContext property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getStakeHolder()
          Gets the value of the stakeHolder property.
 java.lang.String getStakeHolderDisplayName()
          Gets the value of the stakeHolderDisplayName property.
 java.lang.String getStakeHolderId()
          Gets the value of the stakeHolderId property.
 java.lang.String getStakeHolderType()
          Gets the value of the stakeHolderType property.
 boolean isIsContextUserInRole()
          Gets the value of the isContextUserInRole property.
 void setApplicationContext(java.lang.String value)
          Sets the value of the applicationContext property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIsContextUserInRole(boolean value)
          Sets the value of the isContextUserInRole property.
 void setStakeHolder(java.lang.String value)
          Sets the value of the stakeHolder property.
 void setStakeHolderDisplayName(java.lang.String value)
          Sets the value of the stakeHolderDisplayName property.
 void setStakeHolderId(java.lang.String value)
          Sets the value of the stakeHolderId property.
 void setStakeHolderType(java.lang.String value)
          Sets the value of the stakeHolderType property.
 
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TStakeHolderMember

public TStakeHolderMember()
Method Detail

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

getStakeHolderId

public java.lang.String getStakeHolderId()
Gets the value of the stakeHolderId property.

Returns:
possible object is String

setStakeHolderId

public void setStakeHolderId(java.lang.String value)
Sets the value of the stakeHolderId property.

Parameters:
value - allowed object is String

getStakeHolder

public java.lang.String getStakeHolder()
Gets the value of the stakeHolder property.

Returns:
possible object is String

setStakeHolder

public void setStakeHolder(java.lang.String value)
Sets the value of the stakeHolder property.

Parameters:
value - allowed object is String

getStakeHolderDisplayName

public java.lang.String getStakeHolderDisplayName()
Gets the value of the stakeHolderDisplayName property.

Returns:
possible object is String

setStakeHolderDisplayName

public void setStakeHolderDisplayName(java.lang.String value)
Sets the value of the stakeHolderDisplayName property.

Parameters:
value - allowed object is String

getStakeHolderType

public java.lang.String getStakeHolderType()
Gets the value of the stakeHolderType property.

Returns:
possible object is String

setStakeHolderType

public void setStakeHolderType(java.lang.String value)
Sets the value of the stakeHolderType property.

Parameters:
value - allowed object is String

getApplicationContext

public java.lang.String getApplicationContext()
Gets the value of the applicationContext property.

Returns:
possible object is String

setApplicationContext

public void setApplicationContext(java.lang.String value)
Sets the value of the applicationContext property.

Parameters:
value - allowed object is String

isIsContextUserInRole

public boolean isIsContextUserInRole()
Gets the value of the isContextUserInRole property.


setIsContextUserInRole

public void setIsContextUserInRole(boolean value)
Sets the value of the isContextUserInRole property.


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.