public class ReactantLink extends Object
Java class for reactantLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reactantLink">
<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"/>
<element name="connectScheme" type="{http://www.sbml.org/2001/ns/celldesigner}connectScheme" minOccurs="0"/>
<element name="editPoints" type="{http://www.sbml.org/2001/ns/celldesigner}editPoints" minOccurs="0"/>
<element name="line" type="{http://www.sbml.org/2001/ns/celldesigner}lineType2"/>
</sequence>
<attribute name="alias" use="required">
<simpleType>
<restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId">
</restriction>
</simpleType>
</attribute>
<attribute name="reactant" use="required" type="{http://www.sbml.org/2001/ns/celldesigner}SId" />
<attribute name="targetLineIndex" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="-?[0-9]+,[0-9]+"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected ConnectScheme |
connectScheme |
protected EditPoints |
editPoints |
protected LineType2 |
line |
protected LinkAnchor |
linkAnchor |
protected String |
reactant |
protected String |
targetLineIndex |
| Constructor and Description |
|---|
ReactantLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
ConnectScheme |
getConnectScheme()
Gets the value of the connectScheme property.
|
EditPoints |
getEditPoints()
Gets the value of the editPoints property.
|
LineType2 |
getLine()
Gets the value of the line property.
|
LinkAnchor |
getLinkAnchor()
Gets the value of the linkAnchor property.
|
String |
getReactant()
Gets the value of the reactant property.
|
String |
getTargetLineIndex()
Gets the value of the targetLineIndex property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setConnectScheme(ConnectScheme value)
Sets the value of the connectScheme property.
|
void |
setEditPoints(EditPoints value)
Sets the value of the editPoints property.
|
void |
setLine(LineType2 value)
Sets the value of the line property.
|
void |
setLinkAnchor(LinkAnchor value)
Sets the value of the linkAnchor property.
|
void |
setReactant(String value)
Sets the value of the reactant property.
|
void |
setTargetLineIndex(String value)
Sets the value of the targetLineIndex property.
|
protected LinkAnchor linkAnchor
protected ConnectScheme connectScheme
protected EditPoints editPoints
protected LineType2 line
protected String alias
protected String reactant
protected String targetLineIndex
public LinkAnchor getLinkAnchor()
LinkAnchorpublic void setLinkAnchor(LinkAnchor value)
value - allowed object is
LinkAnchorpublic ConnectScheme getConnectScheme()
ConnectSchemepublic void setConnectScheme(ConnectScheme value)
value - allowed object is
ConnectSchemepublic EditPoints getEditPoints()
EditPointspublic void setEditPoints(EditPoints value)
value - allowed object is
EditPointspublic LineType2 getLine()
LineType2public void setLine(LineType2 value)
value - allowed object is
LineType2public String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getReactant()
Stringpublic void setReactant(String value)
value - allowed object is
Stringpublic String getTargetLineIndex()
StringCopyright © 2018. All rights reserved.