public class XMLPriceCertificateList extends java.lang.Object implements IXMLEncodable
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() |
org.w3c.dom.Element |
toXmlElement(org.w3c.dom.Document a_doc)
Return an element that can be appended to the document.
|
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.Exceptionpublic java.util.Vector getPriceCerts()
public static java.lang.String getXMLElementName()
public java.util.Vector getPriceCertHashes()
public org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
toXmlElement in interface IXMLEncodablea_doc - a documentCopyright © 2023. All rights reserved.