|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.fee.v09.EPPFeeTransformResult
com.verisign.epp.codec.fee.v09.EPPFeeRenData
public class EPPFeeRenData
Fee Renew Result Extension that enables a server to pass the resulting fee for the renew command.
Field Summary | |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPFeeRenData . |
static java.lang.String |
ELM_NAME
XML root tag for EPPFeeRenData . |
Constructor Summary | |
---|---|
EPPFeeRenData()
Default constructor for EPPFeeRenData . |
|
EPPFeeRenData(java.lang.String aCurrency,
EPPFeeValue aFee)
Constructor for EPPFeeRenData that takes the required
currency parameter along with a single fee. |
|
EPPFeeRenData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for EPPFeeRenData that takes all attributes. |
Method Summary | |
---|---|
protected java.lang.String |
getLocalName()
Returns the local name "renData" for the renew data. |
protected void |
validateAttributes()
Validate the set of attributes on encode . |
Methods inherited from class com.verisign.epp.codec.fee.v09.EPPFeeTransformResult |
---|
addCredit, addFee, clone, decode, encode, equals, getBalance, getCreditLimit, getCredits, getCurrency, getFees, getPeriod, hasBalance, hasCreditLimit, hasCredits, hasCurrency, hasFees, hasPeriod, setBalance, setCreditLimit, setCredits, setCurrency, setFees, setPeriod, 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
EPPFeeRenData
.
public static final java.lang.String ELM_NAME
EPPFeeRenData
.
Constructor Detail |
---|
public EPPFeeRenData()
EPPFeeRenData
.
public EPPFeeRenData(java.lang.String aCurrency, EPPFeeValue aFee)
EPPFeeRenData
that takes the required
currency parameter along with a single fee.
aCurrency
- Currency of the feeaFee
- A single fee valuepublic EPPFeeRenData(java.lang.String aCurrency, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits, java.math.BigDecimal aBalance, java.math.BigDecimal aCreditLimit)
EPPFeeRenData
that takes all attributes.
aCurrency
- Currency of the feeaFees
- List of feesaCredits
- OPTIONAL list of credits. Set to null
to specify
no credits.aBalance
- Available balance for clientaCreditLimit
- Maximum credit for client.Method Detail |
---|
protected java.lang.String getLocalName()
getLocalName
in class EPPFeeTransformResult
protected void validateAttributes() throws EPPEncodeException
encode
.
validateAttributes
in class EPPFeeTransformResult
EPPEncodeException
- When an attribute is incorrect set or not set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |