|
||||||||||
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.AnalysisProtocolCollection
public class AnalysisProtocolCollection
The collection of protocols which include the parameters and settings of the performed analyses.
Java class for AnalysisProtocolCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalysisProtocolCollectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SpectrumIdentificationProtocol" type="{http://psidev.info/psi/pi/mzIdentML/1.1}SpectrumIdentificationProtocolType" maxOccurs="unbounded"/> <element name="ProteinDetectionProtocol" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ProteinDetectionProtocolType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ProteinDetectionProtocol |
proteinDetectionProtocol
|
protected List<SpectrumIdentificationProtocol> |
spectrumIdentificationProtocol
|
Constructor Summary | |
---|---|
AnalysisProtocolCollection()
|
Method Summary | |
---|---|
ProteinDetectionProtocol |
getProteinDetectionProtocol()
Gets the value of the proteinDetectionProtocol property. |
List<SpectrumIdentificationProtocol> |
getSpectrumIdentificationProtocol()
Gets the value of the spectrumIdentificationProtocol property. |
void |
setProteinDetectionProtocol(ProteinDetectionProtocol value)
Sets the value of the proteinDetectionProtocol 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<SpectrumIdentificationProtocol> spectrumIdentificationProtocol
protected ProteinDetectionProtocol proteinDetectionProtocol
Constructor Detail |
---|
public AnalysisProtocolCollection()
Method Detail |
---|
public List<SpectrumIdentificationProtocol> getSpectrumIdentificationProtocol()
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 spectrumIdentificationProtocol property.
For example, to add a new item, do as follows:
getSpectrumIdentificationProtocol().add(newItem);
Objects of the following type(s) are allowed in the list
SpectrumIdentificationProtocol
public ProteinDetectionProtocol getProteinDetectionProtocol()
ProteinDetectionProtocol
public void setProteinDetectionProtocol(ProteinDetectionProtocol value)
value
- allowed object is
ProteinDetectionProtocol
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |