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

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

  • Constructor Details

    • EPPFeeRenew

      public EPPFeeRenew()
      Default constructor for EPPFeeRenew.
    • EPPFeeRenew

      public EPPFeeRenew(EPPFeeValue aFee)
      Constructor for EPPFeeRenew that takes a single fee.
      Parameters:
      aFee - A single fee value
    • EPPFeeRenew

      public EPPFeeRenew(EPPFeeValue aFee, String aCurrency)
      Constructor for EPPFeeRenew that takes a single fee and the optional currency.
      Parameters:
      aFee - A single fee of the update command
      aCurrency - Currency of the fee
    • EPPFeeRenew

      public EPPFeeRenew(List<EPPFeeValue> aFees, String aCurrency)
      Constructor for EPPFeeRenew that takes all attributes.
      Parameters:
      aFees - List of fees
      aCurrency - Currency of the fees
  • Method Details

    • getLocalName

      protected String getLocalName()
      Returns the local name "renew" for the renew extension.
      Specified by:
      getLocalName in class EPPFeeTransform
      Returns:
      Local name "renew" for the renew extension.
    • getNamespace

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