|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.TransitionXto
public class TransitionXto
The client view of a workflow transition.
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 Summary | |
|---|---|
TransitionXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransitionXto()
| Method Detail |
|---|
public String getId()
Stringpublic 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
ConditionTypeXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||