public class Transition
extends java.lang.Object
Java class for transition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="to" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.String |
to |
| Constructor and Description |
|---|
Transition() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getTo()
Gets the value of the to property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setTo(java.lang.String value)
Sets the value of the to property.
|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTo()
Stringpublic void setTo(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.