uk.ac.ebi.jmzidml.model.mzidml
Class SpectraData
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Identifiable
uk.ac.ebi.jmzidml.model.mzidml.ExternalData
uk.ac.ebi.jmzidml.model.mzidml.SpectraData
- All Implemented Interfaces:
- Serializable
public class SpectraData
- extends ExternalData
- implements Serializable
A data set containing spectra data (consisting of one or more spectra).
Java class for SpectraDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpectraDataType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.1}ExternalDataType">
<sequence>
<element name="SpectrumIDFormat" type="{http://psidev.info/psi/pi/mzIdentML/1.1}SpectrumIDFormatType"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
spectrumIDFormat
protected SpectrumIDFormat spectrumIDFormat
SpectraData
public SpectraData()
getSpectrumIDFormat
public SpectrumIDFormat getSpectrumIDFormat()
- Gets the value of the spectrumIDFormat property.
- Returns:
- possible object is
SpectrumIDFormat
setSpectrumIDFormat
public void setSpectrumIDFormat(SpectrumIDFormat value)
- Sets the value of the spectrumIDFormat property.
- Parameters:
value
- allowed object is
SpectrumIDFormat
Copyright © 2012. All Rights Reserved.