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

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

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

Methods in com.verisign.epp.codec.fee.v06 that return types with arguments of type EPPFeeDomainResult
 java.util.List<EPPFeeDomainResult> EPPFeeChkData.getCheckResults()
          Get the results of a EPPFeeChkData Response.
 

Methods in com.verisign.epp.codec.fee.v06 with parameters of type EPPFeeDomainResult
 void EPPFeeChkData.addCheckResult(EPPFeeDomainResult aResult)
          Adds a check result to the list of results.
 void EPPFeeChkData.setCheckResult(EPPFeeDomainResult aResult)
          Sets the result of an individual domain name.
 

Method parameters in com.verisign.epp.codec.fee.v06 with type arguments of type EPPFeeDomainResult
 void EPPFeeChkData.setCheckResults(java.util.List<EPPFeeDomainResult> aResults)
          Set the results of a EPPFeeChkData Response.
 

Constructors in com.verisign.epp.codec.fee.v06 with parameters of type EPPFeeDomainResult
EPPFeeChkData(EPPFeeDomainResult aResult)
          EPPFeeChkData constructor that will set the result of an individual domain.
 

Constructor parameters in com.verisign.epp.codec.fee.v06 with type arguments of type EPPFeeDomainResult
EPPFeeChkData(java.util.List<EPPFeeDomainResult> aResults)
          EPPFeeChkData constructor that will set the result of multiple domains.
 



Copyright © VeriSign Inc. All Rights Reserved.