public class ScanType extends ParamGroupType
Java class for ScanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<sequence>
<element name="scanWindowList" type="{http://psi.hupo.org/ms/mzml}ScanWindowListType" minOccurs="0"/>
</sequence>
<attribute name="spectrumRef" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sourceFileRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="externalSpectrumID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="instrumentConfigurationRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalSpectrumID |
protected Object |
instrumentConfigurationRef |
protected ScanWindowListType |
scanWindowList |
protected Object |
sourceFileRef |
protected String |
spectrumRef |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
ScanType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalSpectrumID()
Gets the value of the externalSpectrumID property.
|
Object |
getInstrumentConfigurationRef()
Gets the value of the instrumentConfigurationRef property.
|
ScanWindowListType |
getScanWindowList()
Gets the value of the scanWindowList property.
|
Object |
getSourceFileRef()
Gets the value of the sourceFileRef property.
|
String |
getSpectrumRef()
Gets the value of the spectrumRef property.
|
void |
setExternalSpectrumID(String value)
Sets the value of the externalSpectrumID property.
|
void |
setInstrumentConfigurationRef(Object value)
Sets the value of the instrumentConfigurationRef property.
|
void |
setScanWindowList(ScanWindowListType value)
Sets the value of the scanWindowList property.
|
void |
setSourceFileRef(Object value)
Sets the value of the sourceFileRef property.
|
void |
setSpectrumRef(String value)
Sets the value of the spectrumRef property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected ScanWindowListType scanWindowList
protected String spectrumRef
protected Object sourceFileRef
protected String externalSpectrumID
protected Object instrumentConfigurationRef
public ScanWindowListType getScanWindowList()
ScanWindowListTypepublic void setScanWindowList(ScanWindowListType value)
value - allowed object is
ScanWindowListTypepublic String getSpectrumRef()
Stringpublic void setSpectrumRef(String value)
value - allowed object is
Stringpublic Object getSourceFileRef()
Objectpublic void setSourceFileRef(Object value)
value - allowed object is
Objectpublic String getExternalSpectrumID()
Stringpublic void setExternalSpectrumID(String value)
value - allowed object is
Stringpublic Object getInstrumentConfigurationRef()
ObjectCopyright © 2017. All rights reserved.