Package | Description |
---|---|
com.verisign.epp.codec.launchpolicy.v01 |
Modifier and Type | Method and Description |
---|---|
EPPLaunchPolicyPhase.Phase |
EPPLaunchPolicyPhase.getPhase()
Gets the phase value.
|
EPPLaunchPolicyPhase.Phase |
EPPLaunchPolicyInfoPhase.getPhase()
Gets the phase value.
|
static EPPLaunchPolicyPhase.Phase |
EPPLaunchPolicyPhase.Phase.getPhase(java.lang.String aString)
Get the phase enumerated value given the matching string.
|
static EPPLaunchPolicyPhase.Phase |
EPPLaunchPolicyPhase.Phase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhase.Phase[] |
EPPLaunchPolicyPhase.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 |
EPPLaunchPolicyPhase.setPhase(EPPLaunchPolicyPhase.Phase aPhase)
Sets the phase value.
|
void |
EPPLaunchPolicyInfoPhase.setPhase(EPPLaunchPolicyPhase.Phase aPhase)
Sets the phase value.
|
Constructor and Description |
---|
EPPLaunchPolicyInfoPhase(EPPLaunchPolicyPhase.Phase aPhase)
Constructor for
EPPLaunchPolicyInfoPhase that takes the required
phase attribute. |
EPPLaunchPolicyInfoPhase(EPPLaunchPolicyPhase.Phase aPhase,
java.lang.String aName)
Constructor for
EPPLaunchPolicyInfoPhase that takes the required
phase attribute and the optional name attribute. |
EPPLaunchPolicyPhase(EPPLaunchPolicyPhase.Phase aPhase,
java.util.Date aStartDate)
EPPLaunchPolicyPhase constructor that takes the required set of
attributes. |
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.