|
||||||||||
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.AnalysisData
public class AnalysisData
Data sets generated by the analyses, including peptide and protein lists.
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.1}SpectrumIdentificationListType" maxOccurs="unbounded"/> <element name="ProteinDetectionList" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ProteinDetectionListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ProteinDetectionList |
proteinDetectionList
|
protected List<SpectrumIdentificationList> |
spectrumIdentificationList
|
Constructor Summary | |
---|---|
AnalysisData()
|
Method Summary | |
---|---|
ProteinDetectionList |
getProteinDetectionList()
Gets the value of the proteinDetectionList property. |
List<SpectrumIdentificationList> |
getSpectrumIdentificationList()
Gets the value of the spectrumIdentificationList property. |
void |
setProteinDetectionList(ProteinDetectionList value)
Sets the value of the proteinDetectionList 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<SpectrumIdentificationList> spectrumIdentificationList
protected ProteinDetectionList proteinDetectionList
Constructor Detail |
---|
public AnalysisData()
Method Detail |
---|
public List<SpectrumIdentificationList> 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
SpectrumIdentificationList
public ProteinDetectionList getProteinDetectionList()
ProteinDetectionList
public void setProteinDetectionList(ProteinDetectionList value)
value
- allowed object is
ProteinDetectionList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |