|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Inputs
public class Inputs
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>
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 |
---|
protected List<SourceFile> sourceFile
protected List<SearchDatabase> searchDatabase
protected List<SpectraData> spectraData
Constructor Detail |
---|
public Inputs()
Method Detail |
---|
public List<SourceFile> getSourceFile()
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
public List<SearchDatabase> getSearchDatabase()
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
public List<SpectraData> getSpectraData()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |