Class EPPLaunchPolicyCreate

  • All Implemented Interfaces:
    EPPCodecComponent, java.io.Serializable, java.lang.Cloneable

    public class EPPLaunchPolicyCreate
    extends EPPLaunchPolicyZoneContainer
    Launch Policy Create Extension that enables a client to pass the launch policy information with a registry create command.
    See Also:
    Serialized Form
    • Field Detail

      • ELM_LOCALNAME

        public static final java.lang.String ELM_LOCALNAME
        XML local name for EPPLaunchPolicyCreate.
        See Also:
        Constant Field Values
      • ELM_NAME

        public static final java.lang.String ELM_NAME
        XML root tag for EPPLaunchPolicyCreate.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EPPLaunchPolicyCreate

        public EPPLaunchPolicyCreate()
        Creates an empty EPPLaunchPolicyCreate object. zone is set to null. Use setZone to set zone attribute before sending the create command.
      • EPPLaunchPolicyCreate

        public EPPLaunchPolicyCreate​(EPPLaunchPolicyZone aZone)
        Creates a new EPPLaunchPolicyCreate object that will create the launch policy for a zone.
        Parameters:
        aZone - Instance of EPPLaunchPolicyZone to create