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

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

public class EventHandlerDefinitionXto
extends ModelElementXto

A client side view of a workflow event handler.

Java class for EventHandlerDefinition complex type.

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

 <complexType name="EventHandlerDefinition">
   <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}EventHandlerTypeDefinition" minOccurs="0"/>
         <element name="eventActions" type="{http://eclipse.org/stardust/ws/v2012a/api}EventActionDefinitions" minOccurs="0"/>
         <element name="bindActions" type="{http://eclipse.org/stardust/ws/v2012a/api}BindActionDefinitions" minOccurs="0"/>
         <element name="unbindActions" type="{http://eclipse.org/stardust/ws/v2012a/api}UnbindActionDefinitions" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
EventHandlerDefinitionXto()
           
 
Method Summary
 BindActionDefinitionsXto getBindActions()
          Gets the value of the bindActions property.
 EventActionDefinitionsXto getEventActions()
          Gets the value of the eventActions property.
 long getRtOid()
          Gets the value of the rtOid property.
 EventHandlerTypeDefinitionXto getType()
          Gets the value of the type property.
 UnbindActionDefinitionsXto getUnbindActions()
          Gets the value of the unbindActions property.
 void setBindActions(BindActionDefinitionsXto value)
          Sets the value of the bindActions property.
 void setEventActions(EventActionDefinitionsXto value)
          Sets the value of the eventActions property.
 void setRtOid(long value)
          Sets the value of the rtOid property.
 void setType(EventHandlerTypeDefinitionXto value)
          Sets the value of the type property.
 void setUnbindActions(UnbindActionDefinitionsXto value)
          Sets the value of the unbindActions 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

EventHandlerDefinitionXto

public EventHandlerDefinitionXto()
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 EventHandlerTypeDefinitionXto getType()
Gets the value of the type property.

Returns:
possible object is EventHandlerTypeDefinitionXto

setType

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

Parameters:
value - allowed object is EventHandlerTypeDefinitionXto

getEventActions

public EventActionDefinitionsXto getEventActions()
Gets the value of the eventActions property.

Returns:
possible object is EventActionDefinitionsXto

setEventActions

public void setEventActions(EventActionDefinitionsXto value)
Sets the value of the eventActions property.

Parameters:
value - allowed object is EventActionDefinitionsXto

getBindActions

public BindActionDefinitionsXto getBindActions()
Gets the value of the bindActions property.

Returns:
possible object is BindActionDefinitionsXto

setBindActions

public void setBindActions(BindActionDefinitionsXto value)
Sets the value of the bindActions property.

Parameters:
value - allowed object is BindActionDefinitionsXto

getUnbindActions

public UnbindActionDefinitionsXto getUnbindActions()
Gets the value of the unbindActions property.

Returns:
possible object is UnbindActionDefinitionsXto

setUnbindActions

public void setUnbindActions(UnbindActionDefinitionsXto value)
Sets the value of the unbindActions property.

Parameters:
value - allowed object is UnbindActionDefinitionsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.