|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.fee.v06.EPPFeeTransform
com.verisign.epp.codec.fee.v06.EPPFeeCreate
public class EPPFeeCreate
Fee Create Extension that enables a client to pass the expected fee for the create command.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPFeeCreate. |
static java.lang.String |
ELM_NAME
XML root tag for EPPFeeCreate. |
| Constructor Summary | |
|---|---|
EPPFeeCreate()
Default constructor for EPPFeeCreate. |
|
EPPFeeCreate(java.lang.String aCurrency,
EPPFeeValue aFee)
Constructor for EPPFeeCreate that takes the required
currency parameter along with a single fee. |
|
EPPFeeCreate(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees)
Constructor for EPPFeeCreate that takes all attributes. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getLocalName()
Returns the local name "create" for the create extension. |
| Methods inherited from class com.verisign.epp.codec.fee.v06.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
EPPFeeCreate.
public static final java.lang.String ELM_NAME
EPPFeeCreate.
| Constructor Detail |
|---|
public EPPFeeCreate()
EPPFeeCreate.
public EPPFeeCreate(java.lang.String aCurrency,
EPPFeeValue aFee)
EPPFeeCreate that takes the required
currency parameter along with a single fee.
aCurrency - Currency of the feeaFee - A single fee value
public EPPFeeCreate(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees)
EPPFeeCreate that takes all attributes.
aCurrency - Currency of the feeaFees - List of fees| 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 | |||||||||