public class ObjectLocationList extends Object implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObjectLocationList">
<xs:sequence>
<xs:element type="ns:Identifier" name="identifier" minOccurs="1" maxOccurs="1"/>
<xs:element type="ns:ObjectLocation" name="objectLocation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
| Constructor and Description |
|---|
ObjectLocationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectLocation(ObjectLocation item)
Add a 'objectLocation' element item.
|
void |
clearObjectLocationList()
Remove all 'objectLocation' element items.
|
Identifier |
getIdentifier()
Get the 'identifier' element value.
|
ObjectLocation |
getObjectLocation(int index)
Get 'objectLocation' element item by position.
|
List<ObjectLocation> |
getObjectLocationList()
Get the list of 'objectLocation' element items.
|
void |
setIdentifier(Identifier identifier)
Set the 'identifier' element value.
|
void |
setObjectLocationList(List<ObjectLocation> list)
Set the list of 'objectLocation' element items.
|
int |
sizeObjectLocationList()
Get the number of 'objectLocation' element items.
|
public Identifier getIdentifier()
public void setIdentifier(Identifier identifier)
identifier - public List<ObjectLocation> getObjectLocationList()
public void setObjectLocationList(List<ObjectLocation> list)
list - public int sizeObjectLocationList()
public void addObjectLocation(ObjectLocation item)
item - public ObjectLocation getObjectLocation(int index)
index - public void clearObjectLocationList()
Copyright © 2014. All Rights Reserved.