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.StringELM_LOCALNAMEXML local name forEPPLaunchPolicyCreate.static java.lang.StringELM_NAMEXML root tag forEPPLaunchPolicyCreate.
-
Constructor Summary
Constructors Constructor Description EPPLaunchPolicyCreate()Creates an emptyEPPLaunchPolicyCreateobject.EPPLaunchPolicyCreate(EPPLaunchPolicyZone aZone)Creates a newEPPLaunchPolicyCreateobject 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.StringgetLocalName()Returns the local name "create" for the create 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 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 emptyEPPLaunchPolicyCreateobject.zoneis set tonull. UsesetZoneto setzoneattribute before sending the create command.
-
EPPLaunchPolicyCreate
public EPPLaunchPolicyCreate(EPPLaunchPolicyZone aZone)
Creates a newEPPLaunchPolicyCreateobject that will create the launch policy for a zone.- Parameters:
aZone- Instance ofEPPLaunchPolicyZoneto create
-
-
Method Detail
-
getLocalName
protected java.lang.String 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
-
-