public class EPPOrgCheckCmd extends EPPCheckCmd
EPPOrgCheckResp,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPOrgCheckCmd. |
static java.lang.String |
ELM_NAME
XML root tag for
EPPOrgCheckCmd. |
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 |
|---|
EPPOrgCheckCmd()
EPPOrgCheckCmd default constructor. |
EPPOrgCheckCmd(java.lang.String aTransId)
EPPOrgCheckCmd constructor that only takes the client
transaction identifier |
EPPOrgCheckCmd(java.lang.String aTransId,
java.util.List<java.lang.String> aOrgIds)
EPPOrgCheckCmd constructor for setting the list of org
identifiers to check. |
EPPOrgCheckCmd(java.lang.String aTransId,
java.lang.String aOrgId)
EPPOrgCheckCmd constructor for setting an individual org
identifier to check. |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrgId(java.lang.String aOrgId)
Append a org identifier to the list of org identifiers to check.
|
java.lang.Object |
clone()
Clone
EPPOrgCheckCmd. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the
EPPOrgCheckCmd 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
EPPOrgCheckCmd instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPOrgCheckCmd with this instance. |
java.lang.String |
getNamespace()
Gets the EPP command Namespace associated with
EPPOrgCheckCmd
. |
java.util.List<java.lang.String> |
getOrgIds()
Get the list of org identifiers to check.
|
boolean |
hasOrgIds()
Are any org identifiers defined in the list of org identifiers?
|
void |
setOrgId(java.lang.String aOrgId)
Set an individual org identifier to check.
|
void |
setOrgIds(java.util.List<java.lang.String> aOrgIds)
Set the list of org identifiers to check.
|
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
EPPOrgCheckCmd.public static final java.lang.String ELM_NAME
EPPOrgCheckCmd.public EPPOrgCheckCmd()
EPPOrgCheckCmd default constructor.public EPPOrgCheckCmd(java.lang.String aTransId)
EPPOrgCheckCmd constructor that only takes the client
transaction identifieraTransId - Transaction Id associated with command.public EPPOrgCheckCmd(java.lang.String aTransId,
java.lang.String aOrgId)
EPPOrgCheckCmd constructor for setting an individual org
identifier to check.aTransId - Transaction Id associated with command.aOrgId - Org identifier to checkpublic EPPOrgCheckCmd(java.lang.String aTransId,
java.util.List<java.lang.String> aOrgIds)
EPPOrgCheckCmd constructor for setting the list of org
identifiers to check.aTransId - Transaction Id associated with command.aOrgIds - List of Org identifiers to checkpublic java.lang.String getNamespace()
EPPOrgCheckCmd
.getNamespace in interface EPPCodecComponentgetNamespace in interface EPPMessagegetNamespace in class EPPCommandEPPOrgMapFactory.NSpublic boolean hasOrgIds()
true if there is at least one org identifier defined;
false otherwise.public java.util.List<java.lang.String> getOrgIds()
List of org identifier String'spublic void setOrgIds(java.util.List<java.lang.String> aOrgIds)
aOrgIds - List of org identifier String'spublic void setOrgId(java.lang.String aOrgId)
aOrgId - Org identifier to checkpublic void addOrgId(java.lang.String aOrgId)
aOrgId - Org identifier to checkprotected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPOrgCheckCmd instance.doEncode in class EPPCheckCmdaDocument - DOM Document that is being built. Used as an Element factory.EPPOrgCheckCmd instance.EPPEncodeException - Unable to encode EPPOrgCheckCmd instance.protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPOrgCheckCmd attributes from the aElement DOM
Element tree.doDecode in class EPPCheckCmdaElement - Root DOM Element to decode EPPOrgCheckCmd from.EPPDecodeException - Unable to decode aElementpublic boolean equals(java.lang.Object aObject)
EPPOrgCheckCmd with this instance.equals in class EPPCheckCmdaObject - 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
EPPOrgCheckCmd.clone in interface EPPCodecComponentclone in class EPPCommandEPPOrgCheckCmdjava.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.