public class Services extends Object implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Services">
<xs:sequence>
<xs:element type="ns:Service" name="service" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
| Constructor and Description |
|---|
Services() |
| Modifier and Type | Method and Description |
|---|---|
void |
addService(Service item)
Add a 'service' element item.
|
void |
clearServiceList()
Remove all 'service' element items.
|
Service |
getService(int index)
Get 'service' element item by position.
|
List<Service> |
getServiceList()
Get the list of 'service' element items.
|
void |
setServiceList(List<Service> list)
Set the list of 'service' element items.
|
int |
sizeServiceList()
Get the number of 'service' element items.
|
public List<Service> getServiceList()
public void setServiceList(List<Service> list)
list - public int sizeServiceList()
public void addService(Service item)
item - public Service getService(int index)
index - public void clearServiceList()
Copyright © 2014. All Rights Reserved.