class EppResponseDataCreateContact

This EppResponseDataCreateContact class implements EPP Response Data entity for EPP Command Create of EPP Contact objects.

Inheritance:


Public Methods

[more] EppResponseDataCreateContact()
Creates an EppResponseDataCreateContact object
[more] EppResponseDataCreateContact( DOMString id )
Creates an EppResponseDataCreateContact object, given the contact id
[more] ~EppResponseDataCreateContact()
Destructor
[more]DOMString getId()
Gets the contact id
[more]void setId( DOMString id )
Sets the contact id
[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]static EppResponseDataCreateContact* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataCreateContact object.
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts an EppResponseDataCreateContact object into an XML element.


Inherited from EppResponseDataCreate:

Public Methods

oDOMString getRoid()
ovoid setRoid( DOMString roid )

Protected Fields

oDOMString roid


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 EppResponseDataCreateContact class implements EPP Response Data entity for EPP Command Create of EPP Contact objects.

o EppResponseDataCreateContact()
Creates an EppResponseDataCreateContact object

o EppResponseDataCreateContact( DOMString id )
Creates an EppResponseDataCreateContact object, given the contact id

o ~EppResponseDataCreateContact()
Destructor

oDOMString getId()
Gets the contact id

ovoid setId( DOMString id )
Sets the contact id

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

ostatic EppResponseDataCreateContact* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataCreateContact object. The caller of this method must make sure that the root node is the resData element of EPP responseType for creating an EPP Contact object.

Parameters:
root - root node for an EppResponseDataCreateContact object in XML format
Returns:
an EppResponseDataCreateContact object, or null if the node is invalid

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

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


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision$ $Date$

Alphabetic index HTML hierarchy of classes or Java


Copyright © 2001 NeuStar, Inc. All Rights Reserved.