|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.fee.v06.EPPFeeTransformResult
com.verisign.epp.codec.fee.v06.EPPFeeDelData
public class EPPFeeDelData
Fee Delete Result Extension that enables a server to pass the resulting credits for the delete command.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPFeeDelData. |
static java.lang.String |
ELM_NAME
XML root tag for EPPFeeDelData. |
| Constructor Summary | |
|---|---|
EPPFeeDelData()
Default constructor for EPPFeeDelData. |
|
EPPFeeDelData(java.lang.String aCurrency,
EPPFeeCredit aCredit)
Constructor for EPPFeeDelData that takes the required
currency parameter along with a single credit. |
|
EPPFeeDelData(java.lang.String aCurrency,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for EPPFeeDelData that takes all attributes. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getLocalName()
Returns the local name "delData" for the delete data. |
protected void |
validateAttributes()
Validate the set of attributes on encode. |
| Methods inherited from class com.verisign.epp.codec.fee.v06.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
EPPFeeDelData.
public static final java.lang.String ELM_NAME
EPPFeeDelData.
| Constructor Detail |
|---|
public EPPFeeDelData()
EPPFeeDelData.
public EPPFeeDelData(java.lang.String aCurrency,
EPPFeeCredit aCredit)
EPPFeeDelData that takes the required
currency parameter along with a single credit.
aCurrency - Currency of the creditaCredit - A single credit value
public EPPFeeDelData(java.lang.String aCurrency,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
EPPFeeDelData that takes all attributes.
aCurrency - Currency of the creditsaCredits - List of creditsaBalance - 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 EPPFeeTransformResultEPPEncodeException - 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 | |||||||||