|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.model.Action
org.apache.taglibs.rdc.scxml.model.Cancel
The class in this SCXML object model that corresponds to the <cancel> SCXML element.
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 |
public Cancel()
Method Detail |
public java.lang.String getSendId()
public void setSendId(java.lang.String sendId)
sendId
- The sendId to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |