public class XmlRelatedIdentifiers extends Object implements Serializable
| Constructor and Description |
|---|
XmlRelatedIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRelatedIdentifier(int index,
XmlRelatedIdentifier relatedIdentifier) |
void |
addRelatedIdentifier(XmlRelatedIdentifier relatedIdentifier) |
Iterator<? extends XmlRelatedIdentifier> |
enumerateRelatedIdentifier()
Method enumerateRelatedIdentifier.
|
XmlRelatedIdentifier[] |
getRelatedIdentifier()
Method getRelatedIdentifier.Returns the contents of the collection in an
Array.
|
XmlRelatedIdentifier |
getRelatedIdentifier(int index)
Method getRelatedIdentifier.
|
int |
getRelatedIdentifierCount()
Method getRelatedIdentifierCount.
|
void |
removeAllRelatedIdentifier()
Method removeAllRelatedIdentifier.
|
boolean |
removeRelatedIdentifier(XmlRelatedIdentifier vRelatedIdentifier)
Method removeRelatedIdentifier.
|
XmlRelatedIdentifier |
removeRelatedIdentifierAt(int index)
Method removeRelatedIdentifierAt.
|
void |
setRelatedIdentifier(int index,
XmlRelatedIdentifier vRelatedIdentifier) |
void |
setRelatedIdentifier(XmlRelatedIdentifier[] vRelatedIdentifierArray) |
public void addRelatedIdentifier(XmlRelatedIdentifier relatedIdentifier) throws IndexOutOfBoundsException
relatedIdentifier - IndexOutOfBoundsException - if the index given is outside the bounds of the collectionpublic void addRelatedIdentifier(int index,
XmlRelatedIdentifier relatedIdentifier)
throws IndexOutOfBoundsException
index - relatedIdentifier - IndexOutOfBoundsException - if the index given is outside the bounds of the collectionpublic Iterator<? extends XmlRelatedIdentifier> enumerateRelatedIdentifier()
public XmlRelatedIdentifier getRelatedIdentifier(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsException - if the index given is outside the bounds of the collectionpublic XmlRelatedIdentifier[] getRelatedIdentifier()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getRelatedIdentifierCount()
public void removeAllRelatedIdentifier()
public boolean removeRelatedIdentifier(XmlRelatedIdentifier vRelatedIdentifier)
vRelatedIdentifier - public XmlRelatedIdentifier removeRelatedIdentifierAt(int index)
index - public void setRelatedIdentifier(int index,
XmlRelatedIdentifier vRelatedIdentifier)
throws IndexOutOfBoundsException
index - vRelatedIdentifier - IndexOutOfBoundsException - if the index given is outside the bounds of the collectionpublic void setRelatedIdentifier(XmlRelatedIdentifier[] vRelatedIdentifierArray)
vRelatedIdentifierArray - Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.