EPP 0.2.3

com.neulevel.epp.core.response
Class EppResponseDataInfo

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

public class EppResponseDataInfo
extends EppResponseData

This EppResponseDataInfo class implements EPP Response Data entity for EPP Command Info.

Version:
$Revision$ $Date$
Author:
Ning Zhang ning.zhang@neustar.com

Constructor Summary
EppResponseDataInfo(EppObject object)
          Creates an EppResponseDataInfo object
 
Method Summary
static EppEntity fromXML(org.w3c.dom.Node root)
          Converts an XML element into an EppResponseDataInfo object.
 EppObject getObject()
          Gets the EppObject returned by the EPP info command
 void setObject(EppObject object)
          Sets the EppObject returned by the EPP info command
 org.w3c.dom.Element toXML(org.w3c.dom.Document doc, java.lang.String tag)
          Converts the EppResponseDataInfo object into an XML element
 
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

EppResponseDataInfo

public EppResponseDataInfo(EppObject object)
Creates an EppResponseDataInfo object
Method Detail

getObject

public EppObject getObject()
Gets the EppObject returned by the EPP info command

setObject

public void setObject(EppObject object)
Sets the EppObject returned by the EPP info command

toXML

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

fromXML

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

EPP 0.2.3

Copyright © 2001 NeuStar, Inc. All Rights Reserved.