public class ComplexSpeciesAlias extends Object
Java class for complexSpeciesAlias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="complexSpeciesAlias"> <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="backupSize"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="w" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="h" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType> </element> <element name="backupView" 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="compartmentAlias"> <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> <attribute name="species" use="required" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComplexSpeciesAlias.BackupSize
Java class for anonymous complex type.
|
static class |
ComplexSpeciesAlias.Font
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
activity |
protected ComplexSpeciesAlias.BackupSize |
backupSize |
protected View |
backupView |
protected Bounds |
bounds |
protected BriefView |
briefView |
protected String |
compartmentAlias |
protected ComplexSpeciesAlias.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 |
---|
ComplexSpeciesAlias() |
Modifier and Type | Method and Description |
---|---|
String |
getActivity()
Gets the value of the activity property.
|
ComplexSpeciesAlias.BackupSize |
getBackupSize()
Gets the value of the backupSize property.
|
View |
getBackupView()
Gets the value of the backupView 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.
|
ComplexSpeciesAlias.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 |
setBackupSize(ComplexSpeciesAlias.BackupSize value)
Sets the value of the backupSize property.
|
void |
setBackupView(View value)
Sets the value of the backupView 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 |
setFont(ComplexSpeciesAlias.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 ComplexSpeciesAlias.Font font
protected View view
protected ComplexSpeciesAlias.BackupSize backupSize
protected View backupView
protected StructuralStateAngle structuralState
protected UsualView usualView
protected BriefView briefView
protected ListOfSpeciesTag listOfSpeciesTag
protected Info info
protected String compartmentAlias
protected String id
protected String species
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 ComplexSpeciesAlias.Font getFont()
ComplexSpeciesAlias.Font
public void setFont(ComplexSpeciesAlias.Font value)
value
- allowed object is
ComplexSpeciesAlias.Font
public void setView(View value)
value
- allowed object is
View
public ComplexSpeciesAlias.BackupSize getBackupSize()
ComplexSpeciesAlias.BackupSize
public void setBackupSize(ComplexSpeciesAlias.BackupSize value)
value
- allowed object is
ComplexSpeciesAlias.BackupSize
public View getBackupView()
View
public void setBackupView(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 String getCompartmentAlias()
String
public void setCompartmentAlias(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getSpecies()
String
Copyright © 2018. All rights reserved.