public class DataCollectionType extends Object
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.2}InputsType"/>
<element name="AnalysisData" type="{http://psidev.info/psi/pi/mzIdentML/1.2}AnalysisDataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnalysisDataType |
analysisData |
protected InputsType |
inputs |
| Constructor and Description |
|---|
DataCollectionType() |
| Modifier and Type | Method and Description |
|---|---|
AnalysisDataType |
getAnalysisData()
Gets the value of the analysisData property.
|
InputsType |
getInputs()
Gets the value of the inputs property.
|
void |
setAnalysisData(AnalysisDataType value)
Sets the value of the analysisData property.
|
void |
setInputs(InputsType value)
Sets the value of the inputs property.
|
protected InputsType inputs
protected AnalysisDataType analysisData
public InputsType getInputs()
InputsTypepublic void setInputs(InputsType value)
value - allowed object is
InputsTypepublic AnalysisDataType getAnalysisData()
AnalysisDataTypepublic void setAnalysisData(AnalysisDataType value)
value - allowed object is
AnalysisDataTypeCopyright © 2017. All rights reserved.