public class EffectSiteInBlockDiagram extends Object
Java class for effectSiteInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="effectSiteInBlockDiagram"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="effectInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}effectInBlockDiagram" minOccurs="0"/> </sequence> <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"> </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="reaction" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> <attribute name="species" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected EffectInBlockDiagram |
effectInBlockDiagram |
protected short |
id |
protected String |
name |
protected BigDecimal |
nameOffsetX |
protected BigDecimal |
nameOffsetY |
protected BigDecimal |
offsetX |
protected BigDecimal |
offsetY |
protected String |
reaction |
protected String |
species |
Constructor and Description |
---|
EffectSiteInBlockDiagram() |
Modifier and Type | Method and Description |
---|---|
EffectInBlockDiagram |
getEffectInBlockDiagram()
Gets the value of the effectInBlockDiagram property.
|
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.
|
BigDecimal |
getOffsetY()
Gets the value of the offsetY property.
|
String |
getReaction()
Gets the value of the reaction property.
|
String |
getSpecies()
Gets the value of the species property.
|
void |
setEffectInBlockDiagram(EffectInBlockDiagram value)
Sets the value of the effectInBlockDiagram 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 |
setOffsetY(BigDecimal value)
Sets the value of the offsetY property.
|
void |
setReaction(String value)
Sets the value of the reaction property.
|
void |
setSpecies(String value)
Sets the value of the species property.
|
protected EffectInBlockDiagram effectInBlockDiagram
protected short id
protected BigDecimal offsetX
protected BigDecimal offsetY
protected String name
protected BigDecimal nameOffsetX
protected BigDecimal nameOffsetY
protected String reaction
protected String species
public EffectInBlockDiagram getEffectInBlockDiagram()
EffectInBlockDiagram
public void setEffectInBlockDiagram(EffectInBlockDiagram value)
value
- allowed object is
EffectInBlockDiagram
public short getId()
public void setId(short value)
public BigDecimal getOffsetX()
BigDecimal
public void setOffsetX(BigDecimal value)
value
- allowed object is
BigDecimal
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 getReaction()
String
public void setReaction(String value)
value
- allowed object is
String
public String getSpecies()
String
Copyright © 2018. All rights reserved.