Class TCaseObjectPermissions

java.lang.Object
oracle.bpm.casemgmt.metadata.Case.model.TCaseObjectPermissions
All Implemented Interfaces:
Serializable

public class TCaseObjectPermissions extends Object implements Serializable

Java class for tCaseObjectPermissions complex type.

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

 <complexType name="tCaseObjectPermissions">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="caseObject" use="required" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tCaseObjectEnum" />
       <attribute name="actions" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TCaseObjectPermissions

      public TCaseObjectPermissions()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isSetValue

      public boolean isSetValue()
    • getCaseObject

      public TCaseObjectEnum getCaseObject()
      Gets the value of the caseObject property.
      Returns:
      possible object is TCaseObjectEnum
    • setCaseObject

      public void setCaseObject(TCaseObjectEnum value)
      Sets the value of the caseObject property.
      Parameters:
      value - allowed object is TCaseObjectEnum
    • isSetCaseObject

      public boolean isSetCaseObject()
    • getActions

      public String getActions()
      Gets the value of the actions property.
      Returns:
      possible object is String
    • setActions

      public void setActions(String value)
      Sets the value of the actions property.
      Parameters:
      value - allowed object is String
    • isSetActions

      public boolean isSetActions()