public class EPPFeeCommand extends java.lang.Object implements EPPCodecComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTR_PHASE
OPTIONAL phase attribute name that defines the phase of the command.
|
static java.lang.String |
ATTR_SUBPHASE
OPTIONAL subphase attribute name that defines the sub-phase of the
command.
|
static java.lang.String |
ELM_LOCALNAME
Constant for the phase local name
|
static java.lang.String |
ELM_NAME
Constant for the phase qualified name (prefix and local name)
|
static java.lang.String |
PHASE_CLAIMS
Trademark claims as defined by Trademark Clearinghouse model of
displaying a claims notice to clients for domain names that match
trademarks.
|
static java.lang.String |
PHASE_CUSTOM
Post launch phase that is also referred to as "steady state".
|
static java.lang.String |
PHASE_LANDRUSH
Post sunrise phase when non-trademark holders are allowed to register
domain names with steps taken to address a large volume of initial
registrations.
|
static java.lang.String |
PHASE_OPEN
Post launch phase that is also referred to as "steady state".
|
static java.lang.String |
PHASE_SUNRISE
Phase when trademark holders can submit registrations or applications
with trademark information that can be validated by.
|
Constructor and Description |
---|
EPPFeeCommand()
Default constructor.
|
EPPFeeCommand(java.lang.String aCommand)
Create
EPPFeeCommand instance with a defined command value. |
EPPFeeCommand(java.lang.String aCommand,
java.lang.String aPhase)
Create
EPPFeeCommand instance with a defined command and
phase value. |
EPPFeeCommand(java.lang.String aCommand,
java.lang.String aPhase,
java.lang.String aSubPhase)
Create
EPPFeeCommand instance with a defined command, phase,
and sub-phase value. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPFeeCommand instance. |
void |
decode(org.w3c.dom.Element aElement)
Decode the
EPPFeeCommand element aElement DOM Element tree. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the
EPPFeeCommand instance. |
boolean |
equals(java.lang.Object aObject)
Implements a deep
EPPFeeCommand compare. |
java.lang.String |
getCommand()
Gets the command value.
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
java.lang.String |
getPhase()
Gets the OPTIONAL phase value, which should match one of the
PHASE constants. |
java.lang.String |
getSubPhase()
Gets the OPTIONAL sub-phase value.
|
boolean |
hasCommand()
Is the command defined?
|
boolean |
hasPhase()
Is the phase defined?
|
boolean |
hasSubPhase()
Is the sub-phase defined?
|
void |
setCommand(java.lang.String aCommand)
Sets the command value.
|
void |
setPhase(java.lang.String aPhase)
Sets the OPTIONAL phase value.
|
void |
setSubPhase(java.lang.String aSubPhase)
Sets the OPTIONAL sub-phase value.
|
java.lang.String |
toString()
Implementation of
Object.toString , which will result in an
indented XML String representation of the concrete
EPPCodecComponent . |
public static final java.lang.String PHASE_SUNRISE
public static final java.lang.String PHASE_LANDRUSH
public static final java.lang.String PHASE_CLAIMS
public static final java.lang.String PHASE_OPEN
public static final java.lang.String PHASE_CUSTOM
public static final java.lang.String ELM_LOCALNAME
public static final java.lang.String ELM_NAME
public static final java.lang.String ATTR_PHASE
public static final java.lang.String ATTR_SUBPHASE
public EPPFeeCommand()
setCommand(String)
method.public EPPFeeCommand(java.lang.String aCommand)
EPPFeeCommand
instance with a defined command value.aCommand
- Command value.public EPPFeeCommand(java.lang.String aCommand, java.lang.String aPhase)
EPPFeeCommand
instance with a defined command and
phase value.aCommand
- Command value.aPhase
- Phase value using one of the PHASE
constants.public EPPFeeCommand(java.lang.String aCommand, java.lang.String aPhase, java.lang.String aSubPhase)
EPPFeeCommand
instance with a defined command, phase,
and sub-phase value.aCommand
- Command value.aPhase
- Phase value using one of the PHASE
constants.aSubPhase
- Sub-phase valuepublic boolean hasCommand()
true
if the command is defined; false
otherwise.public java.lang.String getCommand()
null
otherwise.public void setCommand(java.lang.String aCommand)
aCommand
- Command value.public boolean hasPhase()
true
if the phase is defined; false
otherwise.public java.lang.String getPhase()
PHASE
constants.null
otherwise.public void setPhase(java.lang.String aPhase)
aPhase
- Phase value, which should be one of the PHASE
constants.public boolean hasSubPhase()
true
if the phase is defined; false
otherwise.public java.lang.String getSubPhase()
null
otherwise.public void setSubPhase(java.lang.String aSubPhase)
aSubPhase
- Sub-phase value.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPFeeCommand
instance.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPFeeCommand
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPFeeCommand
element aElement DOM Element tree.decode
in interface EPPCodecComponent
aElement
- - Root DOM Element to decode EPPFeeCommand
from.EPPDecodeException
- Unable to decode aElementpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPFeeCommand
instance.encode
in interface EPPCodecComponent
aDocument
- - DOM Document that is being built. Used as an Element
factory.EPPFeeCommand
instance.EPPEncodeException
- - Unable to encode EPPFeeCommand
instance.public boolean equals(java.lang.Object aObject)
EPPFeeCommand
compare.equals
in class java.lang.Object
aObject
- EPPFeeCommand
instance to compare withtrue
if equal; false
otherwisepublic java.lang.String toString()
Object.toString
, which will result in an
indented XML String
representation of the concrete
EPPCodecComponent
.toString
in class java.lang.Object
String
if successful;
ERROR
otherwise.public java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.