org.apache.ode.bpel.rtrep.v2
Class OProcess.OExtension

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

public static class OProcess.OExtension
extends OBase

See Also:
Serialized Form

Field Summary
 boolean mustUnderstand
           
 java.lang.String namespaceURI
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OProcess.OExtension(OProcess process)
           
 
Method Summary
 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

namespaceURI

public java.lang.String namespaceURI

mustUnderstand

public boolean mustUnderstand
Constructor Detail

OProcess.OExtension

public OProcess.OExtension(OProcess process)
Method Detail

toString

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