public class JaxbServiceRegistrationList extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<JaxbServiceRegistration> |
registrations
A list of search items.
|
| Constructor and Description |
|---|
JaxbServiceRegistrationList() |
JaxbServiceRegistrationList(Collection<JaxbServiceRegistration> registrations) |
JaxbServiceRegistrationList(JaxbServiceRegistration registration) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ServiceRegistration registration) |
List<JaxbServiceRegistration> |
getRegistrations() |
void |
setStats(List<JaxbServiceRegistration> registrations) |
protected List<JaxbServiceRegistration> registrations
public JaxbServiceRegistrationList()
public JaxbServiceRegistrationList(JaxbServiceRegistration registration)
public JaxbServiceRegistrationList(Collection<JaxbServiceRegistration> registrations)
public List<JaxbServiceRegistration> getRegistrations()
public void setStats(List<JaxbServiceRegistration> registrations)
registrations - the registrations to setpublic void add(ServiceRegistration registration)
Copyright © 2009–2020 Opencast Project. All rights reserved.