public class XMLMixAccountBalance extends java.lang.Object implements IXMLEncodable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ms_strElemName |
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_LANGUAGE, XML_ATTR_VERSION
Constructor and Description |
---|
XMLMixAccountBalance(byte[] xmldata) |
XMLMixAccountBalance(org.w3c.dom.Document doc) |
XMLMixAccountBalance(org.w3c.dom.Element xml) |
XMLMixAccountBalance(int balance,
java.sql.Timestamp lastUpdate) |
XMLMixAccountBalance(java.lang.String xml) |
Modifier and Type | Method and Description |
---|---|
int |
getBalance() |
java.sql.Timestamp |
getLastUpdate() |
boolean |
sign(IMyPrivateKey key) |
org.w3c.dom.Element |
toXmlElement(org.w3c.dom.Document a_doc)
Return an element that can be appended to the document.
|
public XMLMixAccountBalance(int balance, java.sql.Timestamp lastUpdate)
public XMLMixAccountBalance(java.lang.String xml) throws java.lang.Exception
java.lang.Exception
public XMLMixAccountBalance(byte[] xmldata) throws java.lang.Exception
java.lang.Exception
public XMLMixAccountBalance(org.w3c.dom.Element xml) throws java.lang.Exception
java.lang.Exception
public XMLMixAccountBalance(org.w3c.dom.Document doc) throws java.lang.Exception
java.lang.Exception
public boolean sign(IMyPrivateKey key)
public int getBalance()
public java.sql.Timestamp getLastUpdate()
public org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
toXmlElement
in interface IXMLEncodable
a_doc
- a documentCopyright © 2023. All rights reserved.