Package | Description |
---|---|
com.verisign.epp.codec.fee.v23 |
Fee Extension v11 packet encoder and decoder classes (CODEC).
|
Modifier and Type | Method and Description |
---|---|
Phase |
EPPFeeCommand.getPhase()
Gets the OPTIONAL phase value.
|
static Phase |
Phase.getPhase(java.lang.String aString)
Get the phase enumerated value given the matching string.
|
static Phase |
Phase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Phase[] |
Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPFeeCommand.setPhase(Phase aPhase)
Sets the OPTIONAL phase value.
|
Constructor and Description |
---|
EPPFeeCommand(Command aCommand,
Phase aPhase)
Create
EPPFeeCommand instance with a defined command and
phase value. |
EPPFeeCommand(Command aCommand,
Phase aPhase,
java.lang.String aSubPhase)
Create
EPPFeeCommand instance with a defined command, phase,
and sub-phase value. |
EPPFeeCommand(Command aCommand,
java.lang.String aCustomName,
Phase aPhase,
java.lang.String aSubPhase,
EPPFeePeriod aPeriod)
Create
EPPFeeCommand instance with a defined command value
and custom name value. |
EPPFeeCommandData(Command aCommand,
Phase aPhase)
Create
EPPFeeCommand instance with a defined command and
phase value. |
EPPFeeCommandData(Command aCommand,
Phase aPhase,
java.lang.String aSubPhase)
Create
EPPFeeCommand instance with a defined command, phase,
and sub-phase value. |
EPPFeeCommandData(Command aCommand,
java.lang.String aCustomName,
Phase aPhase,
java.lang.String aSubPhase,
EPPFeePeriod aPeriod,
java.util.List<EPPFeeValue> aFees,
java.util.List<EPPFeeCredit> aCredits,
java.lang.String aClassification,
java.lang.String aReason,
java.lang.String aLanguage)
Create
EPPFeeCommand instance with all attributes. |
Copyright © VeriSign Inc. All Rights Reserved.