public class EPPHostPendActionMsg extends EPPResponse
EPPHostCreateCmd,
EPPHostUpdateCmd,
EPPHostDeleteCmd,
Serialized Formextensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED| Constructor and Description |
|---|
EPPHostPendActionMsg()
EPPHostPendActionMsg default constructor. |
EPPHostPendActionMsg(EPPTransId aTransId,
java.lang.String aName,
boolean aSuccess,
EPPTransId aPendingTransId,
java.util.Date aPendingDate)
EPPHostPendActionMsg constructor that takes all of the
required attributes. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPHostPendActionMsg. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the
EPPHostPendActionMsg 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
EPPHostPendActionMsg instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPHostPendActionMsg with this
instance. |
java.lang.String |
getName()
Gets the host name
|
java.lang.String |
getNamespace()
Gets the EPP command Namespace associated with
EPPHostPendActionMsg. |
java.util.Date |
getPendingDate()
Gets the date that the pending action was completed.
|
EPPTransId |
getPendingTransId()
Gets the pending transaction id.
|
java.lang.String |
getType()
Gets the EPP command type associated with
EPPHostPendActionMsg. |
boolean |
isSuccess()
Was the pending action successful?
|
void |
setName(java.lang.String aName)
Sets the host name.
|
void |
setPendingDate(java.util.Date pendingDate)
Sets the date that the pending action was completed.
|
void |
setPendingTransId(EPPTransId pendingTransId)
Sets the pending transaction id.
|
void |
setSuccess(boolean success)
Sets if the pending action was successful.
|
java.lang.String |
toString()
Implementation of
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
addExtension, decode, encode, findDuplicateExtNamespaces, getExtension, getExtension, getExtensions, getMessageQueue, getMsgQueue, getMsgQueueCount, getMsgQueueDate, getMsgQueueMsg, getQDate, getResult, getResults, getTransId, hasExtension, hasExtensions, hasMessageQueue, hasMsgQueue, hasResultCode, setExtension, setExtensions, setMsgQueue, setResult, setResult, setResult, setResult, setResults, setTransIdpublic EPPHostPendActionMsg()
EPPHostPendActionMsg default constructor. Must call
required setter methods before encode.public EPPHostPendActionMsg(EPPTransId aTransId, java.lang.String aName, boolean aSuccess, EPPTransId aPendingTransId, java.util.Date aPendingDate)
EPPHostPendActionMsg constructor that takes all of the
required attributes.aTransId - Poll command transaction idaName - Host name of pending actionaSuccess - Was the pending action successfulaPendingTransId - Pending action transaction idaPendingDate - Date of pending action completionpublic java.lang.String getType()
EPPHostPendActionMsg.getType in class EPPResponsepublic java.lang.String getNamespace()
EPPHostPendActionMsg.getNamespace in interface EPPCodecComponentgetNamespace in interface EPPMessagegetNamespace in class EPPResponseEPPHostMapFactory.NSpublic java.lang.String getName()
String instance if defined;
null otherwise.public void setName(java.lang.String aName)
aName - Host Namepublic java.util.Date getPendingDate()
public void setPendingDate(java.util.Date pendingDate)
pendingDate - The pendingDate to set.public EPPTransId getPendingTransId()
public void setPendingTransId(EPPTransId pendingTransId)
pendingTransId - The pendingTransId to set.public boolean isSuccess()
isSuccess in class EPPResponsetrue if the pending action was successfully
completed; false otherwise.public void setSuccess(boolean success)
success - The success to set.public boolean equals(java.lang.Object aObject)
EPPHostPendActionMsg with this
instance.equals in class EPPResponseaObject - Object to compare with.public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPHostPendActionMsg.clone in interface EPPCodecComponentclone in class EPPResponseEPPHostPendActionMsgjava.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
EPPHostPendActionMsg instance.doEncode in class EPPResponseaDocument - DOM Document that is being built. Used as an Element
factory.EPPHostPendActionMsg instance.EPPEncodeException - Unable to encode
EPPHostPendActionMsg instance.protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPHostPendActionMsg attributes from the
aElement DOM Element tree.doDecode in class EPPResponseaElement - Root DOM Element to decode
EPPHostPendActionMsg from.EPPDecodeException - Unable to decode aElement