public class ObjectList extends Slice implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObjectList">
<xs:complexContent>
<xs:extension base="ns:Slice">
<xs:sequence>
<xs:element type="ns:ObjectInfo" name="objectInfo" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
ObjectList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectInfo(ObjectInfo item)
Add a 'objectInfo' element item.
|
void |
clearObjectInfoList()
Remove all 'objectInfo' element items.
|
ObjectInfo |
getObjectInfo(int index)
Get 'objectInfo' element item by position.
|
List<ObjectInfo> |
getObjectInfoList()
Get the list of 'objectInfo' element items.
|
void |
setObjectInfoList(List<ObjectInfo> list)
Set the list of 'objectInfo' element items.
|
int |
sizeObjectInfoList()
Get the number of 'objectInfo' element items.
|
public List<ObjectInfo> getObjectInfoList()
public void setObjectInfoList(List<ObjectInfo> list)
list - public int sizeObjectInfoList()
public void addObjectInfo(ObjectInfo item)
item - public ObjectInfo getObjectInfo(int index)
index - public void clearObjectInfoList()
Copyright © 2014. All Rights Reserved.