public class AnalysisDataType extends Object
Java class for AnalysisDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalysisDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SpectrumIdentificationList" type="{http://psidev.info/psi/pi/mzIdentML/1.2}SpectrumIdentificationListType" maxOccurs="unbounded"/>
<element name="ProteinDetectionList" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ProteinDetectionListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProteinDetectionListType |
proteinDetectionList |
protected List<SpectrumIdentificationListType> |
spectrumIdentificationList |
| Constructor and Description |
|---|
AnalysisDataType() |
| Modifier and Type | Method and Description |
|---|---|
ProteinDetectionListType |
getProteinDetectionList()
Gets the value of the proteinDetectionList property.
|
List<SpectrumIdentificationListType> |
getSpectrumIdentificationList()
Gets the value of the spectrumIdentificationList property.
|
void |
setProteinDetectionList(ProteinDetectionListType value)
Sets the value of the proteinDetectionList property.
|
protected List<SpectrumIdentificationListType> spectrumIdentificationList
protected ProteinDetectionListType proteinDetectionList
public List<SpectrumIdentificationListType> getSpectrumIdentificationList()
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 spectrumIdentificationList property.
For example, to add a new item, do as follows:
getSpectrumIdentificationList().add(newItem);
Objects of the following type(s) are allowed in the list
SpectrumIdentificationListType
public ProteinDetectionListType getProteinDetectionList()
ProteinDetectionListTypepublic void setProteinDetectionList(ProteinDetectionListType value)
value - allowed object is
ProteinDetectionListTypeCopyright © 2017. All rights reserved.