|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.fee.v08.EPPFeeTransform
com.verisign.epp.codec.fee.v08.EPPFeeRenew
public class EPPFeeRenew
Fee Renew Extension that enables a client to pass the expected fee for the renew command.
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 the required
parameter of at least one fee. |
|
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.v08.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 |
---|
public static final java.lang.String ELM_LOCALNAME
EPPFeeRenew
.
public static final java.lang.String ELM_NAME
EPPFeeRenew
.
Constructor Detail |
---|
public EPPFeeRenew()
EPPFeeRenew
.
public EPPFeeRenew(EPPFeeValue aFee)
EPPFeeRenew
that takes the required
parameter of at least one fee.
aFee
- A single fee valuepublic EPPFeeRenew(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
EPPFeeRenew
that takes all attributes.
aFees
- List of feesaCurrency
- Currency of the feeMethod Detail |
---|
protected java.lang.String getLocalName()
getLocalName
in class EPPFeeTransform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |