public class TransitionXto extends 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">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sourceActivityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetActivityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="condition" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="conditionType" type="{http://eclipse.org/stardust/ws/v2012a/api}ConditionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TransitionXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Gets the value of the condition property.
|
ConditionTypeXto |
getConditionType()
Gets the value of the conditionType property.
|
String |
getId()
Gets the value of the id property.
|
String |
getSourceActivityId()
Gets the value of the sourceActivityId property.
|
String |
getTargetActivityId()
Gets the value of the targetActivityId property.
|
void |
setCondition(String value)
Sets the value of the condition property.
|
void |
setConditionType(ConditionTypeXto value)
Sets the value of the conditionType property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSourceActivityId(String value)
Sets the value of the sourceActivityId property.
|
void |
setTargetActivityId(String value)
Sets the value of the targetActivityId property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getSourceActivityId()
Stringpublic void setSourceActivityId(String value)
value - allowed object is
Stringpublic String getTargetActivityId()
Stringpublic void setTargetActivityId(String value)
value - allowed object is
Stringpublic String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
Stringpublic ConditionTypeXto getConditionType()
ConditionTypeXtopublic void setConditionType(ConditionTypeXto value)
value - allowed object is
ConditionTypeXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.