org.apache.ode.bpel.o
Class OAssign.DirectRef
java.lang.Object
org.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OAssign.DirectRef
- All Implemented Interfaces:
- java.io.Serializable, OAssign.LValue, OAssign.RValue
- Enclosing class:
- OAssign
public static class OAssign.DirectRef
- extends OBase
- implements OAssign.RValue, OAssign.LValue
Direct reference: selects named child of the message document element.
This is used for access to extensions (SOAP headers for example).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
variable
public OScope.Variable variable
- Referenced Variable
elName
public javax.xml.namespace.QName elName
- Name of the element referenced.
OAssign.DirectRef
public OAssign.DirectRef(OProcess owner)
getVariable
public OScope.Variable getVariable()
- Specified by:
getVariable
in interface OAssign.LValue