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

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

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

Methods in com.verisign.epp.codec.fee.v07 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.v07 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.v07 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.v07 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.