Class EPPLaunchPolicyUpdate

java.lang.Object
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyUpdate
All Implemented Interfaces:
EPPCodecComponent, Serializable, Cloneable

public class EPPLaunchPolicyUpdate extends EPPLaunchPolicyZoneContainer
Launch Policy Create Extension that enables a client to pass the launch policy information with a registry update command.
See Also:
  • Field Details

  • Constructor Details

    • EPPLaunchPolicyUpdate

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

      public EPPLaunchPolicyUpdate(EPPLaunchPolicyZone aZone)
      Creates a new EPPLaunchPolicyUpdate object that will update the launch policy for a zone.
      Parameters:
      aZone - Instance of EPPLaunchPolicyZone to create
  • Method Details