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

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OAssign.OAssignOperation
          extended by org.apache.ode.bpel.rtrep.v2.OAssign.ExtensionAssignOperation
All Implemented Interfaces:
java.io.Serializable, ActivityModel
Enclosing class:
OAssign

public static class OAssign.ExtensionAssignOperation
extends OAssign.OAssignOperation

Assignment extension operation entry, i.e. what the assignment consists of.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ode.bpel.rtrep.v2.OAssign.OAssignOperation
OAssign.OAssignOperation.Type
 
Field Summary
 javax.xml.namespace.QName extensionName
           
 SerializableElement nestedElement
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OAssign.ExtensionAssignOperation(OProcess owner)
           
 
Method Summary
 OAssign.OAssignOperation.Type getType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

nestedElement

public SerializableElement nestedElement

extensionName

public javax.xml.namespace.QName extensionName
Constructor Detail

OAssign.ExtensionAssignOperation

public OAssign.ExtensionAssignOperation(OProcess owner)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class OBase

getType

public OAssign.OAssignOperation.Type getType()
Specified by:
getType in class OAssign.OAssignOperation