org.apache.ode.bpel.rtrep.v2
Class OAssign.DirectRef

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OAssign.DirectRef
All Implemented Interfaces:
java.io.Serializable, ActivityModel, 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

Field Summary
 javax.xml.namespace.QName elName
          Name of the element referenced.
 OScope.Variable variable
          Referenced Variable
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OAssign.DirectRef(OProcess owner)
           
 
Method Summary
 OScope.Variable getVariable()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

variable

public OScope.Variable variable
Referenced Variable


elName

public javax.xml.namespace.QName elName
Name of the element referenced.

Constructor Detail

OAssign.DirectRef

public OAssign.DirectRef(OProcess owner)
Method Detail

getVariable

public OScope.Variable getVariable()
Specified by:
getVariable in interface OAssign.LValue