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