com.waveset.object
Class ResultData

java.lang.Object
  extended bycom.waveset.util.AbstractXmlObject
      extended bycom.waveset.object.ResultData
All Implemented Interfaces:
javax.naming.Referenceable, XmlObject

public class ResultData
extends AbstractXmlObject

This is a deprecated class that should not be used.


Field Summary
static java.lang.String code_id
           
static java.lang.String ELEMENT
          XMl Element name.
static java.lang.String ITEM_TYPE
          Temporary, ResultItem type name.
 
Fields inherited from class com.waveset.util.AbstractXmlObject
_trace
 
Constructor Summary
ResultData()
           
ResultData(org.w3c.dom.Element e)
           
 
Method Summary
 java.lang.String getElementName()
          Return the element name.
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 void parseXml(org.w3c.dom.Element e)
           
 void setName(java.lang.String s)
           
 void setValue(java.lang.Object o)
           
 void toXml(java.lang.StringBuffer b, int indent)
          Serialize into a buffer with optional indentation.
 
Methods inherited from class com.waveset.util.AbstractXmlObject
addXmlHeader, cloneObject, dump, dumpFile, getReference, println, setTrace, toIdentityString, toVerboseString, toVerboseString, toXml, toXml, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

ELEMENT

public static final java.lang.String ELEMENT
XMl Element name.

See Also:
Constant Field Values

ITEM_TYPE

public static final java.lang.String ITEM_TYPE
Temporary, ResultItem type name.

See Also:
Constant Field Values
Constructor Detail

ResultData

public ResultData()

ResultData

public ResultData(org.w3c.dom.Element e)
           throws WavesetException
Method Detail

setName

public void setName(java.lang.String s)

setValue

public void setValue(java.lang.Object o)

getElementName

public java.lang.String getElementName()
Description copied from class: AbstractXmlObject
Return the element name.

Specified by:
getElementName in interface XmlObject
Specified by:
getElementName in class AbstractXmlObject

getName

public java.lang.String getName()

getValue

public java.lang.Object getValue()

toXml

public void toXml(java.lang.StringBuffer b,
                  int indent)
Description copied from class: AbstractXmlObject
Serialize into a buffer with optional indentation. This must be implemented by the subclass.

Specified by:
toXml in interface XmlObject
Specified by:
toXml in class AbstractXmlObject

parseXml

public void parseXml(org.w3c.dom.Element e)
              throws WavesetException
Throws:
WavesetException