public class RunType extends ParamGroupType
Java class for RunType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RunType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<sequence>
<element name="spectrumList" type="{http://psi.hupo.org/ms/mzml}SpectrumListType" minOccurs="0"/>
<element name="chromatogramList" type="{http://psi.hupo.org/ms/mzml}ChromatogramListType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="defaultInstrumentConfigurationRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="defaultSourceFileRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="sampleRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="startTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChromatogramListType |
chromatogramList |
protected Object |
defaultInstrumentConfigurationRef |
protected Object |
defaultSourceFileRef |
protected String |
id |
protected Object |
sampleRef |
protected SpectrumListType |
spectrumList |
protected XMLGregorianCalendar |
startTimeStamp |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
RunType() |
| Modifier and Type | Method and Description |
|---|---|
ChromatogramListType |
getChromatogramList()
Gets the value of the chromatogramList property.
|
Object |
getDefaultInstrumentConfigurationRef()
Gets the value of the defaultInstrumentConfigurationRef property.
|
Object |
getDefaultSourceFileRef()
Gets the value of the defaultSourceFileRef property.
|
String |
getId()
Gets the value of the id property.
|
Object |
getSampleRef()
Gets the value of the sampleRef property.
|
SpectrumListType |
getSpectrumList()
Gets the value of the spectrumList property.
|
XMLGregorianCalendar |
getStartTimeStamp()
Gets the value of the startTimeStamp property.
|
void |
setChromatogramList(ChromatogramListType value)
Sets the value of the chromatogramList property.
|
void |
setDefaultInstrumentConfigurationRef(Object value)
Sets the value of the defaultInstrumentConfigurationRef property.
|
void |
setDefaultSourceFileRef(Object value)
Sets the value of the defaultSourceFileRef property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSampleRef(Object value)
Sets the value of the sampleRef property.
|
void |
setSpectrumList(SpectrumListType value)
Sets the value of the spectrumList property.
|
void |
setStartTimeStamp(XMLGregorianCalendar value)
Sets the value of the startTimeStamp property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected SpectrumListType spectrumList
protected ChromatogramListType chromatogramList
protected String id
protected Object defaultInstrumentConfigurationRef
protected Object defaultSourceFileRef
protected Object sampleRef
protected XMLGregorianCalendar startTimeStamp
public SpectrumListType getSpectrumList()
SpectrumListTypepublic void setSpectrumList(SpectrumListType value)
value - allowed object is
SpectrumListTypepublic ChromatogramListType getChromatogramList()
ChromatogramListTypepublic void setChromatogramList(ChromatogramListType value)
value - allowed object is
ChromatogramListTypepublic void setId(String value)
value - allowed object is
Stringpublic Object getDefaultInstrumentConfigurationRef()
Objectpublic void setDefaultInstrumentConfigurationRef(Object value)
value - allowed object is
Objectpublic Object getDefaultSourceFileRef()
Objectpublic void setDefaultSourceFileRef(Object value)
value - allowed object is
Objectpublic Object getSampleRef()
Objectpublic void setSampleRef(Object value)
value - allowed object is
Objectpublic XMLGregorianCalendar getStartTimeStamp()
XMLGregorianCalendarpublic void setStartTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.