|
||||||||||
| 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.registry.EPPRegistryUpdateResp
public class EPPRegistryUpdateResp
| Field Summary |
|---|
| 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 | |
|---|---|
EPPRegistryUpdateResp()
|
|
EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name)
|
|
EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name,
java.util.Date createDate)
|
|
EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name,
java.util.Date createDate,
java.util.Date updateDate)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone EPPRegistryUpdateResp. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the EPPRegistryUpdateResp 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 EPPRegistryUpdateResp instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPRegistryUpdateResp with this
instance. |
java.util.Date |
getCreateDate()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
Gets the EPP command Namespace associated with EPPRegistryUpdateResp. |
java.lang.String |
getType()
Gets the EPP command type associated with EPPRegistryUpdateResp. |
java.util.Date |
getUpdateDate()
|
void |
setCreateDate(java.util.Date createDate)
|
void |
setName(java.lang.String name)
|
void |
setUpdateDate(java.util.Date updateDate)
|
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 |
| Constructor Detail |
|---|
public EPPRegistryUpdateResp()
public EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name)
public EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name,
java.util.Date createDate)
public EPPRegistryUpdateResp(EPPTransId aTransId,
java.lang.String name,
java.util.Date createDate,
java.util.Date updateDate)
| Method Detail |
|---|
public java.lang.String getType()
EPPRegistryUpdateResp.
getType in class EPPResponsepublic java.lang.String getNamespace()
EPPRegistryUpdateResp.
getNamespace in interface EPPMessagegetNamespace in class EPPResponseEPPRegistryMapFactory.NSpublic boolean equals(java.lang.Object aObject)
EPPRegistryUpdateResp with this
instance.
equals in class EPPResponseaObject - Object to compare with.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPRegistryUpdateResp.
clone in interface EPPCodecComponentclone in class EPPResponseEPPRegistryUpdateResp
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 EPPResponseString if successful;
ERROR otherwise.
protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPRegistryUpdateResp instance.
doEncode in class EPPResponseaDocument - DOM Document that is being built. Used as an Element factory.
EPPRegistryUpdateResp instance.
EPPEncodeException - Unable to encode EPPRegistryUpdateResp
instance.
protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPRegistryUpdateResp attributes from the
aElement DOM Element tree.
doDecode in class EPPResponseaElement - Root DOM Element to decode EPPRegistryUpdateResp
from.
EPPDecodeException - Unable to decode aElementpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getUpdateDate()
public void setUpdateDate(java.util.Date updateDate)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||