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