EPP 0.4.9

com.neulevel.epp.core.response
Class EppResponseDataPending

java.lang.Object
  extended by com.neulevel.epp.core.EppEntity
      extended by com.neulevel.epp.core.response.EppResponseData
          extended by com.neulevel.epp.core.response.EppResponseDataPending
Direct Known Subclasses:
EppResponseDataPendingContact, EppResponseDataPendingDomain, EppResponseDataPendingHost, EppResponseDataPendingSvcsub, EppResponseDataPendingXriAuthority, EppResponseDataPendingXriName, EppResponseDataPendingXriNumber, EppResponseDataPendingXriService

public abstract class EppResponseDataPending
extends EppResponseData

This EppResponseDataPending class implements EPP Response Data entity for EPP Pending Actions on EPP objects.

Since:
EPP-1.0
Version:
$Revision: 1.2 $ $Date: 2006/03/01 01:35:38 $
Author:
Ning Zhang ning.zhang@neustar.com

Field Summary
protected  java.util.Calendar paDate
          The date when the pending action is processed
protected  boolean paResult
          The result of the pending action, true for success, false for failure
protected  EppTransactionId paTRID
          The transaction id associated with the pending action
 
Constructor Summary
EppResponseDataPending()
           
 
Method Summary
protected  void fromXMLCommon(org.w3c.dom.Node node, java.lang.String name)
          Converts shared EppResponseDataPending components from XML format.
 java.util.Calendar getDate()
          Gets the date when the pending action is processed
 boolean getResult()
          Gets the pending action result, true for success, false for failure
 EppTransactionId getTransactionId()
          Gets the transaction id asssociated with the pending action
 void setDate(java.util.Calendar paDate)
          Sets the date when the pending action is processed
 void setResult(boolean paResult)
          Gets the pending action result, true for success, false for failure
 void setTransactionId(EppTransactionId paTRID)
          Sets the transaction id asssociated with the pending action
protected  void toXMLCommon(org.w3c.dom.Document doc, org.w3c.dom.Element body)
          Converts shared EppResponseDataPending component into XML elements
 
Methods inherited from class com.neulevel.epp.core.response.EppResponseData
fromXML, toString
 
Methods inherited from class com.neulevel.epp.core.EppEntity
toString, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

paResult

protected boolean paResult
The result of the pending action, true for success, false for failure


paTRID

protected EppTransactionId paTRID
The transaction id associated with the pending action


paDate

protected java.util.Calendar paDate
The date when the pending action is processed

Constructor Detail

EppResponseDataPending

public EppResponseDataPending()
Method Detail

getResult

public boolean getResult()
Gets the pending action result, true for success, false for failure


setResult

public void setResult(boolean paResult)
Gets the pending action result, true for success, false for failure


getTransactionId

public EppTransactionId getTransactionId()
Gets the transaction id asssociated with the pending action


setTransactionId

public void setTransactionId(EppTransactionId paTRID)
Sets the transaction id asssociated with the pending action


getDate

public java.util.Calendar getDate()
Gets the date when the pending action is processed


setDate

public void setDate(java.util.Calendar paDate)
Sets the date when the pending action is processed


toXMLCommon

protected void toXMLCommon(org.w3c.dom.Document doc,
                           org.w3c.dom.Element body)
Converts shared EppResponseDataPending component into XML elements

Parameters:
doc - the XML Document object
body - the XML Element to be attached

fromXMLCommon

protected void fromXMLCommon(org.w3c.dom.Node node,
                             java.lang.String name)
Converts shared EppResponseDataPending components from XML format.

Parameters:
node - the node of a shared component
name - the name of the node of a shared component

EPP 0.4.9

Copyright © 2001-2006 NeuStar, Inc. All Rights Reserved.