Class EPPLaunchPolicyCreate
- java.lang.Object
-
- com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer
-
- com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyCreate
-
- All Implemented Interfaces:
EPPCodecComponent
,java.io.Serializable
,java.lang.Cloneable
public class EPPLaunchPolicyCreate extends EPPLaunchPolicyZoneContainer
Launch Policy Create Extension that enables a client to pass the launch policy information with a registry create command.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELM_LOCALNAME
XML local name forEPPLaunchPolicyCreate
.static java.lang.String
ELM_NAME
XML root tag forEPPLaunchPolicyCreate
.
-
Constructor Summary
Constructors Constructor Description EPPLaunchPolicyCreate()
Creates an emptyEPPLaunchPolicyCreate
object.EPPLaunchPolicyCreate(EPPLaunchPolicyZone aZone)
Creates a newEPPLaunchPolicyCreate
object that will create the launch policy for a zone.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getLocalName()
Returns the local name "create" for the create extension.protected org.slf4j.Logger
getLogger()
Returns theLogger
to 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 forEPPLaunchPolicyCreate
.- See Also:
- Constant Field Values
-
ELM_NAME
public static final java.lang.String ELM_NAME
XML root tag forEPPLaunchPolicyCreate
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EPPLaunchPolicyCreate
public EPPLaunchPolicyCreate()
Creates an emptyEPPLaunchPolicyCreate
object.zone
is set tonull
. UsesetZone
to setzone
attribute before sending the create command.
-
EPPLaunchPolicyCreate
public EPPLaunchPolicyCreate(EPPLaunchPolicyZone aZone)
Creates a newEPPLaunchPolicyCreate
object that will create the launch policy for a zone.- Parameters:
aZone
- Instance ofEPPLaunchPolicyZone
to create
-
-
Method Detail
-
getLocalName
protected java.lang.String getLocalName()
Returns the local name "create" for the create extension.- Specified by:
getLocalName
in classEPPLaunchPolicyZoneContainer
- Returns:
- Local name "create" for the create extension.
-
getLogger
protected org.slf4j.Logger getLogger()
Returns theLogger
to use inEPPLaunchPolicyZoneContainer
.- Specified by:
getLogger
in classEPPLaunchPolicyZoneContainer
- Returns:
Logger
to use
-
-