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

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

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

Methods in com.verisign.epp.codec.fee.v07 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.v07 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 optional period value.
 void EPPFeeDomainResult.setPeriod(EPPFeePeriod aPeriod)
          Sets the optional period value.
 void EPPFeeDomain.setPeriod(EPPFeePeriod aPeriod)
          Sets the period value.
 

Constructors in com.verisign.epp.codec.fee.v07 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, 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.util.List<EPPFeeCredit> aCredits, java.lang.String aClassification)
          Constructor for EPPFeeDomainResult that takes all attributes.
EPPFeeInfData(java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits, 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.