uk.ac.ebi.jmzidml.model.mzidml
Class CvList
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.CvList
- All Implemented Interfaces:
- Serializable
public class CvList
- extends MzIdentMLObject
- implements Serializable
The list of controlled vocabularies used in the
file.
Java class for CVListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cv" type="{http://psidev.info/psi/pi/mzIdentML/1.1}cvType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Method Summary |
List<Cv> |
getCv()
Gets the value of the cv property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cv
protected List<Cv> cv
CvList
public CvList()
getCv
public List<Cv> getCv()
- Gets the value of the cv property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the cv property.
For example, to add a new item, do as follows:
getCv().add(newItem);
Objects of the following type(s) are allowed in the list
Cv
Copyright © 2012. All Rights Reserved.