com.verisign.epp.codec.fee.v07
Class EPPFeeUpdate

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

public class EPPFeeUpdate
extends EPPFeeTransform

Fee Update Extension that enables a client to pass the expected fee for the update command.

See Also:
Serialized Form

Field Summary
static java.lang.String ELM_LOCALNAME
          XML local name for EPPFeeUpdate.
static java.lang.String ELM_NAME
          XML root tag for EPPFeeUpdate.
 
Constructor Summary
EPPFeeUpdate()
          Default constructor for EPPFeeUpdate.
EPPFeeUpdate(EPPFeeValue aFee)
          Constructor for EPPFeeUpdate that takes the required parameter of at least one fee.
EPPFeeUpdate(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
          Constructor for EPPFeeUpdate that takes all attributes.
 
Method Summary
protected  java.lang.String getLocalName()
          Returns the local name "update" for the update extension.
 
Methods inherited from class com.verisign.epp.codec.fee.v07.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 EPPFeeUpdate.

See Also:
Constant Field Values

ELM_NAME

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

See Also:
Constant Field Values
Constructor Detail

EPPFeeUpdate

public EPPFeeUpdate()
Default constructor for EPPFeeUpdate.


EPPFeeUpdate

public EPPFeeUpdate(EPPFeeValue aFee)
Constructor for EPPFeeUpdate that takes the required parameter of at least one fee.

Parameters:
aFee - A single fee value

EPPFeeUpdate

public EPPFeeUpdate(java.util.List<EPPFeeValue> aFees,
                    java.lang.String aCurrency)
Constructor for EPPFeeUpdate 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 "update" for the update extension.

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


Copyright © VeriSign Inc. All Rights Reserved.