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

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

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

Methods in com.verisign.epp.codec.fee.v11 that return EPPFeeCommand
 EPPFeeCommand EPPFeeObjectResult.getCommand()
          Gets the command value.
 EPPFeeCommand EPPFeeCheck.getCommand()
          Gets the command value.
 

Methods in com.verisign.epp.codec.fee.v11 with parameters of type EPPFeeCommand
 void EPPFeeObjectResult.setCommand(EPPFeeCommand aCommand)
          Sets the command value.
 void EPPFeeCheck.setCommand(EPPFeeCommand aCommand)
          Sets the command value.
 

Constructors in com.verisign.epp.codec.fee.v11 with parameters of type EPPFeeCommand
EPPFeeCheck(EPPFeeCommand aCommand)
          Constructor for EPPFeeCheck that takes the required command attribute.
EPPFeeCheck(EPPFeeCommand aCommand, java.lang.String aCurrency, EPPFeePeriod aPeriod, java.lang.String aClassification)
          Constructor for EPPFeeCheck that takes the required command attribute and all of the optional attributes..
EPPFeeObjectResult(java.lang.String aObjXMLNs, java.lang.String aObjectXMLName, java.lang.String aObjID, java.lang.String aCurrency, EPPFeeCommand aCommand)
          Constructor for EPPFeeObjectResult that takes the required attributes for an available fee.
EPPFeeObjectResult(java.lang.String aObjXMLNs, java.lang.String aObjectXMLName, java.lang.String aObjID, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, EPPFeeValue aFee)
          Constructor for EPPFeeObjectResult that takes all the required attributes and a single fee for an available fee.
EPPFeeObjectResult(java.lang.String aObjXMLNs, java.lang.String aObjectXMLName, java.lang.String aObjID, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits, java.lang.String aClassification)
          Constructor for EPPFeeObjectResult that takes all attributes for an available fee.
EPPFeeObjectResult(java.lang.String aObjXMLNs, java.lang.String aObjectXMLName, java.lang.String aObjID, java.lang.String aCurrency, EPPFeeCommand aCommand, java.lang.String aReason)
          Constructor for EPPFeeObjectResult that takes the attributes for an unavailable fee.
 



Copyright © VeriSign Inc. All Rights Reserved.