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

public class EPPFeeTransfer extends EPPFeeTransform
Fee Transfer Extension that enables a client to pass the expected fee for the transfer command.
See Also:
  • Field Details

  • Constructor Details

    • 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, 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(List<EPPFeeValue> aFees, String aCurrency)
      Constructor for EPPFeeTransfer that takes all attributes.
      Parameters:
      aFees - List of fees
      aCurrency - Currency of the fee
  • Method Details

    • getLocalName

      protected 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.
    • getNamespace

      public String getNamespace()
      Returns the XML namespace associated with the EPPCodecComponent.
      Returns:
      XML namespace for the EPPCodecComponent.