|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.fee.v08.EPPFeeTransformResult
com.verisign.epp.codec.fee.v08.EPPFeeTrnData
public class EPPFeeTrnData
Fee Transfer Result Extension that enables a server to pass the resulting fee for the transfer command.
Field Summary | |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPFeeTrnData . |
static java.lang.String |
ELM_NAME
XML root tag for EPPFeeTrnData . |
Constructor Summary | |
---|---|
EPPFeeTrnData()
Default constructor for EPPFeeTrnData . |
|
EPPFeeTrnData(java.lang.String aCurrency,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits)
Constructor for EPPFeeTrnData that takes all transfer query
response attributes. |
|
EPPFeeTrnData(java.lang.String aCurrency,
EPPFeeValue aFee)
Constructor for EPPFeeTrnData that takes the required
currency parameter along with a single fee. |
|
EPPFeeTrnData(java.lang.String aCurrency,
java.util.List<EPPFeeValue> aFees)
Constructor for EPPFeeTrnData that takes all transfer
request response attributes. |
Method Summary | |
---|---|
protected java.lang.String |
getLocalName()
Returns the local name "trnData" for the transfer data. |
protected void |
validateAttributes()
Validate the set of attributes on encode . |
Methods inherited from class com.verisign.epp.codec.fee.v08.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
EPPFeeTrnData
.
public static final java.lang.String ELM_NAME
EPPFeeTrnData
.
Constructor Detail |
---|
public EPPFeeTrnData()
EPPFeeTrnData
.
public EPPFeeTrnData(java.lang.String aCurrency, EPPFeeValue aFee)
EPPFeeTrnData
that takes the required
currency parameter along with a single fee.
aCurrency
- Currency of the feeaFee
- A single fee valuepublic EPPFeeTrnData(java.lang.String aCurrency, java.util.List<EPPFeeValue> aFees)
EPPFeeTrnData
that takes all transfer
request response attributes.
aCurrency
- Currency of the feeaFees
- List of feespublic EPPFeeTrnData(java.lang.String aCurrency, EPPFeePeriod aPeriod, java.util.List<EPPFeeValue> aFees, java.util.List<EPPFeeCredit> aCredits)
EPPFeeTrnData
that takes all transfer query
response attributes.
aCurrency
- Currency of the feeaPeriod
- Transfer period of transfer requestaFees
- List of feesMethod 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 |