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
Launch Policy Create Extension that enables a client to pass the launch
policy information with a registry info response.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an emptyEPPLaunchPolicyInfDataobject.Creates a newEPPLaunchPolicyInfDataobject that will set the launch policy for a zone. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the local name "infData" for the info response extension.protected org.slf4j.LoggerReturns theLoggerto use inEPPLaunchPolicyZoneContainer.Methods inherited from class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer
clone, decode, encode, equals, getNamespace, getZone, setZone, toString
-
Field Details
-
ELM_LOCALNAME
XML local name forEPPLaunchPolicyInfData.- See Also:
-
ELM_NAME
XML root tag forEPPLaunchPolicyInfData.- See Also:
-
-
Constructor Details
-
EPPLaunchPolicyInfData
public EPPLaunchPolicyInfData()Creates an emptyEPPLaunchPolicyInfDataobject.zoneis set tonull. UsesetZoneto setzoneattribute before sending the info response. -
EPPLaunchPolicyInfData
Creates a newEPPLaunchPolicyInfDataobject that will set the launch policy for a zone.- Parameters:
aZone- Instance ofEPPLaunchPolicyZoneto create
-
-
Method Details
-
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
-