com.verisign.epp.codec.fee.v09
Class EPPFeeTransfer

java.lang.Object
  extended by com.verisign.epp.codec.fee.v09.EPPFeeTransform
      extended by com.verisign.epp.codec.fee.v09.EPPFeeTransfer
All Implemented Interfaces:
EPPCodecComponent, java.io.Serializable, java.lang.Cloneable

public class EPPFeeTransfer
extends EPPFeeTransform

Fee Transfer Extension that enables a client to pass the expected fee for the transfer command.

See Also:
Serialized Form

Field Summary
static java.lang.String ELM_LOCALNAME
          XML local name for EPPFeeTransfer.
static java.lang.String ELM_NAME
          XML root tag for EPPFeeTransfer.
 
Constructor Summary
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.
 
Method Summary
protected  java.lang.String getLocalName()
          Returns the local name "transfer" for the transfer extension.
 
Methods inherited from class com.verisign.epp.codec.fee.v09.EPPFeeTransform
addFee, clone, decode, encode, equals, getCurrency, getFees, hasCurrency, hasFees, setCurrency, setFees, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ELM_LOCALNAME

public static final java.lang.String ELM_LOCALNAME
XML local name for EPPFeeTransfer.

See Also:
Constant Field Values

ELM_NAME

public static final java.lang.String ELM_NAME
XML root tag for EPPFeeTransfer.

See Also:
Constant Field Values
Constructor Detail

EPPFeeTransfer

public EPPFeeTransfer()
Default constructor for EPPFeeTransfer.


EPPFeeTransfer

public EPPFeeTransfer(EPPFeeValue aFee)
Constructor for EPPFeeTransfer that takes a single fee.

Parameters:
aFee - A single fee value

EPPFeeTransfer

public EPPFeeTransfer(EPPFeeValue aFee,
                      java.lang.String aCurrency)
Constructor for EPPFeeTransfer that takes a single fee and the optional currency.

Parameters:
aFee - A single fee of the transfer command
aCurrency - Currency of the fee

EPPFeeTransfer

public EPPFeeTransfer(java.util.List<EPPFeeValue> aFees,
                      java.lang.String aCurrency)
Constructor for EPPFeeTransfer that takes all attributes.

Parameters:
aFees - List of fees
aCurrency - Currency of the fee
Method Detail

getLocalName

protected java.lang.String getLocalName()
Returns the local name "transfer" for the transfer extension.

Specified by:
getLocalName in class EPPFeeTransform
Returns:
Local name "transfer" for the transfer extension.


Copyright © VeriSign Inc. All Rights Reserved.