|
||||||||||
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.DataCollection
public class DataCollection
The collection of input and output data sets of the analyses.
Java class for DataCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataCollectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Inputs" type="{http://psidev.info/psi/pi/mzIdentML/1.1}InputsType"/> <element name="AnalysisData" type="{http://psidev.info/psi/pi/mzIdentML/1.1}AnalysisDataType"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AnalysisData |
analysisData
|
protected Inputs |
inputs
|
Constructor Summary | |
---|---|
DataCollection()
|
Method Summary | |
---|---|
AnalysisData |
getAnalysisData()
Gets the value of the analysisData property. |
Inputs |
getInputs()
Gets the value of the inputs property. |
void |
setAnalysisData(AnalysisData value)
Sets the value of the analysisData property. |
void |
setInputs(Inputs value)
Sets the value of the inputs 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 Inputs inputs
protected AnalysisData analysisData
Constructor Detail |
---|
public DataCollection()
Method Detail |
---|
public Inputs getInputs()
Inputs
public void setInputs(Inputs value)
value
- allowed object is
Inputs
public AnalysisData getAnalysisData()
AnalysisData
public void setAnalysisData(AnalysisData value)
value
- allowed object is
AnalysisData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |