public class TStakeHolderPermissions extends TExtensibleElements implements java.io.Serializable
Java class for tStakeHolderPermissions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tStakeHolderPermissions"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <choice> <element name="defaultProfile" type="{http://xmlns.oracle.com/bpm/case/metadata}tDefaultPermissionsTypeEnum" minOccurs="0"/> <element name="customProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
TStakeHolderPermissions() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomProfile()
Gets the value of the customProfile property.
|
TDefaultPermissionsTypeEnum |
getDefaultProfile()
Gets the value of the defaultProfile property.
|
boolean |
isSetCustomProfile() |
boolean |
isSetDefaultProfile() |
void |
setCustomProfile(java.lang.String value)
Sets the value of the customProfile property.
|
void |
setDefaultProfile(TDefaultPermissionsTypeEnum value)
Sets the value of the defaultProfile property.
|
getDocumentation, isSetDocumentation, unsetDocumentation
public TDefaultPermissionsTypeEnum getDefaultProfile()
TDefaultPermissionsTypeEnum
public void setDefaultProfile(TDefaultPermissionsTypeEnum value)
value
- allowed object is TDefaultPermissionsTypeEnum
public boolean isSetDefaultProfile()
public java.lang.String getCustomProfile()
String
public void setCustomProfile(java.lang.String value)
value
- allowed object is String
public boolean isSetCustomProfile()