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

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

public class EPPFeeRenew
extends EPPFeeTransform

Fee Renew Extension that enables a client to pass the expected fee for the renew command.

See Also:
Serialized Form

Field Summary
static java.lang.String ELM_LOCALNAME
          XML local name for EPPFeeRenew.
static java.lang.String ELM_NAME
          XML root tag for EPPFeeRenew.
 
Constructor Summary
EPPFeeRenew()
          Default constructor for EPPFeeRenew.
EPPFeeRenew(EPPFeeValue aFee)
          Constructor for EPPFeeRenew that takes a single fee.
EPPFeeRenew(EPPFeeValue aFee, java.lang.String aCurrency)
          Constructor for EPPFeeRenew that takes a single fee and the optional currency.
EPPFeeRenew(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
          Constructor for EPPFeeRenew that takes all attributes.
 
Method Summary
protected  java.lang.String getLocalName()
          Returns the local name "renew" for the renew 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 EPPFeeRenew.

See Also:
Constant Field Values

ELM_NAME

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

See Also:
Constant Field Values
Constructor Detail

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,
                   java.lang.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(java.util.List<EPPFeeValue> aFees,
                   java.lang.String aCurrency)
Constructor for EPPFeeRenew that takes all attributes.

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

getLocalName

protected java.lang.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.


Copyright © VeriSign Inc. All Rights Reserved.