org.apache.ode.bpel.rtrep.v1.xpath10
Class OXPath10Expression.OSigGetVariableData
java.lang.Object
org.apache.ode.bpel.rtrep.v1.OBase
org.apache.ode.bpel.rtrep.v1.xpath10.OXPath10Expression.OSigGetVariableData
- All Implemented Interfaces:
- java.io.Serializable, ActivityModel
- 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
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase |
debugInfo |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
variable
public final OScope.Variable variable
part
public final OMessageVarType.Part part
location
public final OExpression location
OXPath10Expression.OSigGetVariableData
public OXPath10Expression.OSigGetVariableData(OProcess owner,
OScope.Variable variable,
OMessageVarType.Part part,
OExpression location)