public class ResidueInBlockDiagram extends Object
Java class for residueInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="residueInBlockDiagram"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="residue"> <simpleType> <restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId"> </restriction> </simpleType> </attribute> <attribute name="type" 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="empty"/> <enumeration value="dontcare"/> <enumeration value="unknown"/> </restriction> </simpleType> </attribute> <attribute name="id" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="offsetX" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <enumeration value="-103.82142857142863"/> <enumeration value="-15.0"/> <enumeration value="-18.321428571428584"/> <enumeration value="-23.0"/> <enumeration value="-45.0"/> <enumeration value="-75.0"/> <enumeration value="0.0"/> <enumeration value="15.0"/> <enumeration value="23.0"/> <enumeration value="45.0"/> <enumeration value="75.0"/> </restriction> </simpleType> </attribute> <attribute name="name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </attribute> <attribute name="nameOffsetX"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> </restriction> </simpleType> </attribute> <attribute name="nameOffsetY"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected short |
id |
protected String |
name |
protected BigDecimal |
nameOffsetX |
protected BigDecimal |
nameOffsetY |
protected BigDecimal |
offsetX |
protected String |
residue |
protected String |
type |
Constructor and Description |
---|
ResidueInBlockDiagram() |
Modifier and Type | Method and Description |
---|---|
short |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getNameOffsetX()
Gets the value of the nameOffsetX property.
|
BigDecimal |
getNameOffsetY()
Gets the value of the nameOffsetY property.
|
BigDecimal |
getOffsetX()
Gets the value of the offsetX property.
|
String |
getResidue()
Gets the value of the residue property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(short value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameOffsetX(BigDecimal value)
Sets the value of the nameOffsetX property.
|
void |
setNameOffsetY(BigDecimal value)
Sets the value of the nameOffsetY property.
|
void |
setOffsetX(BigDecimal value)
Sets the value of the offsetX property.
|
void |
setResidue(String value)
Sets the value of the residue property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String residue
protected String type
protected short id
protected BigDecimal offsetX
protected String name
protected BigDecimal nameOffsetX
protected BigDecimal nameOffsetY
public String getResidue()
String
public void setResidue(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public short getId()
public void setId(short value)
public BigDecimal getOffsetX()
BigDecimal
public void setOffsetX(BigDecimal value)
value
- allowed object is
BigDecimal
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public BigDecimal getNameOffsetX()
BigDecimal
public void setNameOffsetX(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getNameOffsetY()
BigDecimal
public void setNameOffsetY(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2018. All rights reserved.