org.apache.ode.bpel.compiler.bom
Class ExtensionAssignOperation

java.lang.Object
  extended by org.apache.ode.bpel.compiler.SourceLocation
      extended by org.apache.ode.bpel.compiler.bom.BpelObject
          extended by org.apache.ode.bpel.compiler.bom.ExtensionAssignOperation
All Implemented Interfaces:
AssignActivity.AssignOperation, ExtensibleElement

public class ExtensionAssignOperation
extends BpelObject
implements AssignActivity.AssignOperation, ExtensibleElement

BOM representation of the BPEL <extensionAssignOperation>.


Field Summary
 
Fields inherited from class org.apache.ode.bpel.compiler.bom.BpelObject
ATTR_LINENO
 
Constructor Summary
ExtensionAssignOperation(org.w3c.dom.Element el)
           
 
Method Summary
 org.w3c.dom.Element getNestedElement()
           
 
Methods inherited from class org.apache.ode.bpel.compiler.bom.BpelObject
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtensionAssignOperation

public ExtensionAssignOperation(org.w3c.dom.Element el)
Method Detail

getNestedElement

public org.w3c.dom.Element getNestedElement()
Specified by:
getNestedElement in interface ExtensibleElement