|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPFeeCommand | |
---|---|
com.verisign.epp.codec.fee.v07 | Fee Extension v07 packet encoder and decoder classes (CODEC). |
Uses of EPPFeeCommand in com.verisign.epp.codec.fee.v07 |
---|
Methods in com.verisign.epp.codec.fee.v07 that return EPPFeeCommand | |
---|---|
EPPFeeCommand |
EPPFeeInfo.getCommand()
Gets the command value. |
EPPFeeCommand |
EPPFeeInfData.getCommand()
Gets the command value. |
EPPFeeCommand |
EPPFeeDomainResult.getCommand()
Gets the command value. |
EPPFeeCommand |
EPPFeeDomain.getCommand()
Gets the command value. |
Methods in com.verisign.epp.codec.fee.v07 with parameters of type EPPFeeCommand | |
---|---|
void |
EPPFeeInfo.setCommand(EPPFeeCommand aCommand)
Sets the command value. |
void |
EPPFeeInfData.setCommand(EPPFeeCommand aCommand)
Sets the command value. |
void |
EPPFeeDomainResult.setCommand(EPPFeeCommand aCommand)
Sets the command value. |
void |
EPPFeeDomain.setCommand(EPPFeeCommand aCommand)
Sets the command value. |
Constructors in com.verisign.epp.codec.fee.v07 with parameters of type EPPFeeCommand | |
---|---|
EPPFeeDomain(java.lang.String aName,
EPPFeeCommand aCommand)
Constructor for EPPFeeDomain that takes the required name
and command parameters. |
|
EPPFeeDomain(java.lang.String aName,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod)
Constructor for EPPFeeDomain that takes all attributes. |
|
EPPFeeDomainResult(java.lang.String aName,
java.lang.String aCurrency,
EPPFeeCommand aCommand)
Constructor for EPPFeeDomainResult that takes the required
name, currency, and command attributes. |
|
EPPFeeDomainResult(java.lang.String aName,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
EPPFeeValue aFee)
Constructor for EPPFeeDomainResult that takes all the
primary attributes. |
|
EPPFeeDomainResult(java.lang.String aName,
java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.lang.String aClassification)
Constructor for EPPFeeDomainResult that takes all
attributes. |
|
EPPFeeInfData(java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.lang.String aClassification)
Constructor for EPPFeeInfData that takes all attributes. |
|
EPPFeeInfData(java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeeValue aFee)
Constructor for EPPFeeInfData that takes the required
currency, command, and period attributes. |
|
EPPFeeInfo(EPPFeeCommand aCommand)
Constructor for EPPFeeInfo that takes the required command
parameter. |
|
EPPFeeInfo(java.lang.String aCurrency,
EPPFeeCommand aCommand,
EPPFeePeriod aPeriod)
Constructor for EPPFeeInfo that takes all attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |