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