public class Roles extends Object
Java class for roles complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="roles">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="role" type="{}role" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="roleset-name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Role> |
role |
protected String |
rolesetName |
| Constructor and Description |
|---|
Roles() |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
getRole()
Gets the value of the role property.
|
String |
getRolesetName()
Gets the value of the rolesetName property.
|
void |
setRolesetName(String value)
Sets the value of the rolesetName property.
|
public List<Role> getRole()
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 Jakarta XML Binding object.
This is why there is not a set method for the role property.
For example, to add a new item, do as follows:
getRole().add(newItem);
Objects of the following type(s) are allowed in the list
Role
public String getRolesetName()
StringCopyright © 2000–2025 MPXJ. All rights reserved.