Package | Description |
---|---|
com.verisign.epp.codec.fee.v11 |
Fee Extension v11 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
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> |
EPPFeeObjectResult.getFees()
Gets the list of fees if defined.
|
Modifier and Type | Method and Description |
---|---|
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 |
EPPFeeObjectResult.addFee(EPPFeeValue aFee)
Adds a fee to the list of fees.
|
Modifier and Type | Method and Description |
---|---|
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 |
EPPFeeObjectResult.setFees(java.util.List<EPPFeeValue> aFees)
Sets the list of fees.
|
Constructor and Description |
---|
EPPFeeCreate(EPPFeeValue aFee)
Constructor for
EPPFeeCreate that takes a single fee. |
EPPFeeCreate(EPPFeeValue aFee,
java.lang.String aCurrency)
Constructor for
EPPFeeCreate that takes a single fee
and the optional currency. |
EPPFeeCreData(java.lang.String aCurrency,
EPPFeeValue aFee)
Constructor for
EPPFeeCreData that takes the required
currency parameter along with a single fee. |
EPPFeeObjectResult(java.lang.String aObjXMLNs,
java.lang.String aObjectXMLName,
java.lang.String aObjID,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
EPPFeeValue aFee)
Constructor for
EPPFeeObjectResult that takes all the
required attributes and a single fee for an available fee. |
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 a single fee. |
EPPFeeRenew(EPPFeeValue aFee,
java.lang.String aCurrency)
Constructor for
EPPFeeRenew that takes a single fee
and the optional currency. |
EPPFeeTransfer(EPPFeeValue aFee)
Constructor for
EPPFeeTransfer that takes a single fee. |
EPPFeeTransfer(EPPFeeValue aFee,
java.lang.String aCurrency)
Constructor for
EPPFeeTransfer that takes a single fee
and the optional currency. |
EPPFeeTransform(EPPFeeValue aFee)
Constructor for
EPPFeeTransform that takes a single fee. |
EPPFeeTransform(EPPFeeValue aFee,
java.lang.String aCurrency)
Constructor for
EPPFeeTransform that takes a single fee
and the optional currency. |
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 a single fee. |
EPPFeeUpdate(EPPFeeValue aFee,
java.lang.String aCurrency)
Constructor for
EPPFeeUpdate that takes a single fee
and the optional currency. |
EPPFeeUpdData(java.lang.String aCurrency,
EPPFeeValue aFee)
Constructor for
EPPFeeUpdData that takes the required
currency parameter along with a single fee. |
Constructor and Description |
---|
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. |
EPPFeeObjectResult(java.lang.String aObjXMLNs,
java.lang.String aObjectXMLName,
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)
Constructor for
EPPFeeObjectResult that takes all attributes
for an available fee. |
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. |
Copyright © VeriSign Inc. All Rights Reserved.