|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.fee.v11.EPPFeeTransform
com.verisign.epp.codec.fee.v11.EPPFeeUpdate
public class EPPFeeUpdate
Fee Update Extension that enables a client to pass the expected fee for the update command.
| 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 a single fee. |
|
EPPFeeUpdate(EPPFeeValue aFee,
java.lang.String aCurrency)
Constructor for EPPFeeUpdate that takes a single fee
and the optional currency. |
|
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.v11.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
EPPFeeUpdate.
public static final java.lang.String ELM_NAME
EPPFeeUpdate.
| Constructor Detail |
|---|
public EPPFeeUpdate()
EPPFeeUpdate.
public EPPFeeUpdate(EPPFeeValue aFee)
EPPFeeUpdate that takes a single fee.
aFee - A single fee value
public EPPFeeUpdate(EPPFeeValue aFee,
java.lang.String aCurrency)
EPPFeeUpdate that takes a single fee
and the optional currency.
aFee - A single fee of the update commandaCurrency - Currency of the fee
public EPPFeeUpdate(java.util.List<EPPFeeValue> aFees,
java.lang.String aCurrency)
EPPFeeUpdate that takes all attributes.
aFees - List of feesaCurrency - Currency of the fee| Method 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 | |||||||||