public class Transition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="from" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="to" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lineType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lineColor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="conditionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conditionType |
protected String |
from |
protected String |
lineColor |
protected String |
lineType |
protected String |
to |
| Constructor and Description |
|---|
Transition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionType()
Gets the value of the conditionType property.
|
String |
getFrom()
Gets the value of the from property.
|
String |
getLineColor()
Gets the value of the lineColor property.
|
String |
getLineType()
Gets the value of the lineType property.
|
String |
getTo()
Gets the value of the to property.
|
void |
setConditionType(String value)
Sets the value of the conditionType property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setLineColor(String value)
Sets the value of the lineColor property.
|
void |
setLineType(String value)
Sets the value of the lineType property.
|
void |
setTo(String value)
Sets the value of the to property.
|
protected String from
protected String to
protected String lineType
protected String lineColor
protected String conditionType
public String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic String getLineType()
Stringpublic void setLineType(String value)
value - allowed object is
Stringpublic String getLineColor()
Stringpublic void setLineColor(String value)
value - allowed object is
Stringpublic String getConditionType()
StringCopyright © 2015 FastConnect SAS. All rights reserved.