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

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

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

Methods in com.verisign.epp.codec.fee.v11 that return EPPFeePeriod
 EPPFeePeriod EPPFeeTransformResult.getPeriod()
          Gets the period value.
 EPPFeePeriod EPPFeeObjectResult.getPeriod()
          Gets the period value.
 EPPFeePeriod EPPFeeCheck.getPeriod()
          Gets the period value.
 

Methods in com.verisign.epp.codec.fee.v11 with parameters of type EPPFeePeriod
 void EPPFeeTransformResult.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 void EPPFeeObjectResult.setPeriod(EPPFeePeriod aPeriod)
          Sets the optional period value.
 void EPPFeeCheck.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 

Constructors in com.verisign.epp.codec.fee.v11 with parameters of type EPPFeePeriod
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, 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.
EPPFeeTrnData(java.lang.String aCurrency, EPPFeePeriod aPeriod, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits)
          Constructor for EPPFeeTrnData that takes all transfer query response attributes.
 



Copyright © VeriSign Inc. All Rights Reserved.