uk.ac.ebi.jmzidml.model.mzidml
Class AnalysisSoftwareList
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.AnalysisSoftwareList
- All Implemented Interfaces:
- Serializable
public class AnalysisSoftwareList
- extends MzIdentMLObject
- implements Serializable
The software packages used to perform the analyses.
Java class for AnalysisSoftwareListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalysisSoftwareListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AnalysisSoftware" type="{http://psidev.info/psi/pi/mzIdentML/1.1}AnalysisSoftwareType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
analysisSoftware
protected List<AnalysisSoftware> analysisSoftware
AnalysisSoftwareList
public AnalysisSoftwareList()
getAnalysisSoftware
public List<AnalysisSoftware> getAnalysisSoftware()
- Gets the value of the analysisSoftware 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 analysisSoftware property.
For example, to add a new item, do as follows:
getAnalysisSoftware().add(newItem);
Objects of the following type(s) are allowed in the list
AnalysisSoftware
Copyright © 2012. All Rights Reserved.