public class SpectrumIdentificationResultType extends IdentifiableType
Java class for SpectrumIdentificationResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpectrumIdentificationResultType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="SpectrumIdentificationItem" type="{http://psidev.info/psi/pi/mzIdentML/1.2}SpectrumIdentificationItemType" maxOccurs="unbounded"/>
<group ref="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="spectrumID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="spectraData_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractParamType> |
paramGroup |
protected String |
spectraDataRef |
protected String |
spectrumID |
protected List<SpectrumIdentificationItemType> |
spectrumIdentificationItem |
id, name| Constructor and Description |
|---|
SpectrumIdentificationResultType() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractParamType> |
getParamGroup()
Scores or parameters associated with the SpectrumIdentificationResult (i.e the set of SpectrumIdentificationItems derived from one spectrum) e.g.
|
String |
getSpectraDataRef()
Gets the value of the spectraDataRef property.
|
String |
getSpectrumID()
Gets the value of the spectrumID property.
|
List<SpectrumIdentificationItemType> |
getSpectrumIdentificationItem()
Gets the value of the spectrumIdentificationItem property.
|
void |
setSpectraDataRef(String value)
Sets the value of the spectraDataRef property.
|
void |
setSpectrumID(String value)
Sets the value of the spectrumID property.
|
getId, getName, setId, setNameprotected List<SpectrumIdentificationItemType> spectrumIdentificationItem
protected List<AbstractParamType> paramGroup
protected String spectrumID
protected String spectraDataRef
public List<SpectrumIdentificationItemType> getSpectrumIdentificationItem()
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 spectrumIdentificationItem property.
For example, to add a new item, do as follows:
getSpectrumIdentificationItem().add(newItem);
Objects of the following type(s) are allowed in the list
SpectrumIdentificationItemType
public List<AbstractParamType> getParamGroup()
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 paramGroup property.
For example, to add a new item, do as follows:
getParamGroup().add(newItem);
Objects of the following type(s) are allowed in the list
CVParamType
UserParamType
public String getSpectrumID()
Stringpublic void setSpectrumID(String value)
value - allowed object is
Stringpublic String getSpectraDataRef()
StringCopyright © 2017. All rights reserved.