public class TUserPermissions extends TExtensibleElements implements java.io.Serializable
Java class for tUserPermissions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tUserPermissions"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <sequence> <element name="caseObjectPermission" type="{http://xmlns.oracle.com/bpm/case}tCaseObjectPermission" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
TUserPermissions() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TCaseObjectPermission> |
getCaseObjectPermission()
Gets the value of the caseObjectPermission property.
|
java.lang.String |
getUserId()
Gets the value of the userId property.
|
boolean |
isSetCaseObjectPermission() |
boolean |
isSetUserId() |
void |
setUserId(java.lang.String value)
Sets the value of the userId property.
|
void |
unsetCaseObjectPermission() |
getDocumentation, isSetDocumentation, unsetDocumentation
public java.lang.String getUserId()
String
public void setUserId(java.lang.String value)
value
- allowed object is String
public boolean isSetUserId()
public java.util.List<TCaseObjectPermission> getCaseObjectPermission()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set
method for the caseObjectPermission property.
For example, to add a new item, do as follows:
getCaseObjectPermission().add(newItem);
Objects of the following type(s) are allowed in the list TCaseObjectPermission
public boolean isSetCaseObjectPermission()
public void unsetCaseObjectPermission()