Uses of Class
com.verisign.epp.codec.fee.v08.EPPFeeCommand

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

Uses of EPPFeeCommand in com.verisign.epp.codec.fee.v08
 

Methods in com.verisign.epp.codec.fee.v08 that return EPPFeeCommand
 EPPFeeCommand EPPFeeDomainResult.getCommand()
          Gets the command value.
 EPPFeeCommand EPPFeeDomain.getCommand()
          Gets the command value.
 

Methods in com.verisign.epp.codec.fee.v08 with parameters of type EPPFeeCommand
 void EPPFeeDomainResult.setCommand(EPPFeeCommand aCommand)
          Sets the command value.
 void EPPFeeDomain.setCommand(EPPFeeCommand aCommand)
          Sets the command value.
 

Constructors in com.verisign.epp.codec.fee.v08 with parameters of type EPPFeeCommand
EPPFeeDomain(java.lang.String aName, EPPFeeCommand aCommand)
          Constructor for EPPFeeDomain that takes the required name and command parameters.
EPPFeeDomain(java.lang.String aName, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod)
          Constructor for EPPFeeDomain that takes all attributes.
EPPFeeDomainResult(java.lang.String aName, java.lang.String aCurrency, EPPFeeCommand aCommand)
          Constructor for EPPFeeDomainResult that takes the required name, currency, and command attributes.
EPPFeeDomainResult(java.lang.String aName, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, EPPFeeValue aFee)
          Constructor for EPPFeeDomainResult that takes all the primary attributes.
EPPFeeDomainResult(java.lang.String aName, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits, java.lang.String aClassification)
          Constructor for EPPFeeDomainResult that takes all attributes.
 



Copyright © VeriSign Inc. All Rights Reserved.