anon.pay.xml
Class XMLAiLoginConfirmation
java.lang.Object
anon.pay.xml.XMLAiLoginConfirmation
- All Implemented Interfaces:
- IXMLEncodable
public class XMLAiLoginConfirmation
- extends java.lang.Object
- implements IXMLEncodable
Method Summary |
int |
getCode()
|
java.lang.String |
getMessage()
|
private void |
setValues(org.w3c.dom.Element elemRoot)
|
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_code
private int m_code
m_message
private java.lang.String m_message
XML_ELEMENT_NAME
public static final java.lang.String XML_ELEMENT_NAME
- See Also:
- Constant Field Values
XMLAiLoginConfirmation
public XMLAiLoginConfirmation(org.w3c.dom.Element element)
throws XMLParseException
- Throws:
XMLParseException
setValues
private void setValues(org.w3c.dom.Element elemRoot)
throws XMLParseException
- Throws:
XMLParseException
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
getCode
public int getCode()
getMessage
public java.lang.String getMessage()