Class EPPLaunchPolicyInfData
- java.lang.Object
-
- com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer
-
- com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyInfData
-
- All Implemented Interfaces:
EPPCodecComponent,java.io.Serializable,java.lang.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELM_LOCALNAMEXML local name forEPPLaunchPolicyInfData.static java.lang.StringELM_NAMEXML root tag forEPPLaunchPolicyInfData.
-
Constructor Summary
Constructors Constructor Description EPPLaunchPolicyInfData()Creates an emptyEPPLaunchPolicyInfDataobject.EPPLaunchPolicyInfData(EPPLaunchPolicyZone aZone)Creates a newEPPLaunchPolicyInfDataobject that will set the launch policy for a zone.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetLocalName()Returns the local name "infData" for the info response extension.protected org.slf4j.LoggergetLogger()Returns theLoggerto use inEPPLaunchPolicyZoneContainer.-
Methods inherited from class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer
clone, decode, encode, equals, getNamespace, getZone, setZone, toString
-
-
-
-
Field Detail
-
ELM_LOCALNAME
public static final java.lang.String ELM_LOCALNAME
XML local name forEPPLaunchPolicyInfData.- See Also:
- Constant Field Values
-
ELM_NAME
public static final java.lang.String ELM_NAME
XML root tag forEPPLaunchPolicyInfData.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EPPLaunchPolicyInfData
public EPPLaunchPolicyInfData()
Creates an emptyEPPLaunchPolicyInfDataobject.zoneis set tonull. UsesetZoneto setzoneattribute before sending the info response.
-
EPPLaunchPolicyInfData
public EPPLaunchPolicyInfData(EPPLaunchPolicyZone aZone)
Creates a newEPPLaunchPolicyInfDataobject that will set the launch policy for a zone.- Parameters:
aZone- Instance ofEPPLaunchPolicyZoneto create
-
-
Method Detail
-
getLocalName
protected java.lang.String getLocalName()
Returns the local name "infData" for the info response extension.- Specified by:
getLocalNamein classEPPLaunchPolicyZoneContainer- Returns:
- Local name "infData" for the info response extension.
-
getLogger
protected org.slf4j.Logger getLogger()
Returns theLoggerto use inEPPLaunchPolicyZoneContainer.- Specified by:
getLoggerin classEPPLaunchPolicyZoneContainer- Returns:
Loggerto use
-
-