uk.ac.ebi.jmzidml.model.mzidml
Class AnalysisSoftwareList

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by 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

Field Summary
protected  List<AnalysisSoftware> analysisSoftware
           
 
Constructor Summary
AnalysisSoftwareList()
           
 
Method Summary
 List<AnalysisSoftware> getAnalysisSoftware()
          Gets the value of the analysisSoftware property.
 
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject
getHid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

analysisSoftware

protected List<AnalysisSoftware> analysisSoftware
Constructor Detail

AnalysisSoftwareList

public AnalysisSoftwareList()
Method Detail

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.