| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.primary_data.reference.datacite.xml |
| Modifier and Type | Method and Description |
|---|---|
XmlSubject[] |
XmlSubjects.getSubject()
Returns the contents of the collection in an Array.
|
XmlSubject |
XmlSubjects.getSubject(int index)
Return the
XmlSubject at the specified position in the
List. |
XmlSubject |
XmlSubjects.removeSubjectAt(int index)
Remove a
XmlSubject at the specified position. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends XmlSubject> |
XmlSubjects.enumerateSubject()
Return an
Iterator of all XmlSubject. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSubjects.addSubject(int index,
XmlSubject subject)
|
void |
XmlSubjects.addSubject(XmlSubject subject)
|
boolean |
XmlSubjects.removeSubject(XmlSubject subject)
Remove a specified
XmlSubject. |
void |
XmlSubjects.setSubject(int index,
XmlSubject subject)
Set the
XmlSubject at the specified position of the List. |
void |
XmlSubjects.setSubject(XmlSubject[] subjectArray)
Set a all
XmlSubject to the List. |
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.