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
Launch Policy Create Extension that enables a client to pass the launch
policy information with a registry update command.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an emptyEPPLaunchPolicyUpdateobject.Creates a newEPPLaunchPolicyUpdateobject that will update the launch policy for a zone. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the local name "update" for the update 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 forEPPLaunchPolicyUpdate.- See Also:
-
ELM_NAME
XML root tag forEPPLaunchPolicyUpdate.- See Also:
-
-
Constructor Details
-
EPPLaunchPolicyUpdate
public EPPLaunchPolicyUpdate()Creates an emptyEPPLaunchPolicyUpdateobject.zoneis set tonull. UsesetZoneto setzoneattribute before sending the update command. -
EPPLaunchPolicyUpdate
Creates a newEPPLaunchPolicyUpdateobject that will update the launch policy for a zone.- Parameters:
aZone- Instance ofEPPLaunchPolicyZoneto create
-
-
Method Details
-
getLocalName
Returns the local name "update" for the update extension.- Specified by:
getLocalNamein classEPPLaunchPolicyZoneContainer- Returns:
- Local name "update" for the update extension.
-
getLogger
protected org.slf4j.Logger getLogger()Returns theLoggerto use inEPPLaunchPolicyZoneContainer.- Specified by:
getLoggerin classEPPLaunchPolicyZoneContainer- Returns:
Loggerto use
-