|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.premiumdomain.EPPPremiumDomainReAssignCmd
public class EPPPremiumDomainReAssignCmd
EPPCodecComponent that encodes and decodes a Premium Domain reassign extension.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
XML tag name of EPPPremiumDomainReAssignCmd root element |
| Constructor Summary | |
|---|---|
EPPPremiumDomainReAssignCmd()
Create an EPPPremiumDomainReAssignCmd instance |
|
EPPPremiumDomainReAssignCmd(java.lang.String aShortName)
Create a EPPPremiumDomainReAssignCmd instance that will
set the shortName attribute. |
|
| Method Summary | |
|---|---|
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 |
getShortName()
|
void |
setShortName(java.lang.String aShortName)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_NAME
EPPPremiumDomainReAssignCmd root element
| Constructor Detail |
|---|
public EPPPremiumDomainReAssignCmd()
EPPPremiumDomainReAssignCmd instance
public EPPPremiumDomainReAssignCmd(java.lang.String aShortName)
EPPPremiumDomainReAssignCmd instance that will
set the shortName attribute.
aShortName - Registrar shortName| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPPremiumDomainReAssignCmd.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPPremiumDomainReAssignCmd
java.lang.CloneNotSupportedException - standard Object.clone exception
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPPremiumDomainReAssignCmd instance.
encode in interface EPPCodecComponentaDocument - DOM Document that is being built
EPPPremiumDomainReAssignCmd instance.
EPPEncodeException
public 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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||