org.apache.ode.bpel.rtrep.v1
Class OXsdTypeVarType

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.OBase
      extended by org.apache.ode.bpel.rtrep.v1.OVarType
          extended by org.apache.ode.bpel.rtrep.v1.OXsdTypeVarType
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class OXsdTypeVarType
extends OVarType

XSD-typed variable type.

See Also:
Serialized Form

Field Summary
 boolean simple
           
 javax.xml.namespace.QName xsdType
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OXsdTypeVarType(OProcess owner)
           
 
Method Summary
 org.w3c.dom.Node newInstance(org.w3c.dom.Document doc)
          Create a new instance of this variable.
 
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

xsdType

public javax.xml.namespace.QName xsdType

simple

public boolean simple
Constructor Detail

OXsdTypeVarType

public OXsdTypeVarType(OProcess owner)
Method Detail

newInstance

public org.w3c.dom.Node newInstance(org.w3c.dom.Document doc)
Description copied from class: OVarType
Create a new instance of this variable.

Specified by:
newInstance in class OVarType
Returns:
a "skeleton" representation of this variable