class EppResponseDataCreateDomain

This EppResponseDataCreateDomain class implements EPP Response Data entity for EPP Command Create of EPP Domain objects.

Inheritance:


Public Methods

[more] EppResponseDataCreateDomain()
Creates an EppResponseDataCreateDomain object
[more] EppResponseDataCreateDomain( DOMString name )
Creates an EppResponseDataCreateDomain object
[more] EppResponseDataCreateDomain( DOMString name, time_t exDate )
Creates an EppResponseDataCreateDomain object
[more] EppResponseDataCreateDomain( DOMString name, DOMString roid )
Creates an EppResponseDataCreateDomain object
[more] EppResponseDataCreateDomain( DOMString name, DOMString roid, time_t exDate )
Creates an EppResponseDataCreateDomain object
[more] ~EppResponseDataCreateDomain()
Destructor
[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]DOMString getName()
Gets the name of the domain created
[more]void setName( DOMString name )
Sets the name of the domain created
[more]time_t getDateExpired()
Gets expiration date of the domain created
[more]void setDateExpired( time_t exDate )
Sets expiration date of the domain created
[more]static EppResponseDataCreateDomain* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataCreateDomain object.
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts an EppResponseDataCreateDomain 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 EppResponseDataCreateDomain class implements EPP Response Data entity for EPP Command Create of EPP Domain objects.

o EppResponseDataCreateDomain()
Creates an EppResponseDataCreateDomain object

o EppResponseDataCreateDomain( DOMString name )
Creates an EppResponseDataCreateDomain object

Parameters:
name - the name of the EppDomain object created

o EppResponseDataCreateDomain( DOMString name, time_t exDate )
Creates an EppResponseDataCreateDomain object

Parameters:
name - the name of the EppDomain object created
- exDate the expiration date of the EppDomain object created

o EppResponseDataCreateDomain( DOMString name, DOMString roid )
Creates an EppResponseDataCreateDomain object

Parameters:
name - the name of the EppDomain object created
- roid the ROID of the EppDomain object created
Deprecated:
for EPP-04 (06/29/2001)

o EppResponseDataCreateDomain( DOMString name, DOMString roid, time_t exDate )
Creates an EppResponseDataCreateDomain object

Parameters:
name - the name of the EppDomain object created
- roid the ROID of the EppDomain object created
- exDate the expiration date of the EppDomain object created
Deprecated:
for EPP-04 (06/29/2001)

o ~EppResponseDataCreateDomain()
Destructor

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

oDOMString getName()
Gets the name of the domain created

ovoid setName( DOMString name )
Sets the name of the domain created

otime_t getDateExpired()
Gets expiration date of the domain created

ovoid setDateExpired( time_t exDate )
Sets expiration date of the domain created

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

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

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

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


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision: 1.1.1.1 $ $Date: 2005/12/06 20:11:35 $

Alphabetic index HTML hierarchy of classes or Java


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