public class CompartmentAlias extends Object
Java class for compartmentAlias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="compartmentAlias">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.sbml.org/2001/ns/celldesigner}class"/>
<choice>
<element name="bounds" type="{http://www.sbml.org/2001/ns/celldesigner}bounds" minOccurs="0"/>
<element name="point" type="{http://www.sbml.org/2001/ns/celldesigner}point" minOccurs="0"/>
</choice>
<element name="namePoint" type="{http://www.sbml.org/2001/ns/celldesigner}point"/>
<element name="doubleLine" type="{http://www.sbml.org/2001/ns/celldesigner}doubleLine"/>
<element name="paint" type="{http://www.sbml.org/2001/ns/celldesigner}paint"/>
<element name="info" type="{http://www.sbml.org/2001/ns/celldesigner}info"/>
</sequence>
<attribute name="compartment" use="required">
<simpleType>
<restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId">
</restriction>
</simpleType>
</attribute>
<attribute name="id" use="required">
<simpleType>
<restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Bounds |
bounds |
protected String |
clazz |
protected String |
compartment |
protected DoubleLine |
doubleLine |
protected String |
id |
protected Info |
info |
protected Point |
namePoint |
protected Paint |
paint |
protected Point |
point |
| Constructor and Description |
|---|
CompartmentAlias() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds()
Gets the value of the bounds property.
|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getCompartment()
Gets the value of the compartment property.
|
DoubleLine |
getDoubleLine()
Gets the value of the doubleLine property.
|
String |
getId()
Gets the value of the id property.
|
Info |
getInfo()
Gets the value of the info property.
|
Point |
getNamePoint()
Gets the value of the namePoint property.
|
Paint |
getPaint()
Gets the value of the paint property.
|
Point |
getPoint()
Gets the value of the point property.
|
void |
setBounds(Bounds value)
Sets the value of the bounds property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setCompartment(String value)
Sets the value of the compartment property.
|
void |
setDoubleLine(DoubleLine value)
Sets the value of the doubleLine property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInfo(Info value)
Sets the value of the info property.
|
void |
setNamePoint(Point value)
Sets the value of the namePoint property.
|
void |
setPaint(Paint value)
Sets the value of the paint property.
|
void |
setPoint(Point value)
Sets the value of the point property.
|
protected String clazz
protected Bounds bounds
protected Point point
protected Point namePoint
protected DoubleLine doubleLine
protected Paint paint
protected Info info
protected String compartment
protected String id
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic Bounds getBounds()
Boundspublic void setBounds(Bounds value)
value - allowed object is
Boundspublic Point getPoint()
Pointpublic void setPoint(Point value)
value - allowed object is
Pointpublic Point getNamePoint()
Pointpublic void setNamePoint(Point value)
value - allowed object is
Pointpublic DoubleLine getDoubleLine()
DoubleLinepublic void setDoubleLine(DoubleLine value)
value - allowed object is
DoubleLinepublic Paint getPaint()
Paintpublic void setPaint(Paint value)
value - allowed object is
Paintpublic void setInfo(Info value)
value - allowed object is
Infopublic String getCompartment()
Stringpublic void setCompartment(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.