public class MzData extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cvLookup" type="{}cvLookupType" maxOccurs="unbounded" minOccurs="0"/>
<element name="description">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="admin" type="{}adminType"/>
<element name="instrument" type="{}instrumentDescriptionType"/>
<element name="dataProcessing" type="{}dataProcessingType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="spectrumList">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="spectrum" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{}spectrumType">
</extension>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.05" />
<attribute name="accessionNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MzData.Description
Java class for anonymous complex type.
|
static class |
MzData.SpectrumList
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
MzData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessionNumber()
Gets the value of the accessionNumber property.
|
List<CvLookupType> |
getCvLookup()
Gets the value of the cvLookup property.
|
MzData.Description |
getDescription()
Gets the value of the description property.
|
MzData.SpectrumList |
getSpectrumList()
Gets the value of the spectrumList property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAccessionNumber(String value)
Sets the value of the accessionNumber property.
|
void |
setDescription(MzData.Description value)
Sets the value of the description property.
|
void |
setSpectrumList(MzData.SpectrumList value)
Sets the value of the spectrumList property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public String getAccessionNumber()
Stringpublic List<CvLookupType> getCvLookup()
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 cvLookup property.
For example, to add a new item, do as follows:
getCvLookup().add(newItem);
Objects of the following type(s) are allowed in the list
CvLookupType
public MzData.Description getDescription()
MzData.Descriptionpublic MzData.SpectrumList getSpectrumList()
MzData.SpectrumListpublic String getVersion()
Stringpublic void setAccessionNumber(String value)
value - allowed object is Stringpublic void setDescription(MzData.Description value)
value - allowed object is MzData.Descriptionpublic void setSpectrumList(MzData.SpectrumList value)
value - allowed object is MzData.SpectrumListCopyright © 2007-2013. All Rights Reserved.