public class EPPLaunchPolicyCreate extends EPPLaunchPolicyZoneContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPLaunchPolicyCreate. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPLaunchPolicyCreate. |
| Constructor and Description |
|---|
EPPLaunchPolicyCreate()
Creates an empty
EPPLaunchPolicyCreate object. |
EPPLaunchPolicyCreate(EPPLaunchPolicyZone aZone)
Creates a new
EPPLaunchPolicyCreate object that will create the
launch policy for a zone. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getLocalName()
Returns the local name "create" for the create extension.
|
protected org.apache.log4j.Logger |
getLogger()
Returns the
Logger to use in EPPLaunchPolicyZoneContainer. |
clone, decode, encode, equals, getNamespace, getZone, setZone, toStringpublic static final java.lang.String ELM_LOCALNAME
EPPLaunchPolicyCreate.public static final java.lang.String ELM_NAME
EPPLaunchPolicyCreate.public EPPLaunchPolicyCreate()
EPPLaunchPolicyCreate object. zone is set
to null. Use setZone to set zone attribute before
sending the create command.public EPPLaunchPolicyCreate(EPPLaunchPolicyZone aZone)
EPPLaunchPolicyCreate object that will create the
launch policy for a zone.aZone - Instance of EPPLaunchPolicyZone to createprotected java.lang.String getLocalName()
getLocalName in class EPPLaunchPolicyZoneContainerprotected org.apache.log4j.Logger getLogger()
Logger to use in EPPLaunchPolicyZoneContainer.getLogger in class EPPLaunchPolicyZoneContainerLogger to use