Package com.verisign.epp.codec.fee.v1_0
Class EPPFeeUpdate
java.lang.Object
com.verisign.epp.codec.fee.v1_0.EPPFeeTransform
com.verisign.epp.codec.fee.v1_0.EPPFeeUpdate
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Fee Update Extension that enables a client to pass the expected fee for the
update command.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor forEPPFeeUpdate.EPPFeeUpdate(EPPFeeValue aFee) Constructor forEPPFeeUpdatethat takes a single fee.EPPFeeUpdate(EPPFeeValue aFee, String aCurrency) Constructor forEPPFeeUpdatethat takes a single fee and the optional currency.EPPFeeUpdate(List<EPPFeeValue> aFees, String aCurrency) Constructor forEPPFeeUpdatethat takes all attributes. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the local name "update" for the update 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 forEPPFeeUpdate.- See Also:
-
ELM_NAME
XML root tag forEPPFeeUpdate.- See Also:
-
-
Constructor Details
-
EPPFeeUpdate
public EPPFeeUpdate()Default constructor forEPPFeeUpdate. -
EPPFeeUpdate
Constructor forEPPFeeUpdatethat takes a single fee.- Parameters:
aFee- A single fee value
-
EPPFeeUpdate
Constructor forEPPFeeUpdatethat takes a single fee and the optional currency.- Parameters:
aFee- A single fee of the update commandaCurrency- Currency of the fee
-
EPPFeeUpdate
Constructor forEPPFeeUpdatethat takes all attributes.- Parameters:
aFees- List of feesaCurrency- Currency of the fee
-
-
Method Details
-
getLocalName
Returns the local name "update" for the update extension.- Specified by:
getLocalNamein classEPPFeeTransform- Returns:
- Local name "update" for the update extension.
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-