public class EPPRegistryServicesExt extends java.lang.Object implements EPPCodecComponent
Modifier and Type | Class and Description |
---|---|
static class |
EPPRegistryServicesExt.EPPRegistryExtURI
Extension service URI that includes the URI value and a "required"
attribute that indicates whether use of the extension service is required.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPRegistryServicesExt . |
static java.lang.String |
ELM_NAME
XML root tag for
EPPRegistryServicesExt . |
Constructor and Description |
---|
EPPRegistryServicesExt()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addExtURI(EPPRegistryServicesExt.EPPRegistryExtURI aURI)
Adds an extension namespace URI to the list.
|
java.lang.Object |
clone()
Clone
EPPRegistryServicesExt . |
void |
decode(org.w3c.dom.Element aElement)
Decode the
EPPRegistryServicesExt 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
EPPRegistryServicesExt instance. |
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPRegistryServicesExt compare. |
java.util.List |
getExtURIs()
Gets the extension namespace URIs.
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
void |
setExtURIs(java.util.List aExtURIs)
Sets the extension namespace URIs.
|
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
EPPRegistryServicesExt
.public static final java.lang.String ELM_NAME
EPPRegistryServicesExt
.public EPPRegistryServicesExt()
encode(Document)
.public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPRegistryServicesExt
instance.encode
in interface EPPCodecComponent
aDocument
- DOM Document that is being built. Used as an Element factory.EPPRegistryServicesExt
instance.EPPEncodeException
- - Unable to encode EPPRegistryServices
instance.public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPRegistryServicesExt
attributes from the aElement DOM
Element tree.decode
in interface EPPCodecComponent
aElement
- Root DOM Element to decode EPPRegistryServicesExt
from.EPPDecodeException
- Unable to decode aElementpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPRegistryServicesExt
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPRegistryServicesExt
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic boolean equals(java.lang.Object aObject)
EPPRegistryServicesExt
compare.equals
in class java.lang.Object
aObject
- EPPRegistryServicesExt
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 java.util.List getExtURIs()
List
of EPPRegistryServicesExt.EPPRegistryExtURI
instances containing the
extension namespace URIs.public void setExtURIs(java.util.List aExtURIs)
aExtURIs
- List
of EPPRegistryServicesExt.EPPRegistryExtURI
instances containing
the extension namespace URIs.public void addExtURI(EPPRegistryServicesExt.EPPRegistryExtURI aURI)
aURI
- Extension namespace URI to add to the list.public java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.Copyright © VeriSign Inc. All Rights Reserved.