public class Variable extends BpelObject
Modifier and Type | Class and Description |
---|---|
static class |
Variable.Kind |
ATTR_LINENO
Constructor and Description |
---|
Variable(org.w3c.dom.Element el) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExternalId()
Get the external variable identifier (each one will be defined in the deployment descriptor)
|
Variable.Kind |
getKind()
Get the type of declaration; one of:
#TYPE_SCHEMA ,
#TYPE_ELEMENT , or #TYPE_MESSAGE . |
java.lang.String |
getName()
Get the name of the variable.
|
java.lang.String |
getRelated()
External variable support - get the "related" variable name.
|
javax.xml.namespace.QName |
getTypeName()
Get the type name of this variable.
|
boolean |
isExternal()
Is this an external variable? It is if it has the above attribute.
|
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElementElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toString
public java.lang.String getName()
public javax.xml.namespace.QName getTypeName()
public Variable.Kind getKind()
#TYPE_SCHEMA
,
#TYPE_ELEMENT
, or #TYPE_MESSAGE
.public java.lang.String getExternalId()
public boolean isExternal()
public java.lang.String getRelated()