org.apache.ode.bpel.elang.xpath10.o
Class OXPath10Expression.OSigGetVariableData

java.lang.Object
  extended by org.apache.ode.bpel.o.OBase
      extended by org.apache.ode.bpel.elang.xpath10.o.OXPath10Expression.OSigGetVariableData
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OXPath10Expression

public static final class OXPath10Expression.OSigGetVariableData
extends OBase

Data structure representing the compiled signature of a bpws:getVariableData invocation.

See Also:
Serialized Form

Field Summary
 OExpression location
           
 OMessageVarType.Part part
           
 OScope.Variable variable
           
 
Fields inherited from class org.apache.ode.bpel.o.OBase
debugInfo
 
Constructor Summary
OXPath10Expression.OSigGetVariableData(OProcess owner, OScope.Variable variable, OMessageVarType.Part part, OExpression location)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.o.OBase
dehydrate, equals, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

variable

public final OScope.Variable variable

part

public final OMessageVarType.Part part

location

public final OExpression location
Constructor Detail

OXPath10Expression.OSigGetVariableData

public OXPath10Expression.OSigGetVariableData(OProcess owner,
                                              OScope.Variable variable,
                                              OMessageVarType.Part part,
                                              OExpression location)