Package com.verisign.epp.codec.registry
Class EPPRegistryServicesExt.EPPRegistryExtURI
- java.lang.Object
-
- com.verisign.epp.codec.registry.EPPRegistryServices.EPPRegistryURI
-
- com.verisign.epp.codec.registry.EPPRegistryServicesExt.EPPRegistryExtURI
-
- All Implemented Interfaces:
EPPCodecComponent
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- EPPRegistryServicesExt
public static class EPPRegistryServicesExt.EPPRegistryExtURI extends EPPRegistryServices.EPPRegistryURI
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.verisign.epp.codec.registry.EPPRegistryServices.EPPRegistryURI
ATTR_REQUIRED, ELM_EXT_URI, ELM_OBJ_URI
-
-
Constructor Summary
Constructors Constructor Description EPPRegistryExtURI()
EPPRegistryExtURI(java.lang.String uri, java.lang.Boolean required)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object aObject)
java.lang.String
getNamespace()
Returns the XML namespace associated with theEPPCodecComponent
.java.lang.String
getRootName()
-
Methods inherited from class com.verisign.epp.codec.registry.EPPRegistryServices.EPPRegistryURI
clone, decode, encode, getRequired, getUri, setRequired, setUri, toString
-
-
-
-
Method Detail
-
getRootName
public java.lang.String getRootName()
- Specified by:
getRootName
in classEPPRegistryServices.EPPRegistryURI
-
equals
public boolean equals(java.lang.Object aObject)
- Overrides:
equals
in classEPPRegistryServices.EPPRegistryURI
-
getNamespace
public java.lang.String getNamespace()
Returns the XML namespace associated with theEPPCodecComponent
.- Returns:
- XML namespace for the
EPPCodecComponent
.
-
-