Package | Description |
---|---|
com.verisign.epp.codec.fee.v09 |
Fee Extension v09 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
EPPFeePeriod |
EPPFeeTransformResult.getPeriod()
Gets the period value.
|
EPPFeePeriod |
EPPFeeObjectResult.getPeriod()
Gets the period value.
|
EPPFeePeriod |
EPPFeeObject.getPeriod()
Gets the period value.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeTransformResult.setPeriod(EPPFeePeriod aPeriod)
Sets the period value.
|
void |
EPPFeeObjectResult.setPeriod(EPPFeePeriod aPeriod)
Sets the optional period value.
|
void |
EPPFeeObject.setPeriod(EPPFeePeriod aPeriod)
Sets the period value.
|
Constructor and Description |
---|
EPPFeeObject(java.lang.String aObjID,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod)
Constructor for
EPPFeeObject that takes the most likely
attributes. |
EPPFeeObject(java.lang.String aObjID,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
java.lang.String aObjURI,
java.lang.String aObjElement)
Constructor for
EPPFeeObject that takes all attributes. |
EPPFeeObjectResult(java.lang.String aObjID,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
EPPFeeValue aFee)
Constructor for
EPPFeeObjectResult that takes all the
primary attributes. |
EPPFeeObjectResult(java.lang.String aObjID,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.lang.String aClassification,
java.lang.String aObjElement)
Constructor for
EPPFeeObjectResult that takes all
attributes. |
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. |
Copyright © VeriSign Inc. All Rights Reserved.