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

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Inputs
All Implemented Interfaces:
Serializable

public class Inputs
extends MzIdentMLObject
implements Serializable

The inputs to the analyses including the databases searched, the spectral data and the source file converted to mzIdentML.

Java class for InputsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InputsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SourceFile" type="{http://psidev.info/psi/pi/mzIdentML/1.1}SourceFileType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SearchDatabase" type="{http://psidev.info/psi/pi/mzIdentML/1.1}SearchDatabaseType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SpectraData" type="{http://psidev.info/psi/pi/mzIdentML/1.1}SpectraDataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<SearchDatabase> searchDatabase
           
protected  List<SourceFile> sourceFile
           
protected  List<SpectraData> spectraData
           
 
Constructor Summary
Inputs()
           
 
Method Summary
 List<SearchDatabase> getSearchDatabase()
          Gets the value of the searchDatabase property.
 List<SourceFile> getSourceFile()
          Gets the value of the sourceFile property.
 List<SpectraData> getSpectraData()
          Gets the value of the spectraData 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

sourceFile

protected List<SourceFile> sourceFile

searchDatabase

protected List<SearchDatabase> searchDatabase

spectraData

protected List<SpectraData> spectraData
Constructor Detail

Inputs

public Inputs()
Method Detail

getSourceFile

public List<SourceFile> getSourceFile()
Gets the value of the sourceFile 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 sourceFile property.

For example, to add a new item, do as follows:

    getSourceFile().add(newItem);
 

Objects of the following type(s) are allowed in the list SourceFile


getSearchDatabase

public List<SearchDatabase> getSearchDatabase()
Gets the value of the searchDatabase 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 searchDatabase property.

For example, to add a new item, do as follows:

    getSearchDatabase().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchDatabase


getSpectraData

public List<SpectraData> getSpectraData()
Gets the value of the spectraData 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 spectraData property.

For example, to add a new item, do as follows:

    getSpectraData().add(newItem);
 

Objects of the following type(s) are allowed in the list SpectraData



Copyright © 2012. All Rights Reserved.