public class 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}string" />
<attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mass |
protected String |
position |
| Constructor and Description |
|---|
ModAminoacidMass() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMass()
Gets the value of the mass property.
|
String |
getPosition()
Gets the value of the position property.
|
void |
setMass(String value)
Sets the value of the mass property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
public String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic String getMass()
StringCopyright © 2017. All rights reserved.