|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPFeeValue | |
---|---|
com.verisign.epp.codec.fee.v08 | Fee Extension v08 packet encoder and decoder classes (CODEC). |
Uses of EPPFeeValue in com.verisign.epp.codec.fee.v08 |
---|
Methods in com.verisign.epp.codec.fee.v08 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> |
EPPFeeDomainResult.getFees()
Gets the list of fees if defined. |
Methods in com.verisign.epp.codec.fee.v08 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 |
EPPFeeDomainResult.addFee(EPPFeeValue aFee)
Adds a fee to the list of fees. |
Method parameters in com.verisign.epp.codec.fee.v08 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 |
EPPFeeDomainResult.setFees(java.util.List<EPPFeeValue> aFees)
Sets the list of fees. |
Constructors in com.verisign.epp.codec.fee.v08 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. |
|
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.v08 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. |
|
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)
Constructor for EPPFeeTransformResult that takes the
required currency parameter along with a list of fees. |
|
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.util.List<EPPFeeCredit> aCredits)
Constructor for EPPFeeTrnData that takes all transfer query
response attributes. |
|
EPPFeeTrnData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |