public static class MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo.ModAminoacidMass extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="position" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
mass |
protected BigInteger |
position |
| Constructor and Description |
|---|
MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo.ModAminoacidMass() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMass()
Gets the value of the mass property.
|
BigInteger |
getPosition()
Gets the value of the position property.
|
void |
setMass(double value)
Sets the value of the mass property.
|
void |
setPosition(BigInteger value)
Sets the value of the position property.
|
protected BigInteger position
protected double mass
public MsmsPipelineAnalysis.MsmsRunSummary.SpectrumQuery.SearchResult.SearchHit.ModificationInfo.ModAminoacidMass()
public BigInteger getPosition()
BigIntegerpublic void setPosition(BigInteger value)
value - allowed object is
BigIntegerpublic double getMass()
public void setMass(double value)
Copyright © 2016. All Rights Reserved.