Package | Description |
---|---|
com.verisign.epp.codec.fee.v11 |
Fee Extension v11 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
EPPFeeCommand |
EPPFeeObjectResult.getCommand()
Gets the command value.
|
EPPFeeCommand |
EPPFeeCheck.getCommand()
Gets the command value.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeObjectResult.setCommand(EPPFeeCommand aCommand)
Sets the command value.
|
void |
EPPFeeCheck.setCommand(EPPFeeCommand aCommand)
Sets the command value.
|
Constructor and Description |
---|
EPPFeeCheck(EPPFeeCommand aCommand)
Constructor for
EPPFeeCheck that takes the required command
attribute. |
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)
Constructor for
EPPFeeObjectResult that takes the required
attributes 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,
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. |
EPPFeeObjectResult(java.lang.String aObjXMLNs,
java.lang.String aObjectXMLName,
java.lang.String aObjID,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
java.lang.String aReason)
Constructor for
EPPFeeObjectResult that takes the attributes
for an unavailable fee. |
Copyright © VeriSign Inc. All Rights Reserved.