public class EPPPremiumDomainReAssignCmd extends java.lang.Object implements EPPCodecComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_NAME
XML tag name of
EPPPremiumDomainReAssignCmd root element |
Constructor and Description |
---|
EPPPremiumDomainReAssignCmd()
Create an
EPPPremiumDomainReAssignCmd instance |
EPPPremiumDomainReAssignCmd(java.lang.String aShortName)
Create a
EPPPremiumDomainReAssignCmd instance that will
set the shortName attribute. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPPremiumDomainReAssignCmd . |
void |
decode(org.w3c.dom.Element aElement)
Decode the
EPPPremiumDomainReAssignCmd attributes from the
aElement DOM Element tree. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the
EPPPremiumDomainReAssignCmd instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPPremiumDomainReAssignCmd with
this instance. |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
java.lang.String |
getShortName() |
void |
setShortName(java.lang.String aShortName) |
public static final java.lang.String ELM_NAME
EPPPremiumDomainReAssignCmd
root elementpublic EPPPremiumDomainReAssignCmd()
EPPPremiumDomainReAssignCmd
instancepublic EPPPremiumDomainReAssignCmd(java.lang.String aShortName)
EPPPremiumDomainReAssignCmd
instance that will
set the shortName attribute.aShortName
- Registrar shortNamepublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPPremiumDomainReAssignCmd
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPPremiumDomainReAssignCmd
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPPremiumDomainReAssignCmd
instance.encode
in interface EPPCodecComponent
aDocument
- DOM Document that is being builtEPPPremiumDomainReAssignCmd
instance.EPPEncodeException
- On encoding errorpublic void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPPremiumDomainReAssignCmd
attributes from the
aElement
DOM Element tree.decode
in interface EPPCodecComponent
aElement
- Root DOM Element to decode
EPPPremiumDomainReAssignCmd
from.EPPDecodeException
- Unable to decode aElement
public boolean equals(java.lang.Object aObject)
EPPPremiumDomainReAssignCmd
with
this instance.equals
in class java.lang.Object
aObject
- Object to compare with.public java.lang.String getShortName()
public void setShortName(java.lang.String aShortName)
aShortName
- the shortName to setpublic java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.