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:
  • Constructor Details

    • EPPRegistryExtURI

      public EPPRegistryExtURI()
      Default constructor. The "required" attribute must be set and the URI must be set prior to calling EPPRegistryServices.EPPRegistryURI.encode(Document).
    • EPPRegistryExtURI

      public EPPRegistryExtURI(String aUri, Boolean aRequired)
      Constructor that takes the two required attributes for the URI and the required attribute.
      Parameters:
      aUri - The object URI
      aRequired - true if the use of the extension URI is required; false otherwise.
  • Method Details