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.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_LOCALNAME
Constant for the
EPPRegistryDNSSEC local name |
static java.lang.String |
ELM_NAME
Constant for the
EPPRegistryDNSSEC (prefix and local name) |
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()
Gets DS Data interface attributes.
|
EPPRegistryKey |
getKey()
Gets Key Data interface attributes.
|
EPPRegistryMaxSig |
getMaxSigLife()
Gets max signature life policy.
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
java.lang.Boolean |
getUrgent()
Gets the urgent flag.
|
void |
setDs(EPPRegistryDS aDs)
Sets DS Data interface attributes.
|
void |
setKey(EPPRegistryKey aKey)
Sets Key Data interface attributes.
|
void |
setMaxSigLife(EPPRegistryMaxSig aMaxSigLife)
Sets max signature life policy.
|
void |
setUrgent(java.lang.Boolean aUrgent)
Sets 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_LOCALNAME
EPPRegistryDNSSEC
local namepublic static final java.lang.String ELM_NAME
EPPRegistryDNSSEC
(prefix and local name)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 aDs)
aDs
- instance of EPPRegistryDS
public EPPRegistryKey getKey()
EPPRegistryKey
public void setKey(EPPRegistryKey aKey)
aKey
- instance of EPPRegistryKey
public EPPRegistryMaxSig getMaxSigLife()
EPPRegistryMaxSig
public void setMaxSigLife(EPPRegistryMaxSig aMaxSigLife)
aMaxSigLife
- 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 aUrgent)
aUrgent
- 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.