public class EPPRegistryDNSSEC extends java.lang.Object implements EPPCodecComponent
getDs()
and setDs(EPPRegistryDS)
to get and set this element.getKey()
and
setKey(EPPRegistryKey)
to get and set this element.getMaxSigLife()
and setMaxSigLife(EPPRegistryMaxSig)
to
get and set this element.false
.. Use getUrgent()
and setUrgent(Boolean)
to get and set this element.EPPRegistryDomain
,
EPPRegistryDS
,
EPPRegistryKey
,
EPPRegistryMaxSig
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_NAME
XML Element Name of
EPPRegistryDNSSEC root element. |
static java.lang.String |
ELM_URGENT
XML tag name for the
urgent attribute. |
Constructor and Description |
---|
EPPRegistryDNSSEC() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPRegistryDNSSEC . |
void |
decode(org.w3c.dom.Element aElement)
Decode the
EPPRegistryDNSSEC attributes from the aElement DOM
Element tree. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the
EPPRegistryDNSSEC instance. |
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPRegistryDNSSEC compare. |
EPPRegistryDS |
getDs()
Get DS Data interface attributes.
|
EPPRegistryKey |
getKey()
Get Key Data interface attributes.
|
EPPRegistryMaxSig |
getMaxSigLife()
Get max signature life policy.
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
java.lang.Boolean |
getUrgent()
Get the urgent flag.
|
void |
setDs(EPPRegistryDS ds)
Set DS Data interface attributes.
|
void |
setKey(EPPRegistryKey key)
Set Key Data interface attributes.
|
void |
setMaxSigLife(EPPRegistryMaxSig maxSigLife)
Set max signature life policy.
|
void |
setUrgent(java.lang.Boolean urgent)
Set the urgent flag.
|
java.lang.String |
toString()
Implementation of
Object.toString , which will result in an
indented XML String representation of the concrete
EPPCodecComponent . |
public static final java.lang.String ELM_NAME
EPPRegistryDNSSEC
root element.public static final java.lang.String ELM_URGENT
urgent
attribute.public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPRegistryDNSSEC
instance.encode
in interface EPPCodecComponent
aDocument
- DOM Document that is being built. Used as an Element factory.EPPRegistryDNSSEC
instance.EPPEncodeException
- - Unable to encode EPPRegistryDNSSEC
instance.public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPRegistryDNSSEC
attributes from the aElement DOM
Element tree.decode
in interface EPPCodecComponent
aElement
- Root DOM Element to decode EPPRegistryDNSSEC
from.EPPDecodeException
- Unable to decode aElementpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPRegistryDNSSEC
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPRegistryDNSSEC
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic boolean equals(java.lang.Object aObject)
EPPRegistryDNSSEC
compare.equals
in class java.lang.Object
aObject
- EPPRegistryDNSSEC
instance to compare withtrue
if this object is the same as the aObject argument;
false
otherwisepublic java.lang.String toString()
Object.toString
, which will result in an
indented XML String
representation of the concrete
EPPCodecComponent
.toString
in class java.lang.Object
String
if successful;
ERROR
otherwise.public EPPRegistryDS getDs()
EPPRegistryDS
public void setDs(EPPRegistryDS ds)
ds
- instance of EPPRegistryDS
public EPPRegistryKey getKey()
EPPRegistryKey
public void setKey(EPPRegistryKey key)
key
- instance of EPPRegistryKey
public EPPRegistryMaxSig getMaxSigLife()
EPPRegistryMaxSig
public void setMaxSigLife(EPPRegistryMaxSig maxSigLife)
maxSigLife
- instance of EPPRegistryMaxSig
public java.lang.Boolean getUrgent()
true
if the client can specify the urgent attribute for
DNSSEC updates. false
if the client CANNOT specify the
urgent attribute for DNSSEC updates.public void setUrgent(java.lang.Boolean urgent)
urgent
- true
if the client can specify the urgent attribute
for DNSSEC updates. false
if the client CANNOT specify
the urgent attribute for DNSSEC updates.public java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.Copyright © VeriSign Inc. All Rights Reserved.