xml.mzdata
Interface SpectrumDescType
- public interface SpectrumDescType
Java content class for spectrumDescType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="spectrumDescType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="spectrumSettings" type="{}spectrumSettingsType"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getComments
public java.util.List getComments()
getSpectrumSettings
public SpectrumSettingsType getSpectrumSettings()
setSpectrumSettings
public void setSpectrumSettings(SpectrumSettingsType value)