public class EPPFeeUpdate extends EPPFeeTransform
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPFeeUpdate . |
static java.lang.String |
ELM_NAME
XML root tag for
EPPFeeUpdate . |
Constructor and Description |
---|
EPPFeeUpdate()
Default constructor for
EPPFeeUpdate . |
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. |
EPPFeeUpdate(java.util.List<EPPFeeValue> aFees,
java.lang.String aCurrency)
Constructor for
EPPFeeUpdate that takes all attributes. |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getLocalName()
Returns the local name "update" for the update extension.
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
addFee, clone, decode, encode, equals, getCurrency, getFees, hasCurrency, hasFees, setCurrency, setFees, toString
public static final java.lang.String ELM_LOCALNAME
EPPFeeUpdate
.public static final java.lang.String ELM_NAME
EPPFeeUpdate
.public EPPFeeUpdate()
EPPFeeUpdate
.public EPPFeeUpdate(EPPFeeValue aFee)
EPPFeeUpdate
that takes a single fee.aFee
- A single fee valuepublic EPPFeeUpdate(EPPFeeValue aFee, java.lang.String aCurrency)
EPPFeeUpdate
that takes a single fee
and the optional currency.aFee
- A single fee of the update commandaCurrency
- Currency of the feepublic EPPFeeUpdate(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
EPPFeeUpdate
that takes all attributes.aFees
- List of feesaCurrency
- Currency of the feeprotected java.lang.String getLocalName()
getLocalName
in class EPPFeeTransform
public java.lang.String getNamespace()
EPPCodecComponent
.EPPCodecComponent
.Copyright © VeriSign Inc. All Rights Reserved.