Class EPPRelatedDomainExtTransferResp

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

public class EPPRelatedDomainExtTransferResp extends Object implements EPPCodecComponent
EPPCodecComponent that encodes and decodes a <relDom:trnData> tag associated with a Domain-Transfer response.

Title: EPP 1.0 Related Domain - trnData tag

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

See Also:
  • Field Details

  • Constructor Details

    • EPPRelatedDomainExtTransferResp

      public EPPRelatedDomainExtTransferResp()
      Default constructor
    • EPPRelatedDomainExtTransferResp

      public EPPRelatedDomainExtTransferResp(List<EPPRelatedDomainExtDomainData> aDomains)
      Constructor with a list of domains to be transferred.
      Parameters:
      aDomains - List of domains to be transferred
  • Method Details