anon.pay.xml
Class XMLDescription

java.lang.Object
  extended by anon.pay.xml.XMLDescription
All Implemented Interfaces:
IXMLEncodable

public class XMLDescription
extends java.lang.Object
implements IXMLEncodable

Version:
1.0
Author:
not attributable

Field Summary
private  java.lang.String m_strDescription
           
 
Fields inherited from interface anon.util.IXMLEncodable
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_VERSION
 
Constructor Summary
XMLDescription(byte[] data)
           
XMLDescription(java.lang.String data)
           
 
Method Summary
 java.lang.String getDescription()
           
private  void setValues(org.w3c.dom.Document doc)
           
 org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
          Return an element that can be appended to the document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_strDescription

private java.lang.String m_strDescription
Constructor Detail

XMLDescription

public XMLDescription(byte[] data)
               throws java.lang.Exception
Throws:
java.lang.Exception

XMLDescription

public XMLDescription(java.lang.String data)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setValues

private void setValues(org.w3c.dom.Document doc)
                throws java.lang.Exception
Throws:
java.lang.Exception

toXmlElement

public org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
Description copied from interface: IXMLEncodable
Return an element that can be appended to the document. This Method must not change the document in any way!

Specified by:
toXmlElement in interface IXMLEncodable
Parameters:
a_doc - a document
Returns:
the interface as xml element

getDescription

public java.lang.String getDescription()