org.eclipse.stardust.engine.api.ws
Class TransitionXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.TransitionXto

public class TransitionXto
extends Object

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

TransitionXto

public TransitionXto()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSourceActivityId

public String getSourceActivityId()
Gets the value of the sourceActivityId property.

Returns:
possible object is String

setSourceActivityId

public void setSourceActivityId(String value)
Sets the value of the sourceActivityId property.

Parameters:
value - allowed object is String

getTargetActivityId

public String getTargetActivityId()
Gets the value of the targetActivityId property.

Returns:
possible object is String

setTargetActivityId

public void setTargetActivityId(String value)
Sets the value of the targetActivityId property.

Parameters:
value - allowed object is String

getCondition

public String getCondition()
Gets the value of the condition property.

Returns:
possible object is String

setCondition

public void setCondition(String value)
Sets the value of the condition property.

Parameters:
value - allowed object is String

getConditionType

public ConditionTypeXto getConditionType()
Gets the value of the conditionType property.

Returns:
possible object is ConditionTypeXto

setConditionType

public void setConditionType(ConditionTypeXto value)
Sets the value of the conditionType property.

Parameters:
value - allowed object is ConditionTypeXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.