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 EPPCodecComponentclone in class java.lang.ObjectEPPPremiumDomainReAssignCmdjava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPPremiumDomainReAssignCmd instance.encode in interface EPPCodecComponentaDocument - DOM Document that is being builtEPPPremiumDomainReAssignCmd instance.EPPEncodeExceptionpublic void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPPremiumDomainReAssignCmd attributes from the
aElement DOM Element tree.decode in interface EPPCodecComponentaElement - Root DOM Element to decode
EPPPremiumDomainReAssignCmd from.EPPDecodeException - Unable to decode aElementpublic boolean equals(java.lang.Object aObject)
EPPPremiumDomainReAssignCmd with
this instance.equals in class java.lang.ObjectaObject - 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 EPPCodecComponentEPPCodecComponent.Copyright © VeriSign Inc. All Rights Reserved.