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

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

  • Constructor Details

    • EPPFeeUpdate

      public EPPFeeUpdate()
      Default constructor for EPPFeeUpdate.
    • EPPFeeUpdate

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

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

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

    • getLocalName

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

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