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

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

public class DataCollection
extends MzIdentMLObject
implements Serializable

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>
 

See Also:
Serialized Form

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

inputs

protected Inputs inputs

analysisData

protected AnalysisData analysisData
Constructor Detail

DataCollection

public DataCollection()
Method Detail

getInputs

public Inputs getInputs()
Gets the value of the inputs property.

Returns:
possible object is Inputs

setInputs

public void setInputs(Inputs value)
Sets the value of the inputs property.

Parameters:
value - allowed object is Inputs

getAnalysisData

public AnalysisData getAnalysisData()
Gets the value of the analysisData property.

Returns:
possible object is AnalysisData

setAnalysisData

public void setAnalysisData(AnalysisData value)
Sets the value of the analysisData property.

Parameters:
value - allowed object is AnalysisData


Copyright © 2012. All Rights Reserved.