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

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

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

Methods in com.verisign.epp.codec.fee.v06 that return EPPFeePeriod
 EPPFeePeriod EPPFeeTransformResult.getPeriod()
          Gets the period value.
 EPPFeePeriod EPPFeeInfo.getPeriod()
          Gets the period value.
 EPPFeePeriod EPPFeeInfData.getPeriod()
          Gets the period value.
 EPPFeePeriod EPPFeeDomainResult.getPeriod()
          Gets the period value.
 EPPFeePeriod EPPFeeDomain.getPeriod()
          Gets the period value.
 

Methods in com.verisign.epp.codec.fee.v06 with parameters of type EPPFeePeriod
 void EPPFeeTransformResult.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 void EPPFeeInfo.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 void EPPFeeInfData.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 void EPPFeeDomainResult.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 void EPPFeeDomain.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 

Constructors in com.verisign.epp.codec.fee.v06 with parameters of type EPPFeePeriod
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(java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod)
          Constructor for EPPFeeInfo that takes all attributes.
EPPFeeTrnData(java.lang.String aCurrency, EPPFeePeriod aPeriod, java.util.List<EPPFeeValue> aFees, java.math.BigDecimal aBalance, java.math.BigDecimal aCreditLimit)
          Constructor for EPPFeeTrnData that takes all transfer query response attributes.
 



Copyright © VeriSign Inc. All Rights Reserved.