|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtInfData
public class EPPSecDNSExtInfData
The EPPSecDNSExtInfData is the EPPCodecComponent that knows how to encode and decode secDNS infData elements from/to XML and object instance.
Title: EPP 1.0 secDNS
Description: secDNS Extension to the EPP SDK
Copyright: Copyright (c) 2006
Company: VeriSign
| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
Element tag name for the infData |
| Constructor Summary | |
|---|---|
EPPSecDNSExtInfData()
Instantiate a new instance of EPPSecDNSExtInfData |
|
EPPSecDNSExtInfData(java.util.List dsData)
Creates a new instance of the EPPSecDNSExtInfData
with the dsData element. |
|
| Method Summary | |
|---|---|
void |
appendDsData(EPPSecDNSExtDsData dsData)
Append to the List of DS Data EPPSecDNSExtDsData instances |
java.lang.Object |
clone()
Clone EPPSecDNSExtInfData. |
void |
decode(org.w3c.dom.Element aElement)
Populate the data of this instance with the data stored in the given Element of the DOM tree |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Append all data from this secDNS inf data to the given DOM Document |
boolean |
equals(java.lang.Object aObject)
implements a deep EPPSecDNSExtInfData compare. |
java.util.List |
getDsData()
Get the dsData that is contained in this inf data |
java.lang.String |
getNamespace()
The namespace associated with this secDNS inf data. |
void |
setDsData(java.util.List dsData)
Set the dsData of this inf data |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_NAME
| Constructor Detail |
|---|
public EPPSecDNSExtInfData()
public EPPSecDNSExtInfData(java.util.List dsData)
EPPSecDNSExtInfData
with the dsData element.
dsData - List of dsData EPPSecDNSExtDsData instances.| Method Detail |
|---|
public java.lang.String getNamespace()
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
encode in interface EPPCodecComponentaDocument - The DOM Document to append data to
Element
EPPEncodeException - Thrown when errors occur during the
encode attempt or if the instance is invalid.
public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
decode in interface EPPCodecComponentaElement - The root element of the report fragment of XML
EPPDecodeException - Thrown if any errors occur during decoding.public boolean equals(java.lang.Object aObject)
EPPSecDNSExtInfData compare.
equals in class java.lang.ObjectaObject - EPPSecDNSExtInfData instance to compare with
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPSecDNSExtInfData.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPSecDNSExtInfData
java.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.util.List getDsData()
EPPSecDNSExtDsData instances.public void setDsData(java.util.List dsData)
dsData - List of dsData EPPSecDNSExtDsData instancespublic void appendDsData(EPPSecDNSExtDsData dsData)
List of DS Data EPPSecDNSExtDsData instances
dsData - EPPSecDNSExtDsData instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||