public class XMLPriceCertificateList extends java.lang.Object implements IXMLEncodable
| Modifier and Type | Field and Description |
|---|---|
private org.w3c.dom.Document |
m_docThePriceCerts |
private java.util.Vector |
m_thePriceCerts |
private 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 |
|---|
XMLPriceCertificateList(byte[] xmldata) |
XMLPriceCertificateList(org.w3c.dom.Document xml) |
XMLPriceCertificateList(org.w3c.dom.Element xml) |
XMLPriceCertificateList(java.lang.String xml) |
XMLPriceCertificateList(java.util.Vector a_priceCerts)
XMLPriceCertificateList
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getPriceCertHashes() |
java.util.Vector |
getPriceCerts() |
static java.lang.String |
getXMLElementName() |
private org.w3c.dom.Document |
internal_toXmlElement(org.w3c.dom.Document a_doc)
internal_toXmlElement
|
private void |
setValues(org.w3c.dom.Element root) |
org.w3c.dom.Element |
toXmlElement(org.w3c.dom.Document a_doc)
Return an element that can be appended to the document.
|
private java.util.Vector m_thePriceCerts
private org.w3c.dom.Document m_docThePriceCerts
private static final java.lang.String ms_strElemName
public XMLPriceCertificateList(java.util.Vector a_priceCerts)
a_priceCerts - Vector: should contain one PriceCertificate per Mix of a Cascadepublic XMLPriceCertificateList(java.lang.String xml)
throws java.lang.Exception
java.lang.Exceptionpublic XMLPriceCertificateList(byte[] xmldata)
throws java.lang.Exception
java.lang.Exceptionpublic XMLPriceCertificateList(org.w3c.dom.Element xml)
throws java.lang.Exception
java.lang.Exceptionpublic XMLPriceCertificateList(org.w3c.dom.Document xml)
throws java.lang.Exception
java.lang.Exceptionprivate org.w3c.dom.Document internal_toXmlElement(org.w3c.dom.Document a_doc)
m_docThePriceCerts - Documentpublic java.util.Vector getPriceCerts()
public static java.lang.String getXMLElementName()
public java.util.Vector getPriceCertHashes()
private void setValues(org.w3c.dom.Element root)
throws java.lang.Exception
java.lang.Exceptionpublic org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
toXmlElement in interface IXMLEncodablea_doc - a documentCopyright © 2023. All rights reserved.