public class ListOfModifications extends Object
Java class for listOfModifications complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listOfModifications"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element name="modification"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ListOfModifications.Modification
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ListOfModifications.Modification> |
modification |
Constructor and Description |
---|
ListOfModifications() |
Modifier and Type | Method and Description |
---|---|
List<ListOfModifications.Modification> |
getModification()
Gets the value of the modification property.
|
protected List<ListOfModifications.Modification> modification
public List<ListOfModifications.Modification> getModification()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the modification property.
For example, to add a new item, do as follows:
getModification().add(newItem);
Objects of the following type(s) are allowed in the list
ListOfModifications.Modification
Copyright © 2018. All rights reserved.