Uses of Class
com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtDomain

Packages that use EPPRelatedDomainExtDomain
com.verisign.epp.codec.relateddomainext   
com.verisign.epp.interfaces   
 

Uses of EPPRelatedDomainExtDomain in com.verisign.epp.codec.relateddomainext
 

Methods in com.verisign.epp.codec.relateddomainext that return types with arguments of type EPPRelatedDomainExtDomain
 java.util.List<EPPRelatedDomainExtDomain> EPPRelatedDomainExtTransfer.getDomains()
          Returns the list of Transfer related domain names represented by EPPRelatedDomainExtName
 java.util.List<EPPRelatedDomainExtDomain> EPPRelatedDomainExtRenew.getDomains()
          Returns the list of available related domain names represented by EPPRelatedDomainExtDomain to renew.
 java.util.List<EPPRelatedDomainExtDomain> EPPRelatedDomainExtCreate.getDomains()
          Returns the list of related domains to be created represented by EPPRelatedDomainExtDomain
 

Methods in com.verisign.epp.codec.relateddomainext with parameters of type EPPRelatedDomainExtDomain
 void EPPRelatedDomainExtTransfer.addDomain(EPPRelatedDomainExtDomain aDomain)
          Adds a related domain represented by EPPRelatedDomainExtDomain to the list of related domains to transfer.
 void EPPRelatedDomainExtRenew.addDomain(EPPRelatedDomainExtDomain aDomain)
          Adds a related domain represented by EPPRelatedDomainExtDomain to the list of related domains to renew.
 void EPPRelatedDomainExtCreate.addDomain(EPPRelatedDomainExtDomain aDomain)
          Adds a related domain represented by EPPRelatedDomainExtDomain to the list of related domains.
 

Method parameters in com.verisign.epp.codec.relateddomainext with type arguments of type EPPRelatedDomainExtDomain
 void EPPRelatedDomainExtTransfer.setDomains(java.util.List<EPPRelatedDomainExtDomain> aDomains)
          Sets the list of transfer related domain names represented by EPPRelatedDomainExtDomain
 void EPPRelatedDomainExtRenew.setDomains(java.util.List<EPPRelatedDomainExtDomain> aDomains)
          Sets the list of available related domain names represented by EPPRelatedDomainExtDomain to renew.
 void EPPRelatedDomainExtCreate.setDomains(java.util.List<EPPRelatedDomainExtDomain> aRelatedDomains)
          Set the list of related domains to be created represented by EPPRelatedDomainExtDomain
 

Constructor parameters in com.verisign.epp.codec.relateddomainext with type arguments of type EPPRelatedDomainExtDomain
EPPRelatedDomainExtCreate(java.util.List<EPPRelatedDomainExtDomain> aDomains)
          Constructor with a list of domains to be created atomically.
EPPRelatedDomainExtRenew(java.util.List<EPPRelatedDomainExtDomain> aDomains)
          Constructor with a list of domains to be renewed.
EPPRelatedDomainExtTransfer(java.util.List<EPPRelatedDomainExtDomain> aDomains)
          Constructor with a list of domains to be transferred.
 

Uses of EPPRelatedDomainExtDomain in com.verisign.epp.interfaces
 

Methods in com.verisign.epp.interfaces with parameters of type EPPRelatedDomainExtDomain
 void EPPRelatedDomain.addRelatedDomain(EPPRelatedDomainExtDomain aRelatedDomain)
          Add a related domain for a call to either EPPRelatedDomain.sendRelatedCreate(), EPPRelatedDomain.sendRelatedRenew(), or EPPRelatedDomain.sendRelatedTransfer().
 



Copyright © VeriSign Inc. All Rights Reserved.