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