|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.registry.EPPRegistryDNSSEC
public class EPPRegistryDNSSEC
Defines the DNS Security Extensions (DNSSEC) policies for the server. The
<registry:dnssec> element contains the following child elements:
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 FormField Summary | |
---|---|
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 Summary | |
---|---|
EPPRegistryDNSSEC()
|
Method Summary | |
---|---|
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.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 . |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ELM_NAME
EPPRegistryDNSSEC
root element.
public static final java.lang.String ELM_URGENT
urgent
attribute.
Constructor Detail |
---|
public EPPRegistryDNSSEC()
Method Detail |
---|
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 with
true
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |