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,Serializable,Cloneable
- See Also:
-
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
ConstructorsConstructorDescriptionEPPRegistryUpdateResp(EPPTransId aTransId, String name) EPPRegistryUpdateResp(EPPTransId aTransId, String name, Date createDate) EPPRegistryUpdateResp(EPPTransId aTransId, String name, Date createDate, Date updateDate) -
Method Summary
Modifier and TypeMethodDescriptionclone()CloneEPPRegistryUpdateResp.protected voidDecode theEPPRegistryUpdateRespattributes from theaElementDOM Element tree.protected ElementEncode a DOM Element tree from the attributes of theEPPRegistryUpdateRespinstance.booleanCompare an instance ofEPPRegistryUpdateRespwith this instance.getName()Gets the EPP command Namespace associated withEPPRegistryUpdateResp.getType()Gets the EPP command type associated withEPPRegistryUpdateResp.voidsetCreateDate(Date createDate) voidvoidsetUpdateDate(Date updateDate) toString()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 Details
-
EPPRegistryUpdateResp
public EPPRegistryUpdateResp() -
EPPRegistryUpdateResp
-
EPPRegistryUpdateResp
-
EPPRegistryUpdateResp
-
-
Method Details
-
getType
Gets the EPP command type associated withEPPRegistryUpdateResp.- Overrides:
getTypein classEPPResponse- Returns:
- EPPRegistryUpdateResp.ELM_NAME
-
getNamespace
Gets the EPP command Namespace associated withEPPRegistryUpdateResp.- Specified by:
getNamespacein interfaceEPPCodecComponent- Specified by:
getNamespacein interfaceEPPMessage- Overrides:
getNamespacein classEPPResponse- Returns:
EPPRegistryMapFactory.NS
-
equals
Compare an instance ofEPPRegistryUpdateRespwith this instance.- Overrides:
equalsin classEPPResponse- Parameters:
aObject- Object to compare with.- Returns:
- DOCUMENT ME!
-
clone
CloneEPPRegistryUpdateResp.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classEPPResponse- Returns:
- clone of
EPPRegistryUpdateResp - Throws:
CloneNotSupportedException- standard Object.clone exception
-
toString
Implementation ofObject.toString, which will result in an indented XMLStringrepresentation of the concreteEPPCodecComponent.- Overrides:
toStringin classEPPResponse- Returns:
- Indented XML
Stringif successful;ERRORotherwise.
-
doEncode
Encode 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
Decode theEPPRegistryUpdateRespattributes from theaElementDOM Element tree.- Overrides:
doDecodein classEPPResponse- Parameters:
aElement- Root DOM Element to decodeEPPRegistryUpdateRespfrom.- Throws:
EPPDecodeException- Unable to decodeaElement
-
getName
-
setName
-
getCreateDate
-
setCreateDate
-
getUpdateDate
-
setUpdateDate
-