org.apache.taglibs.rdc.scxml.model
Class Cancel

java.lang.Object
  extended byorg.apache.taglibs.rdc.scxml.model.Action
      extended byorg.apache.taglibs.rdc.scxml.model.Cancel

public class Cancel
extends Action

The class in this SCXML object model that corresponds to the <cancel> SCXML element.

Author:
Rahul Akolkar, Jaroslav Gergic

Constructor Summary
Cancel()
          Constructor
 
Method Summary
 java.lang.String getSendId()
          Get the ID of the send message that should be cancelled.
 void setSendId(java.lang.String sendId)
          Set the ID of the send message that should be cancelled.
 
Methods inherited from class org.apache.taglibs.rdc.scxml.model.Action
getParent, getParentState, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cancel

public Cancel()
Constructor

Method Detail

getSendId

public java.lang.String getSendId()
Get the ID of the send message that should be cancelled.

Returns:
Returns the sendId.

setSendId

public void setSendId(java.lang.String sendId)
Set the ID of the send message that should be cancelled.

Parameters:
sendId - The sendId to set.


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.