Package | Description |
---|---|
com.verisign.epp.codec.fee.v09 |
Fee Extension v09 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
EPPFeeCommand |
EPPFeeObjectResult.getCommand()
Gets the command value.
|
EPPFeeCommand |
EPPFeeObject.getCommand()
Gets the command value.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeObjectResult.setCommand(EPPFeeCommand aCommand)
Sets the command value.
|
void |
EPPFeeObject.setCommand(EPPFeeCommand aCommand)
Sets the command value.
|
Constructor and Description |
---|
EPPFeeObject(java.lang.String aObjID,
EPPFeeCommand aCommand)
Constructor for
EPPFeeObject that takes the required object
identifier and command parameters. |
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)
Constructor for
EPPFeeObjectResult that takes the required
object identifier, currency, and command 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. |
Copyright © VeriSign Inc. All Rights Reserved.