Uses of Class
com.verisign.epp.codec.fee.v09.EPPFeeObjectResult

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

Uses of EPPFeeObjectResult in com.verisign.epp.codec.fee.v09
 

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

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

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

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

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



Copyright © VeriSign Inc. All Rights Reserved.