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

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

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

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

Methods in com.verisign.epp.codec.fee.v06 with parameters of type EPPFeeCommand
 void EPPFeeInfo.setCommand(EPPFeeCommand aCommand)
          Sets the command value.
 void EPPFeeInfData.setCommand(EPPFeeCommand aCommand)
          Sets the command value.
 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.v06 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, EPPFeePeriod aPeriod)
          Constructor for EPPFeeDomainResult that takes the required name, currency, command, and period 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.lang.String aClassification)
          Constructor for EPPFeeDomainResult that takes all attributes.
EPPFeeInfData(java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod)
          Constructor for EPPFeeInfData that takes the required currency, command, and period attributes.
EPPFeeInfData(java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, EPPFeeValue aFee)
          Constructor for EPPFeeInfData that takes all the primary attributes.
EPPFeeInfData(java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, java.util.List<EPPFeeValue> aFees, java.lang.String aClassification)
          Constructor for EPPFeeInfData that takes all attributes.
EPPFeeInfo(EPPFeeCommand aCommand)
          Constructor for EPPFeeInfo that takes the required command parameter.
EPPFeeInfo(java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod)
          Constructor for EPPFeeInfo that takes all attributes.
 



Copyright © VeriSign Inc. All Rights Reserved.