public static class EPPRegistryServicesExt.EPPRegistryExtURI extends EPPRegistryServices.EPPRegistryURI
ATTR_REQUIRED, ELM_EXT_URI, ELM_EXT_URI_LOCALNAME, ELM_OBJ_URI, ELM_OBJ_URI_LOCALNAME| Constructor and Description |
|---|
EPPRegistryExtURI()
Default constructor.
|
EPPRegistryExtURI(java.lang.String aUri,
java.lang.Boolean aRequired)
Constructor that takes the two required attributes for the URI and the
required attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPRegistryExtURI compare. |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent. |
java.lang.String |
getRootName()
Gets the name of the root XML element.
|
clone, decode, encode, getRequired, getUri, setRequired, setUri, toStringpublic EPPRegistryExtURI()
EPPRegistryServices.EPPRegistryURI.encode(Document).public EPPRegistryExtURI(java.lang.String aUri,
java.lang.Boolean aRequired)
aUri - The object URIaRequired - true if the use of the extension URI is required;
false otherwise.public java.lang.String getRootName()
getRootName in class EPPRegistryServices.EPPRegistryURIEPPRegistryServices.EPPRegistryURI.ELM_EXT_URI for the object URI.public boolean equals(java.lang.Object aObject)
EPPRegistryExtURI compare.equals in class EPPRegistryServices.EPPRegistryURIaObject - EPPRegistryExtURI instance to compare withtrue if this object is the same as the aObject
argument; false otherwisepublic java.lang.String getNamespace()
EPPCodecComponent.EPPCodecComponent.