public class LayerSpeciesAlias extends Object
Java class for layerSpeciesAlias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="layerSpeciesAlias">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="layerNotes" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bounds" type="{http://www.sbml.org/2001/ns/celldesigner}bounds"/>
<element name="paint" type="{http://www.sbml.org/2001/ns/celldesigner}paint"/>
<element name="font">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="target" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LayerSpeciesAlias.Font
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Bounds |
bounds |
protected LayerSpeciesAlias.Font |
font |
protected String |
layerNotes |
protected Paint |
paint |
protected String |
target |
protected String |
targetId |
protected BigDecimal |
x |
protected BigDecimal |
y |
| Constructor and Description |
|---|
LayerSpeciesAlias() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds()
Gets the value of the bounds property.
|
LayerSpeciesAlias.Font |
getFont()
Gets the value of the font property.
|
String |
getLayerNotes()
Gets the value of the layerNotes property.
|
Paint |
getPaint()
Gets the value of the paint property.
|
String |
getTarget()
Gets the value of the target property.
|
String |
getTargetId()
Gets the value of the targetId property.
|
BigDecimal |
getX()
Gets the value of the x property.
|
BigDecimal |
getY()
Gets the value of the y property.
|
void |
setBounds(Bounds value)
Sets the value of the bounds property.
|
void |
setFont(LayerSpeciesAlias.Font value)
Sets the value of the font property.
|
void |
setLayerNotes(String value)
Sets the value of the layerNotes property.
|
void |
setPaint(Paint value)
Sets the value of the paint property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setTargetId(String value)
Sets the value of the targetId property.
|
void |
setX(BigDecimal value)
Sets the value of the x property.
|
void |
setY(BigDecimal value)
Sets the value of the y property.
|
protected String layerNotes
protected Bounds bounds
protected Paint paint
protected LayerSpeciesAlias.Font font
protected String target
protected String targetId
protected BigDecimal x
protected BigDecimal y
public String getLayerNotes()
Stringpublic void setLayerNotes(String value)
value - allowed object is
Stringpublic Bounds getBounds()
Boundspublic void setBounds(Bounds value)
value - allowed object is
Boundspublic Paint getPaint()
Paintpublic void setPaint(Paint value)
value - allowed object is
Paintpublic LayerSpeciesAlias.Font getFont()
LayerSpeciesAlias.Fontpublic void setFont(LayerSpeciesAlias.Font value)
value - allowed object is
LayerSpeciesAlias.Fontpublic String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic String getTargetId()
Stringpublic void setTargetId(String value)
value - allowed object is
Stringpublic BigDecimal getX()
BigDecimalpublic void setX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getY()
BigDecimalpublic void setY(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.