public static class EPPRegistryServices.EPPRegistryObjURI extends EPPRegistryServices.EPPRegistryURI
ATTR_REQUIRED, ELM_EXT_URI, ELM_EXT_URI_LOCALNAME, ELM_OBJ_URI, ELM_OBJ_URI_LOCALNAME| Constructor and Description |
|---|
EPPRegistryObjURI()
Default constructor.
|
EPPRegistryObjURI(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
EPPRegistryObjURI 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 EPPRegistryObjURI()
EPPRegistryServices.EPPRegistryURI.encode(Document).public EPPRegistryObjURI(java.lang.String aUri,
java.lang.Boolean aRequired)
aUri - The object URIaRequired - true if the use of the object URI is required;
false otherwise.public java.lang.String getRootName()
getRootName in class EPPRegistryServices.EPPRegistryURIEPPRegistryServices.EPPRegistryURI.ELM_OBJ_URI for the object URI.public boolean equals(java.lang.Object aObject)
EPPRegistryObjURI compare.equals in class EPPRegistryServices.EPPRegistryURIaObject - EPPRegistryObjURI instance to compare withtrue if this object is the same as the aObject
argument; false otherwisepublic java.lang.String getNamespace()
EPPCodecComponent
.EPPCodecComponent.