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 int |
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.
|
int |
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(int 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 int 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 int getLocation()
public void setLocation(int value)
public double getAvgMassDelta()
public void setAvgMassDelta(double value)
public double getMonoisotopicMassDelta()
public void setMonoisotopicMassDelta(double value)
Copyright © 2017. All rights reserved.