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

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

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

Methods in com.verisign.epp.codec.fee.v07 that return types with arguments of type EPPFeeValue
 java.util.List<EPPFeeValue> EPPFeeTransformResult.getFees()
          Gets the list of fees if defined.
 java.util.List<EPPFeeValue> EPPFeeTransform.getFees()
          Gets the list of fees if defined.
 java.util.List<EPPFeeValue> EPPFeeInfData.getFees()
          Gets the list of fees if defined.
 java.util.List<EPPFeeValue> EPPFeeDomainResult.getFees()
          Gets the list of fees if defined.
 

Methods in com.verisign.epp.codec.fee.v07 with parameters of type EPPFeeValue
 void EPPFeeTransformResult.addFee(EPPFeeValue aFee)
          Adds a fee to the list of fees.
 void EPPFeeTransform.addFee(EPPFeeValue aFee)
          Adds a fee to the list of fees.
 void EPPFeeInfData.addFee(EPPFeeValue aFee)
          Adds a fee to the list of fees.
 void EPPFeeDomainResult.addFee(EPPFeeValue aFee)
          Adds a fee to the list of fees.
 

Method parameters in com.verisign.epp.codec.fee.v07 with type arguments of type EPPFeeValue
 void EPPFeeTransformResult.setFees(java.util.List<EPPFeeValue> aFees)
          Sets the list of fees.
 void EPPFeeTransform.setFees(java.util.List<EPPFeeValue> aFees)
          Sets the list of fees.
 void EPPFeeInfData.setFees(java.util.List<EPPFeeValue> aFees)
          Sets the list of fees.
 void EPPFeeDomainResult.setFees(java.util.List<EPPFeeValue> aFees)
          Sets the list of fees.
 

Constructors in com.verisign.epp.codec.fee.v07 with parameters of type EPPFeeValue
EPPFeeCreate(EPPFeeValue aFee)
          Constructor for EPPFeeCreate that takes the required parameter of at least one fee.
EPPFeeCreData(java.lang.String aCurrency, EPPFeeValue aFee)
          Constructor for EPPFeeCreData that takes the required currency parameter along with a single fee.
EPPFeeDomainResult(java.lang.String aName, java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeePeriod aPeriod, EPPFeeValue aFee)
          Constructor for EPPFeeDomainResult that takes all the primary attributes.
EPPFeeInfData(java.lang.String aCurrency, EPPFeeCommand aCommand, EPPFeeValue aFee)
          Constructor for EPPFeeInfData that takes the required currency, command, and period attributes.
EPPFeeRenData(java.lang.String aCurrency, EPPFeeValue aFee)
          Constructor for EPPFeeRenData that takes the required currency parameter along with a single fee.
EPPFeeRenew(EPPFeeValue aFee)
          Constructor for EPPFeeRenew that takes the required parameter of at least one fee.
EPPFeeTransfer(EPPFeeValue aFee)
          Constructor for EPPFeeTransfer that takes the required parameter of at least one fee.
EPPFeeTransform(EPPFeeValue aFee)
          Constructor for EPPFeeTransform that takes the required currency parameter along with a single fee.
EPPFeeTransformResult(java.lang.String aCurrency, EPPFeeValue aFee)
          Constructor for EPPFeeTransformResult that takes the required currency parameter along with a single fee.
EPPFeeTrnData(java.lang.String aCurrency, EPPFeeValue aFee)
          Constructor for EPPFeeTrnData that takes the required currency parameter along with a single fee.
EPPFeeUpdate(EPPFeeValue aFee)
          Constructor for EPPFeeUpdate that takes the required parameter of at least one fee.
EPPFeeUpdData(java.lang.String aCurrency, EPPFeeValue aFee)
          Constructor for EPPFeeUpdData that takes the required currency parameter along with a single fee.
 

Constructor parameters in com.verisign.epp.codec.fee.v07 with type arguments of type EPPFeeValue
EPPFeeCreate(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
          Constructor for EPPFeeCreate that takes all attributes.
EPPFeeCreData(java.lang.String aCurrency, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits, java.math.BigDecimal aBalance, java.math.BigDecimal aCreditLimit)
          Constructor for EPPFeeCreData that takes all 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.
EPPFeeRenData(java.lang.String aCurrency, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits, java.math.BigDecimal aBalance, java.math.BigDecimal aCreditLimit)
          Constructor for EPPFeeRenData that takes all attributes.
EPPFeeRenew(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
          Constructor for EPPFeeRenew that takes all attributes.
EPPFeeTransfer(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
          Constructor for EPPFeeTransfer that takes all attributes.
EPPFeeTransform(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
          Constructor for EPPFeeTransform that takes all attributes.
EPPFeeTransformResult(java.lang.String aCurrency, java.util.List<EPPFeeValue> aFees, java.math.BigDecimal aBalance, java.math.BigDecimal aCreditLimit)
          Constructor for EPPFeeTransformResult that takes all attributes that includes fees.
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.
EPPFeeTrnData(java.lang.String aCurrency, java.util.List<EPPFeeValue> aFees, java.math.BigDecimal aBalance, java.math.BigDecimal aCreditLimit)
          Constructor for EPPFeeTrnData that takes all transfer request response attributes.
EPPFeeUpdate(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
          Constructor for EPPFeeUpdate that takes all attributes.
EPPFeeUpdData(java.lang.String aCurrency, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits, java.math.BigDecimal aBalance, java.math.BigDecimal aCreditLimit)
          Constructor for EPPFeeUpdData that takes all attributes.
 



Copyright ? VeriSign Inc. All Rights Reserved.