public class SubstitutionModificationType extends Object
Java class for SubstitutionModificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubstitutionModificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="originalResidue" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[ABCDEFGHIJKLMNOPQRSTUVWXYZ?\-]{1}"/>
</restriction>
</simpleType>
</attribute>
<attribute name="replacementResidue" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[ABCDEFGHIJKLMNOPQRSTUVWXYZ?\-]{1}"/>
</restriction>
</simpleType>
</attribute>
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="avgMassDelta" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="monoisotopicMassDelta" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
avgMassDelta |
protected Integer |
location |
protected Double |
monoisotopicMassDelta |
protected String |
originalResidue |
protected String |
replacementResidue |
| Constructor and Description |
|---|
SubstitutionModificationType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAvgMassDelta()
Gets the value of the avgMassDelta property.
|
Integer |
getLocation()
Gets the value of the location property.
|
Double |
getMonoisotopicMassDelta()
Gets the value of the monoisotopicMassDelta property.
|
String |
getOriginalResidue()
Gets the value of the originalResidue property.
|
String |
getReplacementResidue()
Gets the value of the replacementResidue property.
|
void |
setAvgMassDelta(Double value)
Sets the value of the avgMassDelta property.
|
void |
setLocation(Integer value)
Sets the value of the location property.
|
void |
setMonoisotopicMassDelta(Double value)
Sets the value of the monoisotopicMassDelta property.
|
void |
setOriginalResidue(String value)
Sets the value of the originalResidue property.
|
void |
setReplacementResidue(String value)
Sets the value of the replacementResidue property.
|
protected String originalResidue
protected String replacementResidue
protected Integer location
protected Double avgMassDelta
protected Double monoisotopicMassDelta
public String getOriginalResidue()
Stringpublic void setOriginalResidue(String value)
value - allowed object is
Stringpublic String getReplacementResidue()
Stringpublic void setReplacementResidue(String value)
value - allowed object is
Stringpublic Integer getLocation()
Integerpublic void setLocation(Integer value)
value - allowed object is
Integerpublic Double getAvgMassDelta()
Doublepublic void setAvgMassDelta(Double value)
value - allowed object is
Doublepublic Double getMonoisotopicMassDelta()
DoubleCopyright © 2017. All rights reserved.