|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.gen.EPPCommand
com.verisign.epp.codec.gen.EPPDeleteCmd
com.verisign.epp.codec.reseller.EPPResellerDeleteCmd
public class EPPResellerDeleteCmd
Command used to delete a reseller object.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPResellerDeleteCmd. |
static java.lang.String |
ELM_NAME
XML root tag for EPPResellerDeleteCmd. |
| Fields inherited from class com.verisign.epp.codec.gen.EPPCommand |
|---|
extensions, OP_APPROVE, OP_CANCEL, OP_QUERY, OP_REJECT, OP_REQUEST, transId, TYPE_CHECK, TYPE_CREATE, TYPE_DELETE, TYPE_INFO, TYPE_LOGIN, TYPE_LOGOUT, TYPE_POLL, TYPE_RENEW, TYPE_TRANSFER, TYPE_UPDATE |
| Constructor Summary | |
|---|---|
EPPResellerDeleteCmd()
EPPResellerDeleteCmd default constructor. |
|
EPPResellerDeleteCmd(java.lang.String aTransId)
EPPResellerDeleteCmd constructor that only takes the client
transaction identifier |
|
EPPResellerDeleteCmd(java.lang.String aTransId,
java.lang.String aResellerId)
EPPResellerDeleteCmd constructor that takes the transaction
identifier and the reseller identifier. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone EPPResellerDeleteCmd. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the EPPResellerDeleteCmd attributes from the aElement
DOM Element tree. |
protected org.w3c.dom.Element |
doEncode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the EPPResellerDeleteCmd instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPResellerDeleteCmd with this
instance. |
java.lang.String |
getNamespace()
Gets the EPP command Namespace associated with EPPResellerDeleteCmd. |
java.lang.String |
getResellerId()
Gets the reseller identifier. |
void |
setResellerId(java.lang.String aResellerId)
Sets the reseller identifier. |
java.lang.String |
toString()
Implementation of Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
| Methods inherited from class com.verisign.epp.codec.gen.EPPDeleteCmd |
|---|
doGenDecode, doGenEncode, getType |
| Methods inherited from class com.verisign.epp.codec.gen.EPPCommand |
|---|
addExtension, decode, encode, getExtension, getExtension, getExtensions, getOp, getTransId, hasExtension, hasExtensions, hasTransId, setExtension, setExtensions, setTransId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_LOCALNAME
EPPResellerDeleteCmd.
public static final java.lang.String ELM_NAME
EPPResellerDeleteCmd.
| Constructor Detail |
|---|
public EPPResellerDeleteCmd()
EPPResellerDeleteCmd default constructor.
public EPPResellerDeleteCmd(java.lang.String aTransId)
EPPResellerDeleteCmd constructor that only takes the client
transaction identifier
aTransId - Transaction Id associated with command.
public EPPResellerDeleteCmd(java.lang.String aTransId,
java.lang.String aResellerId)
EPPResellerDeleteCmd constructor that takes the transaction
identifier and the reseller identifier.
aTransId - Transaction Id associated with command. Set to
null if a client transaction identifier is not
desired.aResellerId - Reseller identifier| Method Detail |
|---|
public java.lang.String getNamespace()
EPPResellerDeleteCmd.
getNamespace in interface EPPMessagegetNamespace in class EPPCommandEPPResellerMapFactory.NSpublic java.lang.String getResellerId()
null otherwise.public void setResellerId(java.lang.String aResellerId)
aResellerId - The reseller identifier
protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPResellerDeleteCmd instance.
doEncode in class EPPDeleteCmdaDocument - DOM Document that is being built. Used as an Element factory.
EPPResellerDeleteCmd instance.
EPPEncodeException - Unable to encode EPPResellerDeleteCmd
instance.
protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPResellerDeleteCmd attributes from the aElement
DOM Element tree.
doDecode in class EPPDeleteCmdaElement - Root DOM Element to decode EPPResellerDeleteCmd
from.
EPPDecodeException - Unable to decode aElementpublic boolean equals(java.lang.Object aObject)
EPPResellerDeleteCmd with this
instance.
equals in class EPPDeleteCmdaObject - Object to compare with.
true if this object is the same as the aObject argument;
false otherwise.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPResellerDeleteCmd.
clone in interface EPPCodecComponentclone in class EPPCommandEPPResellerDeleteCmd
java.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.lang.String toString()
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent.
toString in class EPPCommandString if successful;
ERROR otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||