anon.pay.xml
Class XMLAiLoginConfirmation

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

public class XMLAiLoginConfirmation
extends java.lang.Object
implements IXMLEncodable


Field Summary
private  int m_code
           
private  java.lang.String m_message
           
static java.lang.String XML_ELEMENT_NAME
           
 
Fields inherited from interface anon.util.IXMLEncodable
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION
 
Constructor Summary
XMLAiLoginConfirmation(org.w3c.dom.Element element)
           
 
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
 

Field Detail

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
Constructor Detail

XMLAiLoginConfirmation

public XMLAiLoginConfirmation(org.w3c.dom.Element element)
                       throws XMLParseException
Throws:
XMLParseException
Method Detail

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()