|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.model.Data
public class Data
The class in this SCXML object model that corresponds to the SCXML <data> child element of the <datamodel> element.
Constructor Summary | |
---|---|
Data()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getExpr()
Get the expression that evaluates to the value of this data instance. |
java.lang.String |
getName()
Get the name. |
java.util.Map |
getNamespaces()
Get the XML namespaces at this action node in the SCXML document. |
org.w3c.dom.Node |
getNode()
Get the XML data tree. |
java.lang.String |
getSrc()
Get the URL where the XML data tree resides. |
void |
setExpr(java.lang.String expr)
Set the expression that evaluates to the value of this data instance. |
void |
setName(java.lang.String name)
Set the name. |
void |
setNamespaces(java.util.Map namespaces)
Set the XML namespaces at this action node in the SCXML document. |
void |
setNode(org.w3c.dom.Node node)
Set the XML data tree. |
void |
setSrc(java.lang.String src)
Set the URL where the XML data tree resides. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Data()
Method Detail |
---|
public final java.lang.String getName()
public final void setName(java.lang.String name)
name
- The name.public final java.lang.String getSrc()
public final void setSrc(java.lang.String src)
src
- The source URL.public final java.lang.String getExpr()
public final void setExpr(java.lang.String expr)
expr
- The expression.public final org.w3c.dom.Node getNode()
Node
.public final void setNode(org.w3c.dom.Node node)
node
- The XML data tree, parsed as a Node
.public final java.util.Map getNamespaces()
getNamespaces
in interface NamespacePrefixesHolder
public final void setNamespaces(java.util.Map namespaces)
setNamespaces
in interface NamespacePrefixesHolder
namespaces
- The document namespaces.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |