public class EPPFeeCreData extends EPPFeeTransformResult
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPFeeCreData. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPFeeCreData. |
| Constructor and Description |
|---|
EPPFeeCreData()
Default constructor for
EPPFeeCreData. |
EPPFeeCreData(java.lang.String aCurrency,
EPPFeeValue aFee)
Constructor for
EPPFeeCreData that takes the required
currency parameter along with a single fee. |
EPPFeeCreData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
Constructor for
EPPFeeCreData that takes all attributes. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getLocalName()
Returns the local name "creData" for the create data.
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent. |
protected void |
validateAttributes()
Validate the set of attributes on
encode. |
addCredit, addFee, clone, decode, encode, equals, getBalance, getCreditLimit, getCredits, getCurrency, getFees, getPeriod, hasBalance, hasCreditLimit, hasCredits, hasCurrency, hasFees, hasPeriod, setBalance, setCreditLimit, setCredits, setCurrency, setFees, setPeriod, toStringpublic static final java.lang.String ELM_LOCALNAME
EPPFeeCreData.public static final java.lang.String ELM_NAME
EPPFeeCreData.public EPPFeeCreData()
EPPFeeCreData.public EPPFeeCreData(java.lang.String aCurrency,
EPPFeeValue aFee)
EPPFeeCreData that takes the required
currency parameter along with a single fee.aCurrency - Currency of the feeaFee - A single fee valuepublic EPPFeeCreData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.math.BigDecimal aBalance,
java.math.BigDecimal aCreditLimit)
EPPFeeCreData 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.protected java.lang.String getLocalName()
getLocalName in class EPPFeeTransformResultprotected void validateAttributes()
throws EPPEncodeException
encode.validateAttributes in class EPPFeeTransformResultEPPEncodeException - When an attribute is incorrect set or not set.public java.lang.String getNamespace()
EPPCodecComponent.EPPCodecComponent.Copyright © VeriSign Inc. All Rights Reserved.