Package com.verisign.epp.codec.registry
Class EPPRegistryUpdateResp
- java.lang.Object
-
- com.verisign.epp.codec.gen.EPPResponse
-
- com.verisign.epp.codec.registry.EPPRegistryUpdateResp
-
- All Implemented Interfaces:
EPPCodecComponent,EPPMessage,java.io.Serializable,java.lang.Cloneable
public class EPPRegistryUpdateResp extends EPPResponse
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.verisign.epp.codec.gen.EPPResponse
ELM_EXTENSION, ELM_MESSAGE_QUEUE, ELM_MESSAGE_QUEUE_QDATE, ELM_RESPONSE_DATA, extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()CloneEPPRegistryUpdateResp.protected voiddoDecode(org.w3c.dom.Element aElement)Decode theEPPRegistryUpdateRespattributes from theaElementDOM Element tree.protected org.w3c.dom.ElementdoEncode(org.w3c.dom.Document aDocument)Encode a DOM Element tree from the attributes of theEPPRegistryUpdateRespinstance.booleanequals(java.lang.Object aObject)Compare an instance ofEPPRegistryUpdateRespwith this instance.java.util.DategetCreateDate()java.lang.StringgetName()java.lang.StringgetNamespace()Gets the EPP command Namespace associated withEPPRegistryUpdateResp.java.lang.StringgetType()Gets the EPP command type associated withEPPRegistryUpdateResp.java.util.DategetUpdateDate()voidsetCreateDate(java.util.Date createDate)voidsetName(java.lang.String name)voidsetUpdateDate(java.util.Date updateDate)java.lang.StringtoString()Implementation ofObject.toString, which will result in an indented XMLStringrepresentation of the concreteEPPCodecComponent.-
Methods inherited from class com.verisign.epp.codec.gen.EPPResponse
addExtension, decode, encode, findDuplicateExtNamespaces, findExtNamespaces, findExtNamespaceSuffixes, findUnsupportedExtNamespaces, findUnsupportedExtNamespaceSuffixes, 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
-
-
-
-
Constructor Detail
-
EPPRegistryUpdateResp
public EPPRegistryUpdateResp()
-
EPPRegistryUpdateResp
public EPPRegistryUpdateResp(EPPTransId aTransId, java.lang.String name)
-
EPPRegistryUpdateResp
public EPPRegistryUpdateResp(EPPTransId aTransId, java.lang.String name, java.util.Date createDate)
-
EPPRegistryUpdateResp
public EPPRegistryUpdateResp(EPPTransId aTransId, java.lang.String name, java.util.Date createDate, java.util.Date updateDate)
-
-
Method Detail
-
getType
public java.lang.String getType()
Gets the EPP command type associated withEPPRegistryUpdateResp.- Overrides:
getTypein classEPPResponse- Returns:
- EPPRegistryUpdateResp.ELM_NAME
-
getNamespace
public java.lang.String getNamespace()
Gets the EPP command Namespace associated withEPPRegistryUpdateResp.- Specified by:
getNamespacein interfaceEPPCodecComponent- Specified by:
getNamespacein interfaceEPPMessage- Overrides:
getNamespacein classEPPResponse- Returns:
EPPRegistryMapFactory.NS
-
equals
public boolean equals(java.lang.Object aObject)
Compare an instance ofEPPRegistryUpdateRespwith this instance.- Overrides:
equalsin classEPPResponse- Parameters:
aObject- Object to compare with.- Returns:
- DOCUMENT ME!
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedExceptionCloneEPPRegistryUpdateResp.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classEPPResponse- Returns:
- clone of
EPPRegistryUpdateResp - Throws:
java.lang.CloneNotSupportedException- standard Object.clone exception
-
toString
public java.lang.String toString()
Implementation ofObject.toString, which will result in an indented XMLStringrepresentation of the concreteEPPCodecComponent.- Overrides:
toStringin classEPPResponse- Returns:
- Indented XML
Stringif successful;ERRORotherwise.
-
doEncode
protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument) throws EPPEncodeExceptionEncode a DOM Element tree from the attributes of theEPPRegistryUpdateRespinstance.- Overrides:
doEncodein classEPPResponse- Parameters:
aDocument- DOM Document that is being built. Used as an Element factory.- Returns:
- Element Root DOM Element representing the
EPPRegistryUpdateRespinstance. - Throws:
EPPEncodeException- Unable to encodeEPPRegistryUpdateRespinstance.
-
doDecode
protected void doDecode(org.w3c.dom.Element aElement) throws EPPDecodeExceptionDecode theEPPRegistryUpdateRespattributes from theaElementDOM Element tree.- Overrides:
doDecodein classEPPResponse- Parameters:
aElement- Root DOM Element to decodeEPPRegistryUpdateRespfrom.- Throws:
EPPDecodeException- Unable to decodeaElement
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getCreateDate
public java.util.Date getCreateDate()
-
setCreateDate
public void setCreateDate(java.util.Date createDate)
-
getUpdateDate
public java.util.Date getUpdateDate()
-
setUpdateDate
public void setUpdateDate(java.util.Date updateDate)
-
-