Package com.verisign.epp.codec.fee.v1_0
Class EPPFeeRenew
java.lang.Object
com.verisign.epp.codec.fee.v1_0.EPPFeeTransform
com.verisign.epp.codec.fee.v1_0.EPPFeeRenew
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Fee Renew Extension that enables a client to pass the expected fee for the
renew command.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor forEPPFeeRenew.EPPFeeRenew(EPPFeeValue aFee) Constructor forEPPFeeRenewthat takes a single fee.EPPFeeRenew(EPPFeeValue aFee, String aCurrency) Constructor forEPPFeeRenewthat takes a single fee and the optional currency.EPPFeeRenew(List<EPPFeeValue> aFees, String aCurrency) Constructor forEPPFeeRenewthat takes all attributes. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the local name "renew" for the renew extension.Returns the XML namespace associated with theEPPCodecComponent.Methods inherited from class com.verisign.epp.codec.fee.v1_0.EPPFeeTransform
addFee, clone, decode, encode, equals, getCurrency, getFees, hasCurrency, hasFees, setCurrency, setFees, toString
-
Field Details
-
ELM_LOCALNAME
XML local name forEPPFeeRenew.- See Also:
-
ELM_NAME
XML root tag forEPPFeeRenew.- See Also:
-
-
Constructor Details
-
EPPFeeRenew
public EPPFeeRenew()Default constructor forEPPFeeRenew. -
EPPFeeRenew
Constructor forEPPFeeRenewthat takes a single fee.- Parameters:
aFee- A single fee value
-
EPPFeeRenew
Constructor forEPPFeeRenewthat takes a single fee and the optional currency.- Parameters:
aFee- A single fee of the update commandaCurrency- Currency of the fee
-
EPPFeeRenew
Constructor forEPPFeeRenewthat takes all attributes.- Parameters:
aFees- List of feesaCurrency- Currency of the fees
-
-
Method Details
-
getLocalName
Returns the local name "renew" for the renew extension.- Specified by:
getLocalNamein classEPPFeeTransform- Returns:
- Local name "renew" for the renew extension.
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-