Package | Description |
---|---|
com.verisign.epp.codec.launchpolicy.v01 |
Modifier and Type | Method and Description |
---|---|
static EPPLaunchPolicyPhase.CheckForm |
EPPLaunchPolicyPhase.CheckForm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhase.CheckForm[] |
EPPLaunchPolicyPhase.CheckForm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPLaunchPolicyPhase.CheckForm> |
EPPLaunchPolicyPhase.getCheckForms()
Gets the check form list. which defines the supported check forms in the
phase.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchPolicyPhase.addCheckForm(EPPLaunchPolicyPhase.CheckForm aCheckForm)
Adds a check form to the check form list. which defines the supported
check forms in the phase.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchPolicyPhase.setCheckForms(java.util.List<EPPLaunchPolicyPhase.CheckForm> aCheckForms)
Sets the check form list. which defines the supported check forms in the
phase.
|
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.