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