Class EPPRegistryServicesExt.EPPRegistryExtURI
java.lang.Object
com.verisign.epp.codec.registry.v02.EPPRegistryServices.EPPRegistryURI
com.verisign.epp.codec.registry.v02.EPPRegistryServicesExt.EPPRegistryExtURI
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
- Enclosing class:
EPPRegistryServicesExt
public static class EPPRegistryServicesExt.EPPRegistryExtURI
extends EPPRegistryServices.EPPRegistryURI
Extension service URI that includes the URI value and a "required"
attribute that indicates whether use of the extension service is required.
- See Also:
-
Field Summary
Fields inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryServices.EPPRegistryURI
ATTR_REQUIRED, ELM_EXT_URI, ELM_EXT_URI_LOCALNAME, ELM_OBJ_URI, ELM_OBJ_URI_LOCALNAME -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.EPPRegistryExtURI(String aUri, Boolean aRequired) Constructor that takes the two required attributes for the URI and the required attribute. -
Method Summary
Modifier and TypeMethodDescriptionbooleanimplements a deepEPPRegistryExtURIcompare.Returns the XML namespace associated with theEPPCodecComponent.Gets the name of the root XML element.Methods inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryServices.EPPRegistryURI
clone, decode, encode, getRequired, getUri, setRequired, setUri, toString
-
Constructor Details
-
EPPRegistryExtURI
public EPPRegistryExtURI()Default constructor. The "required" attribute must be set and the URI must be set prior to callingEPPRegistryServices.EPPRegistryURI.encode(Document). -
EPPRegistryExtURI
Constructor that takes the two required attributes for the URI and the required attribute.- Parameters:
aUri- The object URIaRequired-trueif the use of the extension URI is required;falseotherwise.
-
-
Method Details
-
getRootName
Gets the name of the root XML element.- Specified by:
getRootNamein classEPPRegistryServices.EPPRegistryURI- Returns:
EPPRegistryServices.EPPRegistryURI.ELM_EXT_URIfor the object URI.
-
equals
implements a deepEPPRegistryExtURIcompare.- Overrides:
equalsin classEPPRegistryServices.EPPRegistryURI- Parameters:
aObject-EPPRegistryExtURIinstance to compare with- Returns:
trueif this object is the same as the aObject argument;falseotherwise
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-