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.StringELM_LOCALNAMEXML local name forEPPLaunchPolicyUpdate.static java.lang.StringELM_NAMEXML root tag forEPPLaunchPolicyUpdate.
-
Constructor Summary
Constructors Constructor Description EPPLaunchPolicyUpdate()Creates an emptyEPPLaunchPolicyUpdateobject.EPPLaunchPolicyUpdate(EPPLaunchPolicyZone aZone)Creates a newEPPLaunchPolicyUpdateobject 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.StringgetLocalName()Returns the local name "update" for the update 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 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 emptyEPPLaunchPolicyUpdateobject.zoneis set tonull. UsesetZoneto setzoneattribute before sending the update command.
-
EPPLaunchPolicyUpdate
public EPPLaunchPolicyUpdate(EPPLaunchPolicyZone aZone)
Creates a newEPPLaunchPolicyUpdateobject that will update the launch policy for a zone.- Parameters:
aZone- Instance ofEPPLaunchPolicyZoneto create
-
-
Method Detail
-
getLocalName
protected java.lang.String getLocalName()
Returns the local name "update" for the update extension.- Specified by:
getLocalNamein classEPPLaunchPolicyZoneContainer- Returns:
- Local name "update" for the update extension.
-
getLogger
protected org.slf4j.Logger getLogger()
Returns theLoggerto use inEPPLaunchPolicyZoneContainer.- Specified by:
getLoggerin classEPPLaunchPolicyZoneContainer- Returns:
Loggerto use
-
-