public class ChromatogramType extends ParamGroupType
Java class for ChromatogramType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChromatogramType">
<complexContent>
<extension base="{http://psi.hupo.org/ms/mzml}ParamGroupType">
<sequence>
<element name="precursor" type="{http://psi.hupo.org/ms/mzml}PrecursorType" minOccurs="0"/>
<element name="product" type="{http://psi.hupo.org/ms/mzml}ProductType" minOccurs="0"/>
<element name="binaryDataArrayList" type="{http://psi.hupo.org/ms/mzml}BinaryDataArrayListType"/>
</sequence>
<attribute name="id" use="required" 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" />
</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 PrecursorType |
precursor |
protected ProductType |
product |
cvParam, referenceableParamGroupRef, userParam| Constructor and Description |
|---|
ChromatogramType() |
| 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.
|
PrecursorType |
getPrecursor()
Gets the value of the precursor property.
|
ProductType |
getProduct()
Gets the value of the product 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 |
setPrecursor(PrecursorType value)
Sets the value of the precursor property.
|
void |
setProduct(ProductType value)
Sets the value of the product property.
|
getCvParam, getReferenceableParamGroupRef, getUserParamprotected PrecursorType precursor
protected ProductType product
protected BinaryDataArrayListType binaryDataArrayList
protected String id
protected BigInteger index
protected int defaultArrayLength
protected Object dataProcessingRef
public PrecursorType getPrecursor()
PrecursorTypepublic void setPrecursor(PrecursorType value)
value - allowed object is
PrecursorTypepublic ProductType getProduct()
ProductTypepublic void setProduct(ProductType value)
value - allowed object is
ProductTypepublic BinaryDataArrayListType getBinaryDataArrayList()
BinaryDataArrayListTypepublic void setBinaryDataArrayList(BinaryDataArrayListType value)
value - allowed object is
BinaryDataArrayListTypepublic void setId(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()
ObjectCopyright © 2017. All rights reserved.