public static class Scan.PrecursorMz extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>float">
<attribute name="precursorScanNum" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="precursorIntensity" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="precursorCharge" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="possibleCharges" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="windowWideness" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="activationMethod">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ETD"/>
<enumeration value="ECD"/>
<enumeration value="CID"/>
<enumeration value="HCD"/>
<enumeration value="ETD+SA"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationMethod |
protected String |
possibleCharges |
protected BigInteger |
precursorCharge |
protected float |
precursorIntensity |
protected BigInteger |
precursorScanNum |
protected float |
value |
protected Float |
windowWideness |
| Constructor and Description |
|---|
Scan.PrecursorMz() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationMethod()
Gets the value of the activationMethod property.
|
String |
getPossibleCharges()
Gets the value of the possibleCharges property.
|
BigInteger |
getPrecursorCharge()
Gets the value of the precursorCharge property.
|
float |
getPrecursorIntensity()
Gets the value of the precursorIntensity property.
|
BigInteger |
getPrecursorScanNum()
Gets the value of the precursorScanNum property.
|
float |
getValue()
Gets the value of the value property.
|
Float |
getWindowWideness()
Gets the value of the windowWideness property.
|
void |
setActivationMethod(String value)
Sets the value of the activationMethod property.
|
void |
setPossibleCharges(String value)
Sets the value of the possibleCharges property.
|
void |
setPrecursorCharge(BigInteger value)
Sets the value of the precursorCharge property.
|
void |
setPrecursorIntensity(float value)
Sets the value of the precursorIntensity property.
|
void |
setPrecursorScanNum(BigInteger value)
Sets the value of the precursorScanNum property.
|
void |
setValue(float value)
Sets the value of the value property.
|
void |
setWindowWideness(Float value)
Sets the value of the windowWideness property.
|
protected float value
protected BigInteger precursorScanNum
protected float precursorIntensity
protected BigInteger precursorCharge
protected String possibleCharges
protected Float windowWideness
protected String activationMethod
public float getValue()
public void setValue(float value)
public BigInteger getPrecursorScanNum()
BigIntegerpublic void setPrecursorScanNum(BigInteger value)
value - allowed object is
BigIntegerpublic float getPrecursorIntensity()
public void setPrecursorIntensity(float value)
public BigInteger getPrecursorCharge()
BigIntegerpublic void setPrecursorCharge(BigInteger value)
value - allowed object is
BigIntegerpublic String getPossibleCharges()
Stringpublic void setPossibleCharges(String value)
value - allowed object is
Stringpublic Float getWindowWideness()
Floatpublic void setWindowWideness(Float value)
value - allowed object is
Floatpublic String getActivationMethod()
StringCopyright © 2017. All rights reserved.