|
||||||||||
| 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.EPPInfoCmd
com.verisign.epp.codec.reseller.EPPResellerInfoCmd
public class EPPResellerInfoCmd
Command used to retrieve information associated with a reseller object.
EPPResellerInfoResp,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPResellerInfoCmd. |
static java.lang.String |
ELM_NAME
XML root tag for EPPResellerInfoCmd. |
| 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 | |
|---|---|
EPPResellerInfoCmd()
EPPResellerInfoCmd default constructor. |
|
EPPResellerInfoCmd(java.lang.String aTransId)
EPPResellerInfoCmd constructor that only takes the client
transaction identifier |
|
EPPResellerInfoCmd(java.lang.String aTransId,
java.lang.String aResellerId)
EPPResellerInfoCmd constructor that takes the transaction
identifier and the reseller identifier. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone EPPResellerInfoCmd. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the EPPResellerInfoCmd 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 EPPResellerInfoCmd instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPResellerInfoCmd with this
instance. |
java.lang.String |
getNamespace()
Gets the EPP command Namespace associated with EPPResellerInfoCmd. |
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.EPPInfoCmd |
|---|
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
EPPResellerInfoCmd.
public static final java.lang.String ELM_NAME
EPPResellerInfoCmd.
| Constructor Detail |
|---|
public EPPResellerInfoCmd()
EPPResellerInfoCmd default constructor.
public EPPResellerInfoCmd(java.lang.String aTransId)
EPPResellerInfoCmd constructor that only takes the client
transaction identifier
aTransId - Transaction Id associated with command.
public EPPResellerInfoCmd(java.lang.String aTransId,
java.lang.String aResellerId)
EPPResellerInfoCmd 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()
EPPResellerInfoCmd.
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
EPPResellerInfoCmd instance.
doEncode in class EPPInfoCmdaDocument - DOM Document that is being built. Used as an Element factory.
EPPResellerInfoCmd instance.
EPPEncodeException - Unable to encode EPPResellerInfoCmd instance.
protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPResellerInfoCmd attributes from the aElement
DOM Element tree.
doDecode in class EPPInfoCmdaElement - Root DOM Element to decode EPPResellerInfoCmd
from.
EPPDecodeException - Unable to decode aElementpublic boolean equals(java.lang.Object aObject)
EPPResellerInfoCmd with this
instance.
equals in class EPPInfoCmdaObject - 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
EPPResellerInfoCmd.
clone in interface EPPCodecComponentclone in class EPPCommandEPPResellerInfoCmd
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 | |||||||||