public class SpeciesAlias extends Object
Java class for speciesAlias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="speciesAlias"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.sbml.org/2001/ns/celldesigner}activity"/> <element name="bounds" type="{http://www.sbml.org/2001/ns/celldesigner}bounds"/> <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> <element name="view" type="{http://www.sbml.org/2001/ns/celldesigner}view"/> <element name="structuralState" type="{http://www.sbml.org/2001/ns/celldesigner}structuralStateAngle" minOccurs="0"/> <element name="usualView" type="{http://www.sbml.org/2001/ns/celldesigner}usualView"/> <element name="briefView" type="{http://www.sbml.org/2001/ns/celldesigner}briefView"/> <element name="listOfSpeciesTag" type="{http://www.sbml.org/2001/ns/celldesigner}listOfSpeciesTag" minOccurs="0"/> <element name="info" type="{http://www.sbml.org/2001/ns/celldesigner}info"/> </sequence> <attribute name="id" use="required"> <simpleType> <restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId"> </restriction> </simpleType> </attribute> <attribute name="species" use="required" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> <attribute name="compartmentAlias"> <simpleType> <restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId"> </restriction> </simpleType> </attribute> <attribute name="complexSpeciesAlias"> <simpleType> <restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId"> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SpeciesAlias.Font
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
activity |
protected Bounds |
bounds |
protected BriefView |
briefView |
protected String |
compartmentAlias |
protected String |
complexSpeciesAlias |
protected SpeciesAlias.Font |
font |
protected String |
id |
protected Info |
info |
protected ListOfSpeciesTag |
listOfSpeciesTag |
protected String |
species |
protected StructuralStateAngle |
structuralState |
protected UsualView |
usualView |
protected View |
view |
Constructor and Description |
---|
SpeciesAlias() |
Modifier and Type | Method and Description |
---|---|
String |
getActivity()
Gets the value of the activity property.
|
Bounds |
getBounds()
Gets the value of the bounds property.
|
BriefView |
getBriefView()
Gets the value of the briefView property.
|
String |
getCompartmentAlias()
Gets the value of the compartmentAlias property.
|
String |
getComplexSpeciesAlias()
Gets the value of the complexSpeciesAlias property.
|
SpeciesAlias.Font |
getFont()
Gets the value of the font property.
|
String |
getId()
Gets the value of the id property.
|
Info |
getInfo()
Gets the value of the info property.
|
ListOfSpeciesTag |
getListOfSpeciesTag()
Gets the value of the listOfSpeciesTag property.
|
String |
getSpecies()
Gets the value of the species property.
|
StructuralStateAngle |
getStructuralState()
Gets the value of the structuralState property.
|
UsualView |
getUsualView()
Gets the value of the usualView property.
|
View |
getView()
Gets the value of the view property.
|
void |
setActivity(String value)
Sets the value of the activity property.
|
void |
setBounds(Bounds value)
Sets the value of the bounds property.
|
void |
setBriefView(BriefView value)
Sets the value of the briefView property.
|
void |
setCompartmentAlias(String value)
Sets the value of the compartmentAlias property.
|
void |
setComplexSpeciesAlias(String value)
Sets the value of the complexSpeciesAlias property.
|
void |
setFont(SpeciesAlias.Font value)
Sets the value of the font property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInfo(Info value)
Sets the value of the info property.
|
void |
setListOfSpeciesTag(ListOfSpeciesTag value)
Sets the value of the listOfSpeciesTag property.
|
void |
setSpecies(String value)
Sets the value of the species property.
|
void |
setStructuralState(StructuralStateAngle value)
Sets the value of the structuralState property.
|
void |
setUsualView(UsualView value)
Sets the value of the usualView property.
|
void |
setView(View value)
Sets the value of the view property.
|
protected String activity
protected Bounds bounds
protected SpeciesAlias.Font font
protected View view
protected StructuralStateAngle structuralState
protected UsualView usualView
protected BriefView briefView
protected ListOfSpeciesTag listOfSpeciesTag
protected Info info
protected String id
protected String species
protected String compartmentAlias
protected String complexSpeciesAlias
public String getActivity()
String
public void setActivity(String value)
value
- allowed object is
String
public Bounds getBounds()
Bounds
public void setBounds(Bounds value)
value
- allowed object is
Bounds
public SpeciesAlias.Font getFont()
SpeciesAlias.Font
public void setFont(SpeciesAlias.Font value)
value
- allowed object is
SpeciesAlias.Font
public void setView(View value)
value
- allowed object is
View
public StructuralStateAngle getStructuralState()
StructuralStateAngle
public void setStructuralState(StructuralStateAngle value)
value
- allowed object is
StructuralStateAngle
public UsualView getUsualView()
UsualView
public void setUsualView(UsualView value)
value
- allowed object is
UsualView
public BriefView getBriefView()
BriefView
public void setBriefView(BriefView value)
value
- allowed object is
BriefView
public ListOfSpeciesTag getListOfSpeciesTag()
ListOfSpeciesTag
public void setListOfSpeciesTag(ListOfSpeciesTag value)
value
- allowed object is
ListOfSpeciesTag
public void setInfo(Info value)
value
- allowed object is
Info
public void setId(String value)
value
- allowed object is
String
public String getSpecies()
String
public void setSpecies(String value)
value
- allowed object is
String
public String getCompartmentAlias()
String
public void setCompartmentAlias(String value)
value
- allowed object is
String
public String getComplexSpeciesAlias()
String
Copyright © 2018. All rights reserved.