uk.ac.ebi.jmzidml.model.mzidml
Class SpectraData

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Identifiable
          extended by uk.ac.ebi.jmzidml.model.mzidml.ExternalData
              extended by 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

Field Summary
protected  SpectrumIDFormat spectrumIDFormat
           
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.ExternalData
externalFormatDocumentation, fileFormat, location
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
id, name
 
Constructor Summary
SpectraData()
           
 
Method Summary
 SpectrumIDFormat getSpectrumIDFormat()
          Gets the value of the spectrumIDFormat property.
 void setSpectrumIDFormat(SpectrumIDFormat value)
          Sets the value of the spectrumIDFormat property.
 
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.ExternalData
getExternalFormatDocumentation, getFileFormat, getLocation, setExternalFormatDocumentation, setFileFormat, setLocation
 
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
getId, getName, setId, setName
 
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

spectrumIDFormat

protected SpectrumIDFormat spectrumIDFormat
Constructor Detail

SpectraData

public SpectraData()
Method Detail

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.