Class EPPLaunchPolicyInfData

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

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

  • Constructor Details

    • EPPLaunchPolicyInfData

      public EPPLaunchPolicyInfData()
      Creates an empty EPPLaunchPolicyInfData object. zone is set to null. Use setZone to set zone attribute before sending the info response.
    • EPPLaunchPolicyInfData

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