public class BindingSiteInBlockDiagram extends Object
Java class for bindingSiteInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bindingSiteInBlockDiagram"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="offsetY" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> </restriction> </simpleType> </attribute> <attribute name="name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </attribute> <attribute name="nameOffsetX" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> </restriction> </simpleType> </attribute> <attribute name="nameOffsetY" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> </restriction> </simpleType> </attribute> <attribute name="protein" use="required"> <simpleType> <union memberTypes=" {http://www.sbml.org/2001/ns/celldesigner}SId"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="0"/> </restriction> </simpleType> </union> </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 |
offsetY |
protected String |
protein |
Constructor and Description |
---|
BindingSiteInBlockDiagram() |
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 |
getOffsetY()
Gets the value of the offsetY property.
|
String |
getProtein()
Gets the value of the protein 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 |
setOffsetY(BigDecimal value)
Sets the value of the offsetY property.
|
void |
setProtein(String value)
Sets the value of the protein property.
|
protected short id
protected BigDecimal offsetY
protected String name
protected BigDecimal nameOffsetX
protected BigDecimal nameOffsetY
protected String protein
public short getId()
public void setId(short value)
public BigDecimal getOffsetY()
BigDecimal
public void setOffsetY(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
public String getProtein()
String
Copyright © 2018. All rights reserved.