public class XMLPayRequest extends java.lang.Object implements IXMLEncodable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
XML_ELEMENT_NAME |
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION| Constructor and Description |
|---|
XMLPayRequest(byte[] xml) |
XMLPayRequest(org.w3c.dom.Document doc) |
XMLPayRequest(org.w3c.dom.Element element)
XMLPayRequest
|
XMLPayRequest(java.lang.String xml) |
| Modifier and Type | Method and Description |
|---|---|
java.sql.Timestamp |
getBalanceTimestamp() |
XMLEasyCC |
getCC() |
int |
getPrepaidBytes() |
boolean |
isAccountRequest()
isAccountRequest
|
boolean |
isInitialCCRequest() |
org.w3c.dom.Element |
toXmlElement(org.w3c.dom.Document a_doc)
Return an element that can be appended to the document.
|
public XMLPayRequest(java.lang.String xml)
throws java.lang.Exception
java.lang.Exceptionpublic XMLPayRequest(byte[] xml)
throws java.lang.Exception
java.lang.Exceptionpublic XMLPayRequest(org.w3c.dom.Document doc)
throws java.lang.Exception
java.lang.Exceptionpublic XMLPayRequest(org.w3c.dom.Element element)
throws java.lang.Exception
element - Elementjava.lang.Exceptionpublic org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
IXMLEncodabletoXmlElement in interface IXMLEncodablea_doc - a documentpublic XMLEasyCC getCC()
public java.sql.Timestamp getBalanceTimestamp()
public boolean isAccountRequest()
public boolean isInitialCCRequest()
public int getPrepaidBytes()
Copyright © 2023. All rights reserved.