public class EPPFeeTransfer extends EPPFeeTransform
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPFeeTransfer. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPFeeTransfer. |
| Constructor and Description |
|---|
EPPFeeTransfer()
Default constructor for
EPPFeeTransfer. |
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. |
EPPFeeTransfer(java.util.List<EPPFeeValue> aFees,
java.lang.String aCurrency)
Constructor for
EPPFeeTransfer that takes all attributes. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getLocalName()
Returns the local name "transfer" for the transfer 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
EPPFeeTransfer.public static final java.lang.String ELM_NAME
EPPFeeTransfer.public EPPFeeTransfer()
EPPFeeTransfer.public EPPFeeTransfer(EPPFeeValue aFee)
EPPFeeTransfer that takes a single fee.aFee - A single fee valuepublic EPPFeeTransfer(EPPFeeValue aFee, java.lang.String aCurrency)
EPPFeeTransfer that takes a single fee
and the optional currency.aFee - A single fee of the transfer commandaCurrency - Currency of the feepublic EPPFeeTransfer(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
EPPFeeTransfer that takes all attributes.aFees - List of feesaCurrency - Currency of the feeprotected java.lang.String getLocalName()
getLocalName in class EPPFeeTransformpublic java.lang.String getNamespace()
EPPCodecComponent.EPPCodecComponent.