public class SpectrumIdentificationListType extends IdentifiableType
Java class for SpectrumIdentificationListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpectrumIdentificationListType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}IdentifiableType">
<sequence>
<element name="FragmentationTable" type="{http://psidev.info/psi/pi/mzIdentML/1.2}FragmentationTableType" minOccurs="0"/>
<element name="SpectrumIdentificationResult" type="{http://psidev.info/psi/pi/mzIdentML/1.2}SpectrumIdentificationResultType" maxOccurs="unbounded"/>
<group ref="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="numSequencesSearched" type="{http://www.w3.org/2001/XMLSchema}long" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FragmentationTableType |
fragmentationTable |
protected Long |
numSequencesSearched |
protected List<AbstractParamType> |
paramGroup |
protected List<SpectrumIdentificationResultType> |
spectrumIdentificationResult |
id, name| Constructor and Description |
|---|
SpectrumIdentificationListType() |
| Modifier and Type | Method and Description |
|---|---|
FragmentationTableType |
getFragmentationTable()
Gets the value of the fragmentationTable property.
|
Long |
getNumSequencesSearched()
Gets the value of the numSequencesSearched property.
|
List<AbstractParamType> |
getParamGroup()
Scores or output parameters associated with the SpectrumIdentificationList.Gets the value of the paramGroup property.
|
List<SpectrumIdentificationResultType> |
getSpectrumIdentificationResult()
Gets the value of the spectrumIdentificationResult property.
|
void |
setFragmentationTable(FragmentationTableType value)
Sets the value of the fragmentationTable property.
|
void |
setNumSequencesSearched(Long value)
Sets the value of the numSequencesSearched property.
|
getId, getName, setId, setNameprotected FragmentationTableType fragmentationTable
protected List<SpectrumIdentificationResultType> spectrumIdentificationResult
protected List<AbstractParamType> paramGroup
protected Long numSequencesSearched
public FragmentationTableType getFragmentationTable()
FragmentationTableTypepublic void setFragmentationTable(FragmentationTableType value)
value - allowed object is
FragmentationTableTypepublic List<SpectrumIdentificationResultType> getSpectrumIdentificationResult()
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 spectrumIdentificationResult property.
For example, to add a new item, do as follows:
getSpectrumIdentificationResult().add(newItem);
Objects of the following type(s) are allowed in the list
SpectrumIdentificationResultType
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 Long getNumSequencesSearched()
LongCopyright © 2017. All rights reserved.