|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.gen.EPPResponse
com.verisign.epp.codec.reseller.EPPResellerCreateResp
public class EPPResellerCreateResp
Represents an EPP Internationalized Domain Name (IDN) Table <info>
response, which support three different forms:
EPPResellerInfoCmd
is the concrete EPPCommand
associated with EPPResellerInfoCmd
.
EPPResellerCreateResp
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPResellerCreateResp . |
static java.lang.String |
ELM_NAME
XML root tag for EPPResellerCreateResp . |
Fields inherited from class com.verisign.epp.codec.gen.EPPResponse |
---|
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED |
Constructor Summary | |
---|---|
EPPResellerCreateResp()
EPPResellerCreateResp default constructor. |
|
EPPResellerCreateResp(EPPTransId aTransId)
EPPResellerCreateResp constructor that only takes the
transaction identifier. |
|
EPPResellerCreateResp(EPPTransId aTransId,
java.lang.String aResellerId,
java.util.Date aCreatedDate)
EPPResellerCreateResp constructor that all attributes as
parameters. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone EPPResellerCreateResp . |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the EPPResellerCreateResp 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 EPPResellerCreateResp instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPResellerCreateResp with this
instance. |
java.util.Date |
getCreatedDate()
|
java.lang.String |
getNamespace()
Gets the EPP command namespace associated with EPPResellerCreateResp . |
java.lang.String |
getResellerId()
Gets the reseller identifier. |
java.lang.String |
getType()
Gets the EPP response type associated with EPPResellerCreateResp . |
void |
setCreatedDate(java.util.Date aCreatedDate)
|
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.EPPResponse |
---|
addExtension, decode, encode, getExtension, getExtension, getExtensions, getMessageQueue, getMsgQueue, getMsgQueueCount, getMsgQueueDate, getMsgQueueMsg, getQDate, getResult, getResults, getTransId, hasExtension, hasExtensions, hasMessageQueue, hasMsgQueue, hasResultCode, isSuccess, setExtension, setExtensions, setMsgQueue, setResult, setResult, setResult, setResult, setResults, 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
EPPResellerCreateResp
.
public static final java.lang.String ELM_NAME
EPPResellerCreateResp
.
Constructor Detail |
---|
public EPPResellerCreateResp()
EPPResellerCreateResp
default constructor.
public EPPResellerCreateResp(EPPTransId aTransId)
EPPResellerCreateResp
constructor that only takes the
transaction identifier.
aTransId
- Transaction Id associated with response.public EPPResellerCreateResp(EPPTransId aTransId, java.lang.String aResellerId, java.util.Date aCreatedDate)
EPPResellerCreateResp
constructor that all attributes as
parameters.
aTransId
- Transaction Id associated with command. Set to
null
if a client transaction identifier is not
desired.aResellerId
- Reseller identifieraCreatedDate
- Reseller created dateMethod Detail |
---|
public java.lang.String getResellerId()
null
otherwise.public void setResellerId(java.lang.String aResellerId)
aResellerId
- The reseller identifierpublic java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date aCreatedDate)
aCreatedDate
- the createdDate to setprotected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPResellerCreateResp
instance.
doEncode
in class EPPResponse
aDocument
- DOM Document that is being built. Used as an Element factory.
EPPEncodeException
- Unable to encode EPPResellerCreateResp instance.protected void doDecode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPResellerCreateResp
attributes from the
aElement DOM Element tree.
doDecode
in class EPPResponse
aElement
- Root DOM Element to decode EPPResellerCreateResp
from.
EPPDecodeException
- Unable to decode aElementpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPResellerCreateResp
.
clone
in interface EPPCodecComponent
clone
in class EPPResponse
EPPResellerCreateResp
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getType()
EPPResellerCreateResp
.
getType
in class EPPResponse
EPPResellerCreateResp.ELM_NAME
public java.lang.String getNamespace()
EPPResellerCreateResp
.
getNamespace
in interface EPPMessage
getNamespace
in class EPPResponse
EPPResellerMapFactory.NS
public boolean equals(java.lang.Object aObject)
EPPResellerCreateResp
with this
instance.
equals
in class EPPResponse
aObject
- Object to compare with.
true
if this object is the same as the aObject argument;
false
otherwisepublic java.lang.String toString()
Object.toString
, which will result in an
indented XML String
representation of the concrete
EPPCodecComponent
.
toString
in class EPPResponse
String
if successful;
ERROR
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |