public class JaxbRoleList extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<JaxbRole> |
roles
A list of roles.
|
| Constructor and Description |
|---|
JaxbRoleList() |
JaxbRoleList(Collection<JaxbRole> roles) |
JaxbRoleList(JaxbRole role) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Role role) |
List<JaxbRole> |
getRoles() |
void |
setRoles(List<JaxbRole> roles) |
public JaxbRoleList()
public JaxbRoleList(JaxbRole role)
public JaxbRoleList(Collection<JaxbRole> roles)
Copyright © 2009–2020 Opencast Project. All rights reserved.