public static class ListOfModifications.Modification 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="residue" use="required" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> <attribute name="state" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="phosphorylated"/> <enumeration value="acetylated"/> <enumeration value="ubiquitinated"/> <enumeration value="methylated"/> <enumeration value="hydroxylated"/> <enumeration value="don't care"/> <enumeration value="unknown"/> <enumeration value="glycosylated"/> <enumeration value="myristoylated"/> <enumeration value="palmytoylated"/> <enumeration value="prenylated"/> <enumeration value="protonated"/> <enumeration value="sulfated"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
residue |
protected String |
state |
Constructor and Description |
---|
Modification() |
Modifier and Type | Method and Description |
---|---|
String |
getResidue()
Gets the value of the residue property.
|
String |
getState()
Gets the value of the state property.
|
void |
setResidue(String value)
Sets the value of the residue property.
|
void |
setState(String value)
Sets the value of the state property.
|
public String getResidue()
String
public void setResidue(String value)
value
- allowed object is
String
public String getState()
String
Copyright © 2018. All rights reserved.