Class EPPLaunchPolicyCreate

java.lang.Object
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyCreate
All Implemented Interfaces:
EPPCodecComponent, Serializable, 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:
  • Field Details

  • Constructor Details

    • 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
  • Method Details