public class PrecursorType extends Object
Java class for PrecursorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrecursorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isolationWindow" type="{http://psi.hupo.org/ms/mzml}ParamGroupType" minOccurs="0"/>
<element name="selectedIonList" type="{http://psi.hupo.org/ms/mzml}SelectedIonListType" minOccurs="0"/>
<element name="activation" type="{http://psi.hupo.org/ms/mzml}ParamGroupType"/>
</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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParamGroupType |
activation |
protected String |
externalSpectrumID |
protected ParamGroupType |
isolationWindow |
protected SelectedIonListType |
selectedIonList |
protected Object |
sourceFileRef |
protected String |
spectrumRef |
| Constructor and Description |
|---|
PrecursorType() |
| Modifier and Type | Method and Description |
|---|---|
ParamGroupType |
getActivation()
Gets the value of the activation property.
|
String |
getExternalSpectrumID()
Gets the value of the externalSpectrumID property.
|
ParamGroupType |
getIsolationWindow()
Gets the value of the isolationWindow property.
|
SelectedIonListType |
getSelectedIonList()
Gets the value of the selectedIonList property.
|
Object |
getSourceFileRef()
Gets the value of the sourceFileRef property.
|
String |
getSpectrumRef()
Gets the value of the spectrumRef property.
|
void |
setActivation(ParamGroupType value)
Sets the value of the activation property.
|
void |
setExternalSpectrumID(String value)
Sets the value of the externalSpectrumID property.
|
void |
setIsolationWindow(ParamGroupType value)
Sets the value of the isolationWindow property.
|
void |
setSelectedIonList(SelectedIonListType value)
Sets the value of the selectedIonList property.
|
void |
setSourceFileRef(Object value)
Sets the value of the sourceFileRef property.
|
void |
setSpectrumRef(String value)
Sets the value of the spectrumRef property.
|
protected ParamGroupType isolationWindow
protected SelectedIonListType selectedIonList
protected ParamGroupType activation
protected String spectrumRef
protected Object sourceFileRef
protected String externalSpectrumID
public ParamGroupType getIsolationWindow()
ParamGroupTypepublic void setIsolationWindow(ParamGroupType value)
value - allowed object is
ParamGroupTypepublic SelectedIonListType getSelectedIonList()
SelectedIonListTypepublic void setSelectedIonList(SelectedIonListType value)
value - allowed object is
SelectedIonListTypepublic ParamGroupType getActivation()
ParamGroupTypepublic void setActivation(ParamGroupType value)
value - allowed object is
ParamGroupTypepublic 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()
StringCopyright © 2017. All rights reserved.