Class EPPRelatedDomainExtRenewResp

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

public class EPPRelatedDomainExtRenewResp extends Object implements EPPCodecComponent
EPPCodecComponent that encodes and decodes a <relDom:renData> tag associated with a Domain-Renew response.

Title: EPP 1.0 Related Domain - renew tag

Description: The EPPRelatedDomainExtRenewResp object represents the collection of domains that must be created atomically. As such it is composed of a collection of EPPRelatedDomainExtDomainData objects.
As XML, it is represented by a <relDom:renData> element containing a number of <relDom:domain> elements.

See Also:
  • Field Details

  • Constructor Details

    • EPPRelatedDomainExtRenewResp

      public EPPRelatedDomainExtRenewResp()
      Default constructor
    • EPPRelatedDomainExtRenewResp

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