public class RoleDataObj extends Object
Java class for roleDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deletable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="editable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="permissionDataObjs" type="{http://ws.coverity.com/v5}permissionDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="roleId" type="{http://ws.coverity.com/v5}roleIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deletable |
protected String |
description |
protected Boolean |
editable |
protected List<PermissionDataObj> |
permissionDataObjs |
protected RoleIdDataObj |
roleId |
| Constructor and Description |
|---|
RoleDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<PermissionDataObj> |
getPermissionDataObjs()
Gets the value of the permissionDataObjs property.
|
RoleIdDataObj |
getRoleId()
Gets the value of the roleId property.
|
Boolean |
isDeletable()
Gets the value of the deletable property.
|
Boolean |
isEditable()
Gets the value of the editable property.
|
void |
setDeletable(Boolean value)
Sets the value of the deletable property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEditable(Boolean value)
Sets the value of the editable property.
|
void |
setRoleId(RoleIdDataObj value)
Sets the value of the roleId property.
|
protected Boolean deletable
protected String description
protected Boolean editable
protected List<PermissionDataObj> permissionDataObjs
protected RoleIdDataObj roleId
public Boolean isDeletable()
Booleanpublic void setDeletable(Boolean value)
value - allowed object is
Booleanpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isEditable()
Booleanpublic void setEditable(Boolean value)
value - allowed object is
Booleanpublic List<PermissionDataObj> getPermissionDataObjs()
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 permissionDataObjs property.
For example, to add a new item, do as follows:
getPermissionDataObjs().add(newItem);
Objects of the following type(s) are allowed in the list
PermissionDataObj
public RoleIdDataObj getRoleId()
RoleIdDataObjpublic void setRoleId(RoleIdDataObj value)
value - allowed object is
RoleIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.