public abstract static class EPPRegistryServices.EPPRegistryURI extends java.lang.Object implements EPPCodecComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTR_REQUIRED |
static java.lang.String |
ELM_EXT_URI |
static java.lang.String |
ELM_OBJ_URI |
Constructor and Description |
---|
EPPRegistryURI() |
EPPRegistryURI(java.lang.String uri,
java.lang.Boolean required) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
clone an
EPPCodecComponent . |
void |
decode(org.w3c.dom.Element aElement)
decode a DOM element tree to initialize the instance attributes.
|
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
encode instance into a DOM element tree.
|
boolean |
equals(java.lang.Object aObject) |
java.lang.Boolean |
getRequired() |
abstract java.lang.String |
getRootName() |
java.lang.String |
getUri() |
void |
setRequired(java.lang.Boolean required) |
void |
setUri(java.lang.String uri) |
java.lang.String |
toString() |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getNamespace
public static final java.lang.String ELM_OBJ_URI
public static final java.lang.String ELM_EXT_URI
public static final java.lang.String ATTR_REQUIRED
public EPPRegistryURI()
public EPPRegistryURI(java.lang.String uri, java.lang.Boolean required)
public abstract java.lang.String getRootName()
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPCodecComponent
EPPCommand
is
created and is used to append the attribute nodes of
EPPCommand
.encode
in interface EPPCodecComponent
aDocument
- DOM document used as a factory of DOM objects.EPPEncodeException
- Error encoding the DOM element tree.public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPCodecComponent
aElement
argument represents the root DOM element and is
used to traverse the DOM nodes for instance attribute values. EPPCommand
is
passed into decode
of EPPCommand to be decoded and
used to set the instance attributes.decode
in interface EPPCodecComponent
aElement
- root DOM element associated with instanceEPPDecodeException
- Error decoding the DOM element tree.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPCodecComponent
EPPCodecComponent
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPCodecComponent
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic boolean equals(java.lang.Object aObject)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Boolean getRequired()
public void setRequired(java.lang.Boolean required)
public java.lang.String getUri()
public void setUri(java.lang.String uri)
Copyright © VeriSign Inc. All Rights Reserved.