Package | Description |
---|---|
com.verisign.epp.codec.launchpolicy.v01 |
Modifier and Type | Method and Description |
---|---|
EPPLaunchPolicyPhase.Mode |
EPPLaunchPolicyPhase.getMode()
Gets the mode value.
|
static EPPLaunchPolicyPhase.Mode |
EPPLaunchPolicyPhase.Mode.getMode(java.lang.String aString)
Get the mode enumerated value given the matching string.
|
static EPPLaunchPolicyPhase.Mode |
EPPLaunchPolicyPhase.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhase.Mode[] |
EPPLaunchPolicyPhase.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchPolicyPhase.setMode(EPPLaunchPolicyPhase.Mode aMode)
Sets the mode value.
|
Constructor and Description |
---|
EPPLaunchPolicyPhase(EPPLaunchPolicyPhase.Phase aPhase,
java.lang.String aName,
EPPLaunchPolicyPhase.Mode aMode,
java.util.Date aStartDate,
java.util.Date aEndDate,
java.lang.Boolean aValidatePhase,
java.util.List<java.lang.String> aValidatorIds,
java.util.List<EPPLaunchPolicyPhaseStatus> aStatuses,
java.lang.Boolean aPendingCreate,
EPPLaunchPolicyPollPolicy aPollPolicy,
java.util.List<EPPLaunchPolicyPhase.MarkValidation> aMarkValidations,
java.lang.Integer aMaxMarks,
java.util.List<java.lang.String> aMarksSupported,
java.util.List<java.lang.String> aSignedMarksSupported,
java.util.List<java.lang.String> aEncodedSignedMarksSupported,
java.util.List<EPPLaunchPolicyPhase.CheckForm> aCheckForms,
java.util.List<EPPLaunchPolicyPhase.CreateForm> aCreateForms,
java.lang.Boolean aCreateValidateType)
EPPLaunchPolicyPhase constructor that takes attributes. |
Copyright © VeriSign Inc. All Rights Reserved.