public class Node extends Node implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v2.0" xmlns:ns1="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Node">
<xs:complexContent>
<xs:extension base="ns1:Node">
<xs:sequence>
<xs:element type="ns:Property" name="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
property |
baseURL, contactSubject, description, identifier, name, nodeReplicationPolicy, ping, replicate, services, state, subject, synchronization, synchronize, type| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(Property item)
Add a 'property' element item.
|
void |
clearPropertyList()
Remove all 'property' element items.
|
Property |
getProperty(int index)
Get 'property' element item by position.
|
List<Property> |
getPropertyList()
Get the list of 'property' element items.
|
void |
setPropertyList(List<Property> list)
Set the list of 'property' element items.
|
int |
sizePropertyList()
Get the number of 'property' element items.
|
addContactSubject, addSubject, clearContactSubjectList, clearSubjectList, getBaseURL, getContactSubject, getContactSubjectList, getDescription, getIdentifier, getName, getNodeReplicationPolicy, getPing, getServices, getState, getSubject, getSubjectList, getSynchronization, getType, grabSubjectListNullIfEmpty, isReplicate, isSynchronize, setBaseURL, setContactSubjectList, setDescription, setIdentifier, setName, setNodeReplicationPolicy, setPing, setReplicate, setServices, setState, setSubjectList, setSynchronization, setSynchronize, setType, sizeContactSubjectList, sizeSubjectListpublic List<Property> getPropertyList()
public void setPropertyList(List<Property> list)
list - public int sizePropertyList()
public void addProperty(Property item)
item - public Property getProperty(int index)
index - public void clearPropertyList()
Copyright © 2018. All Rights Reserved.