public class BaseReactant extends Object
Java class for baseReactant complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="baseReactant"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="linkAnchor" type="{http://www.sbml.org/2001/ns/celldesigner}linkAnchor" minOccurs="0"/> </sequence> <attribute name="alias" 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 | Field and Description |
---|---|
protected String |
alias |
protected LinkAnchor |
linkAnchor |
protected String |
species |
Constructor and Description |
---|
BaseReactant() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the value of the alias property.
|
LinkAnchor |
getLinkAnchor()
Gets the value of the linkAnchor property.
|
String |
getSpecies()
Gets the value of the species property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setLinkAnchor(LinkAnchor value)
Sets the value of the linkAnchor property.
|
void |
setSpecies(String value)
Sets the value of the species property.
|
protected LinkAnchor linkAnchor
protected String alias
protected String species
public LinkAnchor getLinkAnchor()
LinkAnchor
public void setLinkAnchor(LinkAnchor value)
value
- allowed object is
LinkAnchor
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getSpecies()
String
Copyright © 2018. All rights reserved.