public class RoleSpecDataObj extends Object
Java class for roleSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roleSpecDataObj"> <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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="permissionDataObjs" type="{http://ws.coverity.com/v9}permissionDataObj" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
deletable |
protected String |
description |
protected Boolean |
editable |
protected String |
name |
protected List<PermissionDataObj> |
permissionDataObjs |
Constructor and Description |
---|
RoleSpecDataObj() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
List<PermissionDataObj> |
getPermissionDataObjs()
Gets the value of the permissionDataObjs 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 |
setName(String value)
Sets the value of the name property.
|
protected Boolean deletable
protected String description
protected Boolean editable
protected String name
protected List<PermissionDataObj> permissionDataObjs
public Boolean isDeletable()
Boolean
public void setDeletable(Boolean value)
value
- allowed object is
Boolean
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Boolean isEditable()
Boolean
public void setEditable(Boolean value)
value
- allowed object is
Boolean
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public 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
Copyright © 2016–2019. All rights reserved.