Class EPPLaunchPolicyCreate
java.lang.Object
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyCreate
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Launch Policy Create Extension that enables a client to pass the launch
policy information with a registry create command.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an emptyEPPLaunchPolicyCreateobject.Creates a newEPPLaunchPolicyCreateobject that will create the launch policy for a zone. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the local name "create" for the create 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 forEPPLaunchPolicyCreate.- See Also:
-
ELM_NAME
XML root tag forEPPLaunchPolicyCreate.- See Also:
-
-
Constructor Details
-
EPPLaunchPolicyCreate
public EPPLaunchPolicyCreate()Creates an emptyEPPLaunchPolicyCreateobject.zoneis set tonull. UsesetZoneto setzoneattribute before sending the create command. -
EPPLaunchPolicyCreate
Creates a newEPPLaunchPolicyCreateobject that will create the launch policy for a zone.- Parameters:
aZone- Instance ofEPPLaunchPolicyZoneto create
-
-
Method Details
-
getLocalName
Returns the local name "create" for the create extension.- Specified by:
getLocalNamein classEPPLaunchPolicyZoneContainer- Returns:
- Local name "create" for the create extension.
-
getLogger
protected org.slf4j.Logger getLogger()Returns theLoggerto use inEPPLaunchPolicyZoneContainer.- Specified by:
getLoggerin classEPPLaunchPolicyZoneContainer- Returns:
Loggerto use
-