public class EPPOrgDeleteCmd extends EPPDeleteCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPOrgDeleteCmd. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPOrgDeleteCmd. |
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 and Description |
|---|
EPPOrgDeleteCmd()
EPPOrgDeleteCmd default constructor. |
EPPOrgDeleteCmd(java.lang.String aTransId)
EPPOrgDeleteCmd constructor that only takes the client
transaction identifier |
EPPOrgDeleteCmd(java.lang.String aTransId,
java.lang.String aOrgId)
EPPOrgDeleteCmd constructor that takes the transaction
identifier and the org identifier. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPOrgDeleteCmd. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the
EPPOrgDeleteCmd 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
EPPOrgDeleteCmd instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPOrgDeleteCmd with this
instance. |
java.lang.String |
getNamespace()
Gets the EPP command Namespace associated with
EPPOrgDeleteCmd. |
java.lang.String |
getOrgId()
Gets the org identifier.
|
void |
setOrgId(java.lang.String aOrgId)
Sets the org identifier.
|
java.lang.String |
toString()
Implementation of
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
doGenDecode, doGenEncode, getTypeaddExtension, decode, encode, getExtension, getExtension, getExtensions, getOp, getTransId, hasExtension, hasExtensions, hasTransId, setExtension, setExtensions, setTransIdpublic static final java.lang.String ELM_LOCALNAME
EPPOrgDeleteCmd.public static final java.lang.String ELM_NAME
EPPOrgDeleteCmd.public EPPOrgDeleteCmd()
EPPOrgDeleteCmd default constructor.public EPPOrgDeleteCmd(java.lang.String aTransId)
EPPOrgDeleteCmd constructor that only takes the client
transaction identifieraTransId - Transaction Id associated with command.public EPPOrgDeleteCmd(java.lang.String aTransId,
java.lang.String aOrgId)
EPPOrgDeleteCmd constructor that takes the transaction
identifier and the org identifier.aTransId - Transaction Id associated with command. Set to
null if a client transaction identifier is not
desired.aOrgId - Org identifierpublic java.lang.String getNamespace()
EPPOrgDeleteCmd.getNamespace in interface EPPCodecComponentgetNamespace in interface EPPMessagegetNamespace in class EPPCommandEPPOrgMapFactory.NSpublic java.lang.String getOrgId()
null otherwise.public void setOrgId(java.lang.String aOrgId)
aOrgId - The org identifierprotected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPOrgDeleteCmd instance.doEncode in class EPPDeleteCmdaDocument - DOM Document that is being built. Used as an Element factory.EPPOrgDeleteCmd instance.EPPEncodeException - Unable to encode EPPOrgDeleteCmd
instance.protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPOrgDeleteCmd attributes from the aElement
DOM Element tree.doDecode in class EPPDeleteCmdaElement - Root DOM Element to decode EPPOrgDeleteCmd
from.EPPDecodeException - Unable to decode aElementpublic boolean equals(java.lang.Object aObject)
EPPOrgDeleteCmd 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
EPPOrgDeleteCmd.clone in interface EPPCodecComponentclone in class EPPCommandEPPOrgDeleteCmdjava.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.Copyright © VeriSign Inc. All Rights Reserved.