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

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

public class EventActionDefinitionXto
extends ModelElementXto

A client side view of a workflow event action. Each modeled event action contains a specific set of attributes, depending on the type of the event action.

Java class for EventActionDefinition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EventActionDefinition">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
       <sequence>
         <element name="rtOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="type" type="{http://eclipse.org/stardust/ws/v2012a/api}EventActionTypeDefinition" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
EventActionDefinitionXto()
           
 
Method Summary
 long getRtOid()
          Gets the value of the rtOid property.
 EventActionTypeDefinitionXto getType()
          Gets the value of the type property.
 void setRtOid(long value)
          Sets the value of the rtOid property.
 void setType(EventActionTypeDefinitionXto value)
          Sets the value of the type property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventActionDefinitionXto

public EventActionDefinitionXto()
Method Detail

getRtOid

public long getRtOid()
Gets the value of the rtOid property.


setRtOid

public void setRtOid(long value)
Sets the value of the rtOid property.


getType

public EventActionTypeDefinitionXto getType()
Gets the value of the type property.

Returns:
possible object is EventActionTypeDefinitionXto

setType

public void setType(EventActionTypeDefinitionXto value)
Sets the value of the type property.

Parameters:
value - allowed object is EventActionTypeDefinitionXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.