public class SpectrumType extends ParamGroupType
Java class for SpectrumType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpectrumType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<sequence>
<element name="scanList" type="{http://psi.hupo.org/ms/mzml}ScanListType" minOccurs="0"/>
<element name="precursorList" type="{http://psi.hupo.org/ms/mzml}PrecursorListType" minOccurs="0"/>
<element name="productList" type="{http://psi.hupo.org/ms/mzml}ProductListType" minOccurs="0"/>
<element name="binaryDataArrayList" type="{http://psi.hupo.org/ms/mzml}BinaryDataArrayListType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\S+=\S+( \S+=\S+)*"/>
</restriction>
</simpleType>
</attribute>
<attribute name="spotID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="defaultArrayLength" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="dataProcessingRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="sourceFileRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BinaryDataArrayListType |
binaryDataArrayList |
protected Object |
dataProcessingRef |
protected int |
defaultArrayLength |
protected String |
id |
protected BigInteger |
index |
protected PrecursorListType |
precursorList |
protected ProductListType |
productList |
protected ScanListType |
scanList |
protected Object |
sourceFileRef |
protected String |
spotID |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
SpectrumType() |
| Modifier and Type | Method and Description |
|---|---|
BinaryDataArrayListType |
getBinaryDataArrayList()
Gets the value of the binaryDataArrayList property.
|
Object |
getDataProcessingRef()
Gets the value of the dataProcessingRef property.
|
int |
getDefaultArrayLength()
Gets the value of the defaultArrayLength property.
|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getIndex()
Gets the value of the index property.
|
PrecursorListType |
getPrecursorList()
Gets the value of the precursorList property.
|
ProductListType |
getProductList()
Gets the value of the productList property.
|
ScanListType |
getScanList()
Gets the value of the scanList property.
|
Object |
getSourceFileRef()
Gets the value of the sourceFileRef property.
|
String |
getSpotID()
Gets the value of the spotID property.
|
void |
setBinaryDataArrayList(BinaryDataArrayListType value)
Sets the value of the binaryDataArrayList property.
|
void |
setDataProcessingRef(Object value)
Sets the value of the dataProcessingRef property.
|
void |
setDefaultArrayLength(int value)
Sets the value of the defaultArrayLength property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIndex(BigInteger value)
Sets the value of the index property.
|
void |
setPrecursorList(PrecursorListType value)
Sets the value of the precursorList property.
|
void |
setProductList(ProductListType value)
Sets the value of the productList property.
|
void |
setScanList(ScanListType value)
Sets the value of the scanList property.
|
void |
setSourceFileRef(Object value)
Sets the value of the sourceFileRef property.
|
void |
setSpotID(String value)
Sets the value of the spotID property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected ScanListType scanList
protected PrecursorListType precursorList
protected ProductListType productList
protected BinaryDataArrayListType binaryDataArrayList
protected String id
protected String spotID
protected BigInteger index
protected int defaultArrayLength
protected Object dataProcessingRef
protected Object sourceFileRef
public ScanListType getScanList()
ScanListTypepublic void setScanList(ScanListType value)
value - allowed object is
ScanListTypepublic PrecursorListType getPrecursorList()
PrecursorListTypepublic void setPrecursorList(PrecursorListType value)
value - allowed object is
PrecursorListTypepublic ProductListType getProductList()
ProductListTypepublic void setProductList(ProductListType value)
value - allowed object is
ProductListTypepublic BinaryDataArrayListType getBinaryDataArrayList()
BinaryDataArrayListTypepublic void setBinaryDataArrayList(BinaryDataArrayListType value)
value - allowed object is
BinaryDataArrayListTypepublic void setId(String value)
value - allowed object is
Stringpublic String getSpotID()
Stringpublic void setSpotID(String value)
value - allowed object is
Stringpublic BigInteger getIndex()
BigIntegerpublic void setIndex(BigInteger value)
value - allowed object is
BigIntegerpublic int getDefaultArrayLength()
public void setDefaultArrayLength(int value)
public Object getDataProcessingRef()
Objectpublic void setDataProcessingRef(Object value)
value - allowed object is
Objectpublic Object getSourceFileRef()
ObjectCopyright © 2017. All rights reserved.