public class ModificationResidue extends Object
Java class for modificationResidue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="modificationResidue"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required"> <simpleType> <restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId"> </restriction> </simpleType> </attribute> <attribute name="name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </attribute> <attribute name="angle"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <maxInclusive value="6.283185307179586476925286766559"/> <minInclusive value="0.0"/> </restriction> </simpleType> </attribute> <attribute name="side" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
angle |
protected String |
id |
protected String |
name |
protected String |
side |
Constructor and Description |
---|
ModificationResidue() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAngle()
Gets the value of the angle property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSide()
Gets the value of the side property.
|
void |
setAngle(BigDecimal value)
Sets the value of the angle property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSide(String value)
Sets the value of the side property.
|
protected String id
protected String name
protected BigDecimal angle
protected String side
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public BigDecimal getAngle()
BigDecimal
public void setAngle(BigDecimal value)
value
- allowed object is
BigDecimal
public String getSide()
String
Copyright © 2018. All rights reserved.