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()
String
public void setLayerNotes(String value)
value
- allowed object is
String
public Bounds getBounds()
Bounds
public void setBounds(Bounds value)
value
- allowed object is
Bounds
public Paint getPaint()
Paint
public void setPaint(Paint value)
value
- allowed object is
Paint
public LayerSpeciesAlias.Font getFont()
LayerSpeciesAlias.Font
public void setFont(LayerSpeciesAlias.Font value)
value
- allowed object is
LayerSpeciesAlias.Font
public String getTarget()
String
public void setTarget(String value)
value
- allowed object is
String
public String getTargetId()
String
public void setTargetId(String value)
value
- allowed object is
String
public BigDecimal getX()
BigDecimal
public void setX(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getY()
BigDecimal
public void setY(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2018. All rights reserved.