|
||||||||||
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.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(EPPFeeValue aFee)
Constructor for EPPFeeCreate that takes the required
parameter of at least one fee. |
|
EPPFeeCreate(java.util.List<EPPFeeValue> aFees,
java.lang.String aCurrency)
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.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
EPPFeeCreate
.
public static final java.lang.String ELM_NAME
EPPFeeCreate
.
Constructor Detail |
---|
public EPPFeeCreate()
EPPFeeCreate
.
public EPPFeeCreate(EPPFeeValue aFee)
EPPFeeCreate
that takes the required
parameter of at least one fee.
aFee
- A single fee valuepublic EPPFeeCreate(java.util.List<EPPFeeValue> aFees, java.lang.String aCurrency)
EPPFeeCreate
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 |