public class ProductLink extends Object
Java class for productLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="productLink"> <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="product" 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 |
product |
protected String |
targetLineIndex |
Constructor and Description |
---|
ProductLink() |
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 |
getProduct()
Gets the value of the product 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 |
setProduct(String value)
Sets the value of the product 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 product
protected String targetLineIndex
public LinkAnchor getLinkAnchor()
LinkAnchor
public void setLinkAnchor(LinkAnchor value)
value
- allowed object is
LinkAnchor
public ConnectScheme getConnectScheme()
ConnectScheme
public void setConnectScheme(ConnectScheme value)
value
- allowed object is
ConnectScheme
public EditPoints getEditPoints()
EditPoints
public void setEditPoints(EditPoints value)
value
- allowed object is
EditPoints
public LineType2 getLine()
LineType2
public void setLine(LineType2 value)
value
- allowed object is
LineType2
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getProduct()
String
public void setProduct(String value)
value
- allowed object is
String
public String getTargetLineIndex()
String
Copyright © 2018. All rights reserved.