public class Roles extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
noteOrRole |
| Constructor and Description |
|---|
Roles() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getNoteOrRole()
Gets the value of the noteOrRole property.
|
public List<Object> getNoteOrRole()
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 noteOrRole property.
For example, to add a new item, do as follows:
getNoteOrRole().add(newItem);
Objects of the following type(s) are allowed in the list
Note
Role
Copyright © 2016–2020 FBK. All rights reserved.