org.apache.ode.bpel.rtrep.v1
Class OAssign.Literal

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

public static class OAssign.Literal
extends OBase
implements OAssign.RValue

See Also:
Serialized Form

Field Summary
 org.w3c.dom.Document xmlLiteral
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OAssign.Literal(OProcess owner, org.w3c.dom.Document xmlLiteral)
           
 
Method Summary
 org.w3c.dom.Document getXmlLiteral()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

xmlLiteral

public transient org.w3c.dom.Document xmlLiteral
Constructor Detail

OAssign.Literal

public OAssign.Literal(OProcess owner,
                       org.w3c.dom.Document xmlLiteral)
Method Detail

toString

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

getXmlLiteral

public org.w3c.dom.Document getXmlLiteral()