xml.mzdata
Interface SpectrumType
- All Known Subinterfaces:
- MzDataType.SpectrumListType.SpectrumType
- public interface SpectrumType
Java content class for spectrumType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="spectrumType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="spectrumDesc" type="{}spectrumDescType"/>
<element name="mzArrayBinary" type="{}peakListBinaryType"/>
<element name="intenArrayBinary" type="{}peakListBinaryType"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
getMzArrayBinary
public PeakListBinaryType getMzArrayBinary()
setMzArrayBinary
public void setMzArrayBinary(PeakListBinaryType value)
getSpectrumDesc
public SpectrumDescType getSpectrumDesc()
setSpectrumDesc
public void setSpectrumDesc(SpectrumDescType value)
getIntenArrayBinary
public PeakListBinaryType getIntenArrayBinary()
setIntenArrayBinary
public void setIntenArrayBinary(PeakListBinaryType value)
getId
public int getId()
setId
public void setId(int value)