|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPFeeCommand | |
---|---|
com.verisign.epp.codec.fee.v09 | Fee Extension v09 packet encoder and decoder classes (CODEC). |
Uses of EPPFeeCommand in com.verisign.epp.codec.fee.v09 |
---|
Methods in com.verisign.epp.codec.fee.v09 that return EPPFeeCommand | |
---|---|
EPPFeeCommand |
EPPFeeObjectResult.getCommand()
Gets the command value. |
EPPFeeCommand |
EPPFeeObject.getCommand()
Gets the command value. |
Methods in com.verisign.epp.codec.fee.v09 with parameters of type EPPFeeCommand | |
---|---|
void |
EPPFeeObjectResult.setCommand(EPPFeeCommand aCommand)
Sets the command value. |
void |
EPPFeeObject.setCommand(EPPFeeCommand aCommand)
Sets the command value. |
Constructors in com.verisign.epp.codec.fee.v09 with parameters of type EPPFeeCommand | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |