public class ConnectScheme extends Object
Java class for connectScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connectScheme"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="listOfLineDirection" type="{http://www.sbml.org/2001/ns/celldesigner}listOfLineDirection"/> </sequence> <attribute name="connectPolicy" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="direct"/> <enumeration value="square"/> </restriction> </simpleType> </attribute> <attribute name="rectangleIndex" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
connectPolicy |
protected ListOfLineDirection |
listOfLineDirection |
protected String |
rectangleIndex |
Constructor and Description |
---|
ConnectScheme() |
Modifier and Type | Method and Description |
---|---|
String |
getConnectPolicy()
Gets the value of the connectPolicy property.
|
ListOfLineDirection |
getListOfLineDirection()
Gets the value of the listOfLineDirection property.
|
String |
getRectangleIndex()
Gets the value of the rectangleIndex property.
|
void |
setConnectPolicy(String value)
Sets the value of the connectPolicy property.
|
void |
setListOfLineDirection(ListOfLineDirection value)
Sets the value of the listOfLineDirection property.
|
void |
setRectangleIndex(String value)
Sets the value of the rectangleIndex property.
|
protected ListOfLineDirection listOfLineDirection
protected String connectPolicy
protected String rectangleIndex
public ListOfLineDirection getListOfLineDirection()
ListOfLineDirection
public void setListOfLineDirection(ListOfLineDirection value)
value
- allowed object is
ListOfLineDirection
public String getConnectPolicy()
String
public void setConnectPolicy(String value)
value
- allowed object is
String
public String getRectangleIndex()
String
Copyright © 2018. All rights reserved.