Class EPPRelatedDomainExtDeleteResp

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

public class EPPRelatedDomainExtDeleteResp extends Object implements EPPCodecComponent
EPPCodecComponent that encodes and decodes a <relDom:delData> tag associated with a Domain-Delete response.

Title: EPP 1.0 Related Domain - delData tag

Description: The EPPRelatedDomainExtDeleteResp object represents the collection of domains that have been deleted. As such it is composed of a collection of EPPRelatedDomainExtDomainData objects.
As XML, it is represented by a <relDom:delData> element containing a number of <relDom:domain> elements.

See Also:
  • Field Details

  • Constructor Details

    • EPPRelatedDomainExtDeleteResp

      public EPPRelatedDomainExtDeleteResp()
      Default constructor
    • EPPRelatedDomainExtDeleteResp

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