Package | Description |
---|---|
com.verisign.epp.codec.launchpolicy.v01 |
Modifier and Type | Method and Description |
---|---|
static EPPLaunchPolicyPhase.MarkValidation |
EPPLaunchPolicyPhase.MarkValidation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhase.MarkValidation[] |
EPPLaunchPolicyPhase.MarkValidation.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.MarkValidation> |
EPPLaunchPolicyPhase.getMarkValidations()
Gets the mark validation list. which defines the supported mark validation
models in the phase.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchPolicyPhase.addMarkValidation(EPPLaunchPolicyPhase.MarkValidation aMarkValidation)
Adds a mark validation model to the mark validation list. which defines
the supported mark validation models in the phase.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchPolicyPhase.setMarkValidations(java.util.List<EPPLaunchPolicyPhase.MarkValidation> aMarkValidations)
Sets the mark validation list. which defines the supported mark validation
models 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.