Serialized Form


Package org.apache.ode.bpel.elang.xpath10.o

Class org.apache.ode.bpel.elang.xpath10.o.OXPath10Expression extends OLValueExpression implements Serializable

serialVersionUID: -1L

Serialized Fields

vars

java.util.HashMap<K,V> vars
Map from query name to variable declaration.


properties

java.util.HashMap<K,V> properties

links

java.util.HashMap<K,V> links

_getVariableDataSigs

java.util.HashMap<K,V> _getVariableDataSigs
Map getVariableData invocation signature to compiled objects.


xpath

java.lang.String xpath

namespaceCtx

org.apache.ode.utils.NSContext namespaceCtx

qname_getVariableData

javax.xml.namespace.QName qname_getVariableData
QName of the bpws:getVariableData function.


qname_getVariableProperty

javax.xml.namespace.QName qname_getVariableProperty
QName of the bpws:getVariableData function.


qname_getLinkStatus

javax.xml.namespace.QName qname_getLinkStatus
QName of the bpws:getVariableData function.


xslSheets

java.util.HashMap<K,V> xslSheets

Class org.apache.ode.bpel.elang.xpath10.o.OXPath10Expression.OSigGetVariableData extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

variable

OScope.Variable variable

part

OMessageVarType.Part part

location

OExpression location

Class org.apache.ode.bpel.elang.xpath10.o.OXPath10ExpressionBPEL20 extends OXPath10Expression implements Serializable

serialVersionUID: -1L

Serialized Fields

qname_doXslTransform

javax.xml.namespace.QName qname_doXslTransform
QName of the bpws:getVariableData function.


isJoinExpression

boolean isJoinExpression
Flags this expression as a joinCondition


Package org.apache.ode.bpel.elang.xpath20.o

Class org.apache.ode.bpel.elang.xpath20.o.OXPath20ExpressionBPEL20 extends OXPath10ExpressionBPEL20 implements Serializable

serialVersionUID: -1L

Serialized Fields

_compiledExpr

net.sf.saxon.expr.Expression _compiledExpr

Package org.apache.ode.bpel.elang.xquery10.o

Class org.apache.ode.bpel.elang.xquery10.o.OXQuery10ExpressionBPEL20 extends OXPath20ExpressionBPEL20 implements Serializable

serialVersionUID: -1L

Serialized Fields

xquery

java.lang.String xquery

Package org.apache.ode.bpel.o

Class org.apache.ode.bpel.o.DebugInfo extends java.lang.Object implements Serializable

serialVersionUID: -1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Do not load the description and extensibilityElements fields, as they may be big and are not really required at run-time.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

sourceURI

java.lang.String sourceURI
Source file / resource name.


startLine

int startLine
Source line number (start).


endLine

int endLine
Source line number (end).


description

java.lang.String description

extensibilityElements

java.util.HashMap<K,V> extensibilityElements

Class org.apache.ode.bpel.o.FailureHandling extends java.lang.Object implements Serializable

serialVersionUID: 5637366976949702880L

Serialized Fields

retryFor

int retryFor

retryDelay

int retryDelay

faultOnFailure

boolean faultOnFailure

Class org.apache.ode.bpel.o.OActivity extends OAgent implements Serializable

serialVersionUID: -1L

Serialized Fields

joinCondition

OExpression joinCondition

suppressJoinFailure

boolean suppressJoinFailure

sourceLinks

java.util.Set<E> sourceLinks

targetLinks

java.util.Set<E> targetLinks

name

java.lang.String name

failureHandling

OFailureHandling failureHandling

parent

OActivity parent

Class org.apache.ode.bpel.o.OAgent extends OBase implements Serializable

serialVersionUID: 6391205087340931483L

Serialized Fields

incomingLinks

java.util.Set<E> incomingLinks
Links entering this agent.


outgoingLinks

java.util.Set<E> outgoingLinks
Links exiting this agent.


variableRd

java.util.Set<E> variableRd
Variables read from.


variableWr

java.util.Set<E> variableWr
Variables written to.


nested

java.util.Set<E> nested
The children of this agent.

Class org.apache.ode.bpel.o.OAssign extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

copy

java.util.List<E> copy

Class org.apache.ode.bpel.o.OAssign.Copy extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

to

OAssign.LValue to

from

OAssign.RValue from

keepSrcElementName

boolean keepSrcElementName

ignoreMissingFromData

boolean ignoreMissingFromData

ignoreUninitializedFromVariable

boolean ignoreUninitializedFromVariable

insertMissingToData

boolean insertMissingToData

Class org.apache.ode.bpel.o.OAssign.DirectRef extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

variable

OScope.Variable variable
Referenced Variable


elName

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

Class org.apache.ode.bpel.o.OAssign.Expression extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

OExpression expression

Class org.apache.ode.bpel.o.OAssign.Literal extends OBase implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException
Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.ode.bpel.o.OAssign.LValueExpression extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

OLValueExpression expression

Class org.apache.ode.bpel.o.OAssign.PartnerLinkRef extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

partnerLink

OPartnerLink partnerLink

isMyEndpointReference

boolean isMyEndpointReference

Class org.apache.ode.bpel.o.OAssign.PropertyRef extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

variable

OScope.Variable variable

propertyAlias

OProcess.OPropertyAlias propertyAlias

Class org.apache.ode.bpel.o.OAssign.VariableRef extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

variable

OScope.Variable variable

part

OMessageVarType.Part part

headerPart

OMessageVarType.Part headerPart

location

OExpression location

Class org.apache.ode.bpel.o.OBase extends java.lang.Object implements Serializable

serialVersionUID: -1L

Serialized Fields

_id

int _id
Our identifier, in terms of our parent.


_owner

OProcess _owner

debugInfo

DebugInfo debugInfo

Class org.apache.ode.bpel.o.OCatch extends OScope implements Serializable

serialVersionUID: -1L

Serialized Fields

faultName

javax.xml.namespace.QName faultName

faultVariable

OScope.Variable faultVariable

Class org.apache.ode.bpel.o.OCompensate extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

compensatedScope

OScope compensatedScope
The scope that is compensated by this activity.

Class org.apache.ode.bpel.o.OCompensationHandler extends OScope implements Serializable

serialVersionUID: -9208360082697192920L

Class org.apache.ode.bpel.o.OConstantExpression extends OExpression implements Serializable

serialVersionUID: -1L

Serialized Fields

_val

java.lang.Object _val

Class org.apache.ode.bpel.o.OConstants extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

qnMissingRequest

javax.xml.namespace.QName qnMissingRequest

qnMissingReply

javax.xml.namespace.QName qnMissingReply

qnUninitializedVariable

javax.xml.namespace.QName qnUninitializedVariable

qnConflictingReceive

javax.xml.namespace.QName qnConflictingReceive

qnConflictingRequest

javax.xml.namespace.QName qnConflictingRequest

qnSelectionFailure

javax.xml.namespace.QName qnSelectionFailure

qnMismatchedAssignmentFailure

javax.xml.namespace.QName qnMismatchedAssignmentFailure

qnJoinFailure

javax.xml.namespace.QName qnJoinFailure

qnForcedTermination

javax.xml.namespace.QName qnForcedTermination

qnCorrelationViolation

javax.xml.namespace.QName qnCorrelationViolation

qnXsltInvalidSource

javax.xml.namespace.QName qnXsltInvalidSource

qnSubLanguageExecutionFault

javax.xml.namespace.QName qnSubLanguageExecutionFault

qnUninitializedPartnerRole

javax.xml.namespace.QName qnUninitializedPartnerRole

qnForEachCounterError

javax.xml.namespace.QName qnForEachCounterError

qnInvalidBranchCondition

javax.xml.namespace.QName qnInvalidBranchCondition

qnInvalidExpressionValue

javax.xml.namespace.QName qnInvalidExpressionValue

qnRetiredProcess

javax.xml.namespace.QName qnRetiredProcess

qnTooManyInstances

javax.xml.namespace.QName qnTooManyInstances

qnTooManyProcesses

javax.xml.namespace.QName qnTooManyProcesses

qnTooHugeProcesses

javax.xml.namespace.QName qnTooHugeProcesses

qnUnknownFault

javax.xml.namespace.QName qnUnknownFault

Class org.apache.ode.bpel.o.OConstantVarType extends OVarType implements Serializable

Serialized Fields

value

java.lang.String value

Class org.apache.ode.bpel.o.OElementVarType extends OVarType implements Serializable

serialVersionUID: 1L

Serialized Fields

elementType

javax.xml.namespace.QName elementType

Class org.apache.ode.bpel.o.OEmpty extends OActivity implements Serializable

serialVersionUID: -1L

Class org.apache.ode.bpel.o.OEventHandler extends OAgent implements Serializable

serialVersionUID: -1L

Serialized Fields

onMessages

java.util.List<E> onMessages

onAlarms

java.util.List<E> onAlarms

Class org.apache.ode.bpel.o.OEventHandler.OAlarm extends OAgent implements Serializable

serialVersionUID: -1L

Serialized Fields

forExpr

OExpression forExpr

untilExpr

OExpression untilExpr

repeatExpr

OExpression repeatExpr

activity

OActivity activity

Class org.apache.ode.bpel.o.OEventHandler.OEvent extends OScope implements Serializable

serialVersionUID: -1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

initCorrelations

java.util.List<E> initCorrelations
Correlations to initialize.


matchCorrelations

java.util.List<E> matchCorrelations
Correlation set to match on.


matchCorrelation

OScope.CorrelationSet matchCorrelation

joinCorrelations

java.util.List<E> joinCorrelations
Correlation set to join on.


joinCorrelation

OScope.CorrelationSet joinCorrelation

partnerLink

OPartnerLink partnerLink

operation

javax.wsdl.Operation operation

variable

OScope.Variable variable

messageExchangeId

java.lang.String messageExchangeId
OASIS addition for disambiguating receives (optional).


route

java.lang.String route

Class org.apache.ode.bpel.o.OExpression extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

expressionLanguage

OExpressionLanguage expressionLanguage

Class org.apache.ode.bpel.o.OExpressionLanguage extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

expressionLanguageUri

java.lang.String expressionLanguageUri

properties

java.util.Map<K,V> properties

Class org.apache.ode.bpel.o.OExtVar extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

externalVariableId

java.lang.String externalVariableId
Unique identifier for the external variable. Will be referenced in the deployment descriptor.


related

OScope.Variable related
Related variable containing the identifying information.

Class org.apache.ode.bpel.o.OFailureHandling extends java.lang.Object implements Serializable

serialVersionUID: 5637366976949702880L

Serialized Fields

retryFor

int retryFor

retryDelay

int retryDelay

faultOnFailure

boolean faultOnFailure

Class org.apache.ode.bpel.o.OFaultHandler extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

catchBlocks

java.util.List<E> catchBlocks

Class org.apache.ode.bpel.o.OFlow extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

localLinks

java.util.Set<E> localLinks
Links delcared within this activity.


parallelActivities

java.util.Set<E> parallelActivities

Class org.apache.ode.bpel.o.OForEach extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

counterVariable

OScope.Variable counterVariable

parallel

boolean parallel

startCounterValue

OExpression startCounterValue

finalCounterValue

OExpression finalCounterValue

completionCondition

OForEach.CompletionCondition completionCondition

innerScope

OScope innerScope

Class org.apache.ode.bpel.o.OForEach.CompletionCondition extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

successfulBranchesOnly

boolean successfulBranchesOnly

branchCount

OExpression branchCount

Class org.apache.ode.bpel.o.OInvoke extends OActivity implements Serializable

serialVersionUID: -1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

partnerLink

OPartnerLink partnerLink

inputVar

OScope.Variable inputVar

outputVar

OScope.Variable outputVar

operation

javax.wsdl.Operation operation

initCorrelationsInput

java.util.List<E> initCorrelationsInput
Correlation sets initialized on the input message.


initCorrelationsOutput

java.util.List<E> initCorrelationsOutput
Correlation sets initialized on the output message.


assertCorrelationsInput

java.util.List<E> assertCorrelationsInput
Correlation sets asserted on input.


assertCorrelationsOutput

java.util.List<E> assertCorrelationsOutput
Correlation sets asserted on output.


joinCorrelationsInput

java.util.List<E> joinCorrelationsInput
Correlation sets joined on input.


joinCorrelationsOutput

java.util.List<E> joinCorrelationsOutput
Correlation sets joined on output.

Class org.apache.ode.bpel.o.OLink extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

declaringFlow

OFlow declaringFlow
The flow in which the link is declared.


name

java.lang.String name
The name of the link.


transitionCondition

OExpression transitionCondition
The link's transition condition.


source

OActivity source
The source activity.


target

OActivity target
The target activity.

Class org.apache.ode.bpel.o.OLValueExpression extends OExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

insertMissingData

boolean insertMissingData
Indicates whether the expression, if it is a simple path, must be created if missing By a simple path, we mean a path expression whose steps are fully-qualified names separated by slashes. In case any of the steps in the simple path is non-existent, then we must create it.

Class org.apache.ode.bpel.o.OMessageVarType extends OVarType implements Serializable

serialVersionUID: 256680050844726425L

Serialized Fields

messageType

javax.xml.namespace.QName messageType

parts

java.util.Map<K,V> parts

docLitType

OElementVarType docLitType
For doc-lit-like message types , the element type of the only part.

Class org.apache.ode.bpel.o.OMessageVarType.Part extends OBase implements Serializable

serialVersionUID: -2356665271228433779L

Serialized Fields

name

java.lang.String name

type

OVarType type

Class org.apache.ode.bpel.o.OPartnerLink extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

name

java.lang.String name
partnerLink name.


declaringScope

OScope declaringScope
Scope in which this partnerLink is declared.


partnerLinkType

javax.xml.namespace.QName partnerLinkType
The type of this partnerLink.


partnerRoleName

java.lang.String partnerRoleName

myRoleName

java.lang.String myRoleName

myRolePortType

javax.wsdl.PortType myRolePortType

partnerRolePortType

javax.wsdl.PortType partnerRolePortType

initializePartnerRole

boolean initializePartnerRole

_nonIntitiatingCorrelationSets

java.util.HashMap<K,V> _nonIntitiatingCorrelationSets
The set of CorrelationSets that may be used as a match criteria, organized by Operation


_joiningCorrelationSets

java.util.HashMap<K,V> _joiningCorrelationSets
The set of joining CorrelationSets that may be used as a match criteria, organized by Operation


_createInstanceOperations

java.util.HashSet<E> _createInstanceOperations
The set of Operations that can be used to create a process instance.

Class org.apache.ode.bpel.o.OPickReceive extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

onMessages

java.util.List<E> onMessages

onAlarms

java.util.List<E> onAlarms

createInstanceFlag

boolean createInstanceFlag

Class org.apache.ode.bpel.o.OPickReceive.OnAlarm extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

activity

OActivity activity

forExpr

OExpression forExpr

untilExpr

OExpression untilExpr

Class org.apache.ode.bpel.o.OPickReceive.OnMessage extends OBase implements Serializable

serialVersionUID: -1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

initCorrelations

java.util.List<E> initCorrelations
Correlations to initialize.


matchCorrelations

java.util.List<E> matchCorrelations
Correlations to match on.


matchCorrelation

OScope.CorrelationSet matchCorrelation

joinCorrelations

java.util.List<E> joinCorrelations
Correlations to join on.


joinCorrelation

OScope.CorrelationSet joinCorrelation

partnerLink

OPartnerLink partnerLink

operation

javax.wsdl.Operation operation

variable

OScope.Variable variable

activity

OActivity activity

messageExchangeId

java.lang.String messageExchangeId
OASIS addition for disambiguating receives (optional).


route

java.lang.String route

Class org.apache.ode.bpel.o.OProcess extends OBase implements Serializable

serialVersionUID: -1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

guid

java.lang.String guid

version

java.lang.String version
BPEL version.


constants

OConstants constants
Various constants that are needed at runtime.


uuid

java.lang.String uuid
Universally Unique Identifier


targetNamespace

java.lang.String targetNamespace
Namespace of the process.


processName

java.lang.String processName
Name of the process.


procesScope

OScope procesScope
ProcessImpl-level scope.


allPartnerLinks

java.util.Set<E> allPartnerLinks
All partner links in the process.


properties

java.util.List<E> properties

compileDate

java.util.Date compileDate
Date process was compiled.


_childIdCounter

int _childIdCounter

_children

java.util.List<E> _children

expressionLanguages

java.util.HashSet<E> expressionLanguages

messageTypes

java.util.HashMap<K,V> messageTypes

elementTypes

java.util.HashMap<K,V> elementTypes

xsdTypes

java.util.HashMap<K,V> xsdTypes

xslSheets

java.util.HashMap<K,V> xslSheets

Class org.apache.ode.bpel.o.OProcess.OProperty extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

aliases

java.util.List<E> aliases

name

javax.xml.namespace.QName name

Class org.apache.ode.bpel.o.OProcess.OPropertyAlias extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

varType

OVarType varType

part

OMessageVarType.Part part
For BPEL 1.1


location

OExpression location

Class org.apache.ode.bpel.o.ORepeatUntil extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

untilCondition

OExpression untilCondition
The repeat until condition.


activity

OActivity activity

Class org.apache.ode.bpel.o.OReply extends OActivity implements Serializable

serialVersionUID: -1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

isFaultReply

boolean isFaultReply
Is this a Fault reply?


fault

javax.xml.namespace.QName fault
The type of the fault (if isFaultReply).


partnerLink

OPartnerLink partnerLink

operation

javax.wsdl.Operation operation

variable

OScope.Variable variable

initCorrelations

java.util.List<E> initCorrelations
Correlation sets initialized.


assertCorrelations

java.util.List<E> assertCorrelations
Correlation sets asserted.


joinCorrelations

java.util.List<E> joinCorrelations
Correlation sets joined.


messageExchangeId

java.lang.String messageExchangeId
OASIS modification - Message Exchange Id.

Class org.apache.ode.bpel.o.ORethrow extends OActivity implements Serializable

serialVersionUID: -1L

Class org.apache.ode.bpel.o.OScope extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

name

java.lang.String name
Name of the scope.


faultHandler

OFaultHandler faultHandler
ScopeLikeConstructImpl's fault handler.


activity

OActivity activity
The activity that gets executed within this scope.


compensationHandler

OCompensationHandler compensationHandler
ScopeLikeConstructImpl's compensation handler.


terminationHandler

OTerminationHandler terminationHandler
ScopeLikeConstructImpl's termination handler.


eventHandler

OEventHandler eventHandler
ScopeLikeConstructImpl's event handler.


variables

java.util.HashMap<K,V> variables
Variables declared within the scope.


correlationSets

java.util.Map<K,V> correlationSets
OCorrelation sets declared within the scope.


partnerLinks

java.util.Map<K,V> partnerLinks

compensatable

java.util.Set<E> compensatable
The descendants of this scope that can be compensated from the FH/CH of this scope.


implicitScope

boolean implicitScope

atomicScope

boolean atomicScope

Class org.apache.ode.bpel.o.OScope.CorrelationSet extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

name

java.lang.String name

declaringScope

OScope declaringScope

properties

java.util.List<E> properties

hasJoinUseCases

boolean hasJoinUseCases
Indicates that this correlation set has a join use case in the scope.

Class org.apache.ode.bpel.o.OScope.Variable extends OBase implements Serializable

serialVersionUID: -1L

Serialized Fields

name

java.lang.String name

declaringScope

OScope declaringScope

type

OVarType type

extVar

OExtVar extVar
If not-null indicates that this variable has an external representation.

Class org.apache.ode.bpel.o.OSequence extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

sequence

java.util.List<E> sequence

Class org.apache.ode.bpel.o.OSwitch extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

_cases

java.util.List<E> _cases
The cases declared within the <switch> actvity.

Class org.apache.ode.bpel.o.OSwitch.OCase extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

OExpression expression

activity

OActivity activity

Class org.apache.ode.bpel.o.OTerminate extends OActivity implements Serializable

serialVersionUID: -1L

Class org.apache.ode.bpel.o.OTerminationHandler extends OScope implements Serializable

serialVersionUID: -4632187173061412134L

Class org.apache.ode.bpel.o.OThrow extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

faultVariable

OScope.Variable faultVariable

faultName

javax.xml.namespace.QName faultName

Class org.apache.ode.bpel.o.OVarType extends OBase implements Serializable

Class org.apache.ode.bpel.o.OWait extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

forExpression

OExpression forExpression

untilExpression

OExpression untilExpression

Class org.apache.ode.bpel.o.OWhile extends OActivity implements Serializable

serialVersionUID: -1L

Serialized Fields

whileCondition

OExpression whileCondition
The while condition.


activity

OActivity activity

Class org.apache.ode.bpel.o.OXsdTypeVarType extends OVarType implements Serializable

serialVersionUID: 1L

Serialized Fields

xsdType

javax.xml.namespace.QName xsdType

simple

boolean simple

Class org.apache.ode.bpel.o.OXslSheet extends OBase implements Serializable

serialVersionUID: 1L

Serialized Fields

uri

java.net.URI uri

sheetBody

java.lang.String sheetBody