public class MzMLType extends Object
Java class for mzMLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mzMLType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cvList" type="{http://psi.hupo.org/ms/mzml}CVListType"/>
<element name="fileDescription" type="{http://psi.hupo.org/ms/mzml}FileDescriptionType"/>
<element name="referenceableParamGroupList" type="{http://psi.hupo.org/ms/mzml}ReferenceableParamGroupListType" minOccurs="0"/>
<element name="sampleList" type="{http://psi.hupo.org/ms/mzml}SampleListType" minOccurs="0"/>
<element name="softwareList" type="{http://psi.hupo.org/ms/mzml}SoftwareListType"/>
<element name="scanSettingsList" type="{http://psi.hupo.org/ms/mzml}ScanSettingsListType" minOccurs="0"/>
<element name="instrumentConfigurationList" type="{http://psi.hupo.org/ms/mzml}InstrumentConfigurationListType"/>
<element name="dataProcessingList" type="{http://psi.hupo.org/ms/mzml}DataProcessingListType"/>
<element name="run" type="{http://psi.hupo.org/ms/mzml}RunType"/>
</sequence>
<attribute name="accession" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accession |
protected CVListType |
cvList |
protected DataProcessingListType |
dataProcessingList |
protected FileDescriptionType |
fileDescription |
protected String |
id |
protected InstrumentConfigurationListType |
instrumentConfigurationList |
protected ReferenceableParamGroupListType |
referenceableParamGroupList |
protected RunType |
run |
protected SampleListType |
sampleList |
protected ScanSettingsListType |
scanSettingsList |
protected SoftwareListType |
softwareList |
protected String |
version |
| Constructor and Description |
|---|
MzMLType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccession()
Gets the value of the accession property.
|
CVListType |
getCvList()
Gets the value of the cvList property.
|
DataProcessingListType |
getDataProcessingList()
Gets the value of the dataProcessingList property.
|
FileDescriptionType |
getFileDescription()
Gets the value of the fileDescription property.
|
String |
getId()
Gets the value of the id property.
|
InstrumentConfigurationListType |
getInstrumentConfigurationList()
Gets the value of the instrumentConfigurationList property.
|
ReferenceableParamGroupListType |
getReferenceableParamGroupList()
Gets the value of the referenceableParamGroupList property.
|
RunType |
getRun()
Gets the value of the run property.
|
SampleListType |
getSampleList()
Gets the value of the sampleList property.
|
ScanSettingsListType |
getScanSettingsList()
Gets the value of the scanSettingsList property.
|
SoftwareListType |
getSoftwareList()
Gets the value of the softwareList property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAccession(String value)
Sets the value of the accession property.
|
void |
setCvList(CVListType value)
Sets the value of the cvList property.
|
void |
setDataProcessingList(DataProcessingListType value)
Sets the value of the dataProcessingList property.
|
void |
setFileDescription(FileDescriptionType value)
Sets the value of the fileDescription property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInstrumentConfigurationList(InstrumentConfigurationListType value)
Sets the value of the instrumentConfigurationList property.
|
void |
setReferenceableParamGroupList(ReferenceableParamGroupListType value)
Sets the value of the referenceableParamGroupList property.
|
void |
setRun(RunType value)
Sets the value of the run property.
|
void |
setSampleList(SampleListType value)
Sets the value of the sampleList property.
|
void |
setScanSettingsList(ScanSettingsListType value)
Sets the value of the scanSettingsList property.
|
void |
setSoftwareList(SoftwareListType value)
Sets the value of the softwareList property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected CVListType cvList
protected FileDescriptionType fileDescription
protected ReferenceableParamGroupListType referenceableParamGroupList
protected SampleListType sampleList
protected SoftwareListType softwareList
protected ScanSettingsListType scanSettingsList
protected InstrumentConfigurationListType instrumentConfigurationList
protected DataProcessingListType dataProcessingList
protected RunType run
protected String accession
protected String version
protected String id
public CVListType getCvList()
CVListTypepublic void setCvList(CVListType value)
value - allowed object is
CVListTypepublic FileDescriptionType getFileDescription()
FileDescriptionTypepublic void setFileDescription(FileDescriptionType value)
value - allowed object is
FileDescriptionTypepublic ReferenceableParamGroupListType getReferenceableParamGroupList()
ReferenceableParamGroupListTypepublic void setReferenceableParamGroupList(ReferenceableParamGroupListType value)
value - allowed object is
ReferenceableParamGroupListTypepublic SampleListType getSampleList()
SampleListTypepublic void setSampleList(SampleListType value)
value - allowed object is
SampleListTypepublic SoftwareListType getSoftwareList()
SoftwareListTypepublic void setSoftwareList(SoftwareListType value)
value - allowed object is
SoftwareListTypepublic ScanSettingsListType getScanSettingsList()
ScanSettingsListTypepublic void setScanSettingsList(ScanSettingsListType value)
value - allowed object is
ScanSettingsListTypepublic InstrumentConfigurationListType getInstrumentConfigurationList()
InstrumentConfigurationListTypepublic void setInstrumentConfigurationList(InstrumentConfigurationListType value)
value - allowed object is
InstrumentConfigurationListTypepublic DataProcessingListType getDataProcessingList()
DataProcessingListTypepublic void setDataProcessingList(DataProcessingListType value)
value - allowed object is
DataProcessingListTypepublic RunType getRun()
RunTypepublic void setRun(RunType value)
value - allowed object is
RunTypepublic String getAccession()
Stringpublic void setAccession(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.