org.apache.ode.bpel.rtrep.v1
Class OMessageVarType.Part

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.OBase
      extended by org.apache.ode.bpel.rtrep.v1.OMessageVarType.Part
All Implemented Interfaces:
java.io.Serializable, ActivityModel
Enclosing class:
OMessageVarType

public static class OMessageVarType.Part
extends OBase

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 OVarType type
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OMessageVarType.Part(OProcess owner, java.lang.String partName, OVarType partType)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

type

public OVarType type
Constructor Detail

OMessageVarType.Part

public OMessageVarType.Part(OProcess owner,
                            java.lang.String partName,
                            OVarType partType)