class EppResponseDataInfo

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

Inheritance:


Public Methods

[more] EppResponseDataInfo()
Creates an EppResponseDataInfo object
[more] EppResponseDataInfo( EppObject* object )
Creates an EppResponseDataInfo object
[more] ~EppResponseDataInfo()
Destructor
[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]EppObject* getObject()
Gets the EppObject returned by the EPP info command
[more]void setObject( EppObject* object )
Sets the EppObject returned by the EPP info command
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppResponseDataInfo object into an XML element
[more]static EppResponseDataInfo* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataInfo object.


Inherited from EppResponseData:


Inherited from EppEntity:

Public Methods

obool instanceOf( const int type )
ovirtual DOMString toString()

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

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

o EppResponseDataInfo()
Creates an EppResponseDataInfo object

o EppResponseDataInfo( EppObject* object )
Creates an EppResponseDataInfo object


Note: the memory associated with the object data will not be freed by this class. The caller of this method should be responsible to free the memory, if needed.

o ~EppResponseDataInfo()
Destructor

ovirtual int getEntityType()
Returns the run-time type of an EppEntity object

oEppObject* getObject()
Gets the EppObject returned by the EPP info command

ovoid setObject( EppObject* object )
Sets the EppObject returned by the EPP info command


Note: the memory associated with the object data will not be freed by this class. The caller of this method should be responsible to free the memory, if needed.

oDOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppResponseDataInfo object into an XML element

Parameters:
doc - the XML DOM_Element object
tag - the tag/element name for the EppResponse object
Returns:
an DOM_Element object

ostatic EppResponseDataInfo* fromXML( const 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


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision: 1.1 $ $Date: 2001/11/05 20:20:36 $

Alphabetic index HTML hierarchy of classes or Java


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