Package | Description |
---|---|
com.verisign.epp.codec.fee.v11 |
Fee Extension v11 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 |
EPPFeeCheck.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 |
EPPFeeCheck.setPeriod(EPPFeePeriod aPeriod)
Sets the period value.
|
Constructor and Description |
---|
EPPFeeCheck(EPPFeeCommand aCommand,
java.lang.String aCurrency,
EPPFeePeriod aPeriod,
java.lang.String aClassification)
Constructor for
EPPFeeCheck that takes the required command
attribute and all of the optional attributes.. |
EPPFeeObjectResult(java.lang.String aObjXMLNs,
java.lang.String aObjectXMLName,
java.lang.String aObjID,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
EPPFeeValue aFee)
Constructor for
EPPFeeObjectResult that takes all the
required attributes and a single fee for an available fee. |
EPPFeeObjectResult(java.lang.String aObjXMLNs,
java.lang.String aObjectXMLName,
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)
Constructor for
EPPFeeObjectResult that takes all attributes
for an available fee. |
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.