EPP 0.2.5

com.neulevel.epp.core.response
Class EppResponseDataTransferContact

java.lang.Object
  |
  +--com.neulevel.epp.core.EppEntity
        |
        +--com.neulevel.epp.core.response.EppResponseData
              |
              +--com.neulevel.epp.core.response.EppResponseDataTransfer
                    |
                    +--com.neulevel.epp.core.response.EppResponseDataTransferContact

public class EppResponseDataTransferContact
extends EppResponseDataTransfer

This EppResponseDataTransferContact class implements EPP Response Data entity for EPP Command Transfer of EPP Contact objects.

Version:
$Revision: 1.1 $ $Date: 2001/11/05 20:20:36 $
Author:
Ning Zhang ning.zhang@neustar.com

Fields inherited from class com.neulevel.epp.core.response.EppResponseDataTransfer
acDate, acID, exDate, reDate, reID, STATUS_CLIENT_APPROVED, STATUS_CLIENT_CANCELLED, STATUS_CLIENT_REJECTED, STATUS_PENDING, STATUS_SERVER_APPROVED, STATUS_SERVER_CANCELLED, trStatus
 
Constructor Summary
EppResponseDataTransferContact(java.lang.String id)
          Creates an EppResponseDataTransferContact object given a contact id
 
Method Summary
static EppEntity fromXML(org.w3c.dom.Node root)
          Converts an XML element into an EppResponseDataTransferContact object.
 java.lang.String getId()
          Gets the id of the EPP Contact object
 void setId(java.lang.String id)
          Sets the id of the EPP Contact Object
 org.w3c.dom.Element toXML(org.w3c.dom.Document doc, java.lang.String tag)
          Converts the EppResponseDataTransferContact object into an XML element
 
Methods inherited from class com.neulevel.epp.core.response.EppResponseDataTransfer
fromXMLCommon, getActionClientId, getActionDate, getRequestClientId, getRequestDate, getTransferStatus, setActionClientId, setActionDate, setRequestClientId, setRequestDate, setTransferStatus, toXMLCommon
 
Methods inherited from class com.neulevel.epp.core.response.EppResponseData
toString
 
Methods inherited from class com.neulevel.epp.core.EppEntity
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EppResponseDataTransferContact

public EppResponseDataTransferContact(java.lang.String id)
Creates an EppResponseDataTransferContact object given a contact id
Method Detail

getId

public java.lang.String getId()
Gets the id of the EPP Contact object

setId

public void setId(java.lang.String id)
Sets the id of the EPP Contact Object

toXML

public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
                                 java.lang.String tag)
Converts the EppResponseDataTransferContact object into an XML element
Overrides:
toXML in class EppEntity
Parameters:
doc - the XML Document object
tag - the tag/element name for the EppResponseDataTransferContact object
Returns:
an Element object

fromXML

public static EppEntity fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppResponseDataTransferContact object. The caller of this method must make sure that the root node is of an EPP Response Transfer entity for EPP Contact object.
Parameters:
root - root node for an EppResponseDataTransferContact object in XML format
Returns:
an EppResponseDataTransferContact object, or null if the node is invalid

EPP 0.2.5

Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.