Uses of Class
com.verisign.epp.codec.fee.v06.EPPFeeDomain

Packages that use EPPFeeDomain
com.verisign.epp.codec.fee.v06 Fee Extension v06 packet encoder and decoder classes (CODEC). 
 

Uses of EPPFeeDomain in com.verisign.epp.codec.fee.v06
 

Methods in com.verisign.epp.codec.fee.v06 that return types with arguments of type EPPFeeDomain
 java.util.List<EPPFeeDomain> EPPFeeCheck.getDomains()
          Gets the list of domains to check.
 

Methods in com.verisign.epp.codec.fee.v06 with parameters of type EPPFeeDomain
 void EPPFeeCheck.addDomain(EPPFeeDomain aDomain)
          Adds a domain to the list of domains to check the fee.
 

Method parameters in com.verisign.epp.codec.fee.v06 with type arguments of type EPPFeeDomain
 void EPPFeeCheck.setDomains(java.util.List<EPPFeeDomain> aDomains)
          Sets the list of domains to check.
 

Constructor parameters in com.verisign.epp.codec.fee.v06 with type arguments of type EPPFeeDomain
EPPFeeCheck(java.util.List<EPPFeeDomain> aDomains)
          Constructor for EPPFeeCheck that takes the list of domains to check.
 



Copyright © VeriSign Inc. All Rights Reserved.