public class EPPSecDNSExtCreate extends java.lang.Object implements EPPCodecComponent
Title: EPP 1.0 secDNS
Description: secDNS Extension to the EPP SDK
Copyright: Copyright (c) 2006
Company: VeriSign
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_NAME
Element tag name for the create
|
| Constructor and Description |
|---|
EPPSecDNSExtCreate()
Instantiate a new instance of EPPSecDNSExtCreate
|
EPPSecDNSExtCreate(java.util.List dsData)
Creates a new instance of the
EPPSecDNSExtCreate
with the DS DATA element. |
| Modifier and Type | Method and Description |
|---|---|
void |
appendDsData(EPPSecDNSExtDsData dsData)
Append to the
List of DS Data EPPSecDNSExtDsData instances to create |
java.lang.Object |
clone()
Clone
EPPSecDNSExtCreate. |
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 create to the given DOM Document
|
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPSecDNSExtCreate compare. |
java.util.List |
getDsData()
Get the dsData
|
java.lang.String |
getNamespace()
The namespace associated with this secDNS create.
|
void |
setDsData(java.util.List dsData)
Set the
List of DS Data EPPSecDNSExtDsData instances to create |
public static final java.lang.String ELM_NAME
public EPPSecDNSExtCreate()
public EPPSecDNSExtCreate(java.util.List dsData)
EPPSecDNSExtCreate
with the DS DATA element.dsData - List of DS Data EPPSecDNSExtDsData instancespublic java.lang.String getNamespace()
getNamespace in interface EPPCodecComponentpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
encode in interface EPPCodecComponentaDocument - The DOM Document to append data toElementEPPEncodeException - 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 XMLEPPDecodeException - Thrown if any errors occur during decoding.public boolean equals(java.lang.Object aObject)
EPPSecDNSExtCreate compare.equals in class java.lang.ObjectaObject - EPPSecDNSExtCreate instance to compare withpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPSecDNSExtCreate.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPSecDNSExtCreatejava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.util.List getDsData()
List of dsData EPPSecDNSExtDsData instances.public void setDsData(java.util.List dsData)
List of DS Data EPPSecDNSExtDsData instances to createdsData - List of EPPSecDNSExtDsData instancespublic void appendDsData(EPPSecDNSExtDsData dsData)
List of DS Data EPPSecDNSExtDsData instances to createdsData - EPPSecDNSExtDsData instance