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