Class TCaseObjectPermissions
java.lang.Object
oracle.bpm.casemgmt.metadata.Case.model.TCaseObjectPermissions
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actions property.Gets the value of the caseObject property.getValue()Gets the value of the value property.booleanbooleanbooleanvoidsetActions(String value) Sets the value of the actions property.voidsetCaseObject(TCaseObjectEnum value) Sets the value of the caseObject property.voidSets the value of the value property.
-
Constructor Details
-
TCaseObjectPermissions
public TCaseObjectPermissions()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSetValue
public boolean isSetValue() -
getCaseObject
Gets the value of the caseObject property.- Returns:
- possible object is
TCaseObjectEnum
-
setCaseObject
Sets the value of the caseObject property.- Parameters:
value- allowed object isTCaseObjectEnum
-
isSetCaseObject
public boolean isSetCaseObject() -
getActions
Gets the value of the actions property.- Returns:
- possible object is
String
-
setActions
Sets the value of the actions property.- Parameters:
value- allowed object isString
-
isSetActions
public boolean isSetActions()
-