public class EPPLaunchPolicyInfData extends EPPLaunchPolicyZoneContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPLaunchPolicyInfData. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPLaunchPolicyInfData. |
| Constructor and Description |
|---|
EPPLaunchPolicyInfData()
Creates an empty
EPPLaunchPolicyInfData object. |
EPPLaunchPolicyInfData(EPPLaunchPolicyZone aZone)
Creates a new
EPPLaunchPolicyInfData object that will set the
launch policy for a zone. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getLocalName()
Returns the local name "infData" for the info response
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
EPPLaunchPolicyInfData.public static final java.lang.String ELM_NAME
EPPLaunchPolicyInfData.public EPPLaunchPolicyInfData()
EPPLaunchPolicyInfData object. zone is
set to null. Use setZone to set zone attribute
before sending the info response.public EPPLaunchPolicyInfData(EPPLaunchPolicyZone aZone)
EPPLaunchPolicyInfData object that will set 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