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

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

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

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

Methods in com.verisign.epp.codec.fee.v09 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 EPPFeeObject.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 

Constructors in com.verisign.epp.codec.fee.v09 with parameters of type EPPFeePeriod
EPPFeeObject(java.lang.String aObjID, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod)
          Constructor for EPPFeeObject that takes the most likely attributes.
EPPFeeObject(java.lang.String aObjID, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, java.lang.String aObjURI, java.lang.String aObjElement)
          Constructor for EPPFeeObject that takes all attributes.
EPPFeeObjectResult(java.lang.String aObjID, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, EPPFeeValue aFee)
          Constructor for EPPFeeObjectResult that takes all the primary attributes.
EPPFeeObjectResult(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, java.lang.String aObjElement)
          Constructor for EPPFeeObjectResult that takes all attributes.
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.