Class TStakeHolderPermissions

java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TStakeHolderPermissions
All Implemented Interfaces:
Serializable

public class TStakeHolderPermissions extends TExtensibleElements implements 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>
 

See Also:
  • Constructor Details

    • TStakeHolderPermissions

      public TStakeHolderPermissions()
  • Method Details

    • getDefaultProfile

      public TDefaultPermissionsTypeEnum getDefaultProfile()
      Gets the value of the defaultProfile property.
      Returns:
      possible object is TDefaultPermissionsTypeEnum
    • setDefaultProfile

      public void setDefaultProfile(TDefaultPermissionsTypeEnum value)
      Sets the value of the defaultProfile property.
      Parameters:
      value - allowed object is TDefaultPermissionsTypeEnum
    • isSetDefaultProfile

      public boolean isSetDefaultProfile()
    • getCustomProfile

      public String getCustomProfile()
      Gets the value of the customProfile property.
      Returns:
      possible object is String
    • setCustomProfile

      public void setCustomProfile(String value)
      Sets the value of the customProfile property.
      Parameters:
      value - allowed object is String
    • isSetCustomProfile

      public boolean isSetCustomProfile()