anon.pay.xml
Class XMLDescription
java.lang.Object
anon.pay.xml.XMLDescription
- All Implemented Interfaces:
- IXMLEncodable
public class XMLDescription
- extends java.lang.Object
- implements IXMLEncodable
- Version:
- 1.0
- Author:
- not attributable
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 |
m_strDescription
private java.lang.String m_strDescription
XMLDescription
public XMLDescription(byte[] data)
throws java.lang.Exception
- Throws:
java.lang.Exception
XMLDescription
public XMLDescription(char[] data)
throws java.lang.Exception
- Throws:
java.lang.Exception
XMLDescription
public XMLDescription(java.lang.String data)
throws java.lang.Exception
- Throws:
java.lang.Exception
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()