Class EPPRelatedDomainExtCreateResp

java.lang.Object
com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtCreateResp
All Implemented Interfaces:
EPPCodecComponent, Serializable, Cloneable

public class EPPRelatedDomainExtCreateResp extends Object implements EPPCodecComponent
EPPCodecComponent that encodes and decodes a <relDom:creData> tag associated with a Domain-Create response.

Title: EPP 1.0 Related Domain - creData tag

Description: The EPPRelatedDomainExtCreateResp object represents the collection of domains that have been registered in a family of related domains. As such it is composed of a collection of EPPRelatedDomainExtDomainData objects.
As XML, it is represented by a <relDom:creData> element containing a number of <relDom:domain> elements.

See Also:
  • Field Details

  • Constructor Details

    • EPPRelatedDomainExtCreateResp

      public EPPRelatedDomainExtCreateResp()
      Default constructor
    • EPPRelatedDomainExtCreateResp

      public EPPRelatedDomainExtCreateResp(List<EPPRelatedDomainExtDomainData> aDomains)
      Constructor with a list of related registered domains.
      Parameters:
      aDomains - List of related registered domains
  • Method Details