Package | Description |
---|---|
com.verisign.epp.codec.launchpolicy.v01 |
Modifier and Type | Method and Description |
---|---|
static EPPLaunchPolicyPhase.CreateForm |
EPPLaunchPolicyPhase.CreateForm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhase.CreateForm[] |
EPPLaunchPolicyPhase.CreateForm.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.CreateForm> |
EPPLaunchPolicyPhase.getCreateForms()
Gets the create form list. which defines the supported create forms in the
phase.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchPolicyPhase.addCreateForm(EPPLaunchPolicyPhase.CreateForm aCreateForm)
Adds a create form to the create form list. which defines the supported
create forms in the phase.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchPolicyPhase.setCreateForms(java.util.List<EPPLaunchPolicyPhase.CreateForm> aCreateForms)
Sets the create form list. which defines the supported create 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.