This EppResponseDataCreateDomain class implements EPP Response Data entity for EPP Command Create of EPP Domain objects.
Inheritance:
Public Methods
-
EppResponseDataCreateDomain()
- Creates an
EppResponseDataCreateDomain object
-
EppResponseDataCreateDomain( DOMString name )
- Creates an
EppResponseDataCreateDomain object
-
EppResponseDataCreateDomain( DOMString name, time_t exDate )
- Creates an
EppResponseDataCreateDomain object
-
EppResponseDataCreateDomain( DOMString name, DOMString roid )
- Creates an
EppResponseDataCreateDomain object
-
EppResponseDataCreateDomain( DOMString name, DOMString roid, time_t exDate )
- Creates an
EppResponseDataCreateDomain object
-
~EppResponseDataCreateDomain()
- Destructor
-
virtual int getEntityType()
- Returns the run-time type of an EppEntity object
-
DOMString getName()
- Sets the name of the domain created
-
void setName( DOMString name )
- Sets the name of the domain created
-
time_t getDateExpired()
- Gets expiration date of the domain created
-
void setDateExpired( time_t exDate )
- Sets expiration date of the domain created
-
static EppResponseDataCreateDomain* fromXML( const DOM_Node& root )
- Converts an XML element into an
EppResponseDataCreateDomain object.
-
DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
- Converts an
EppResponseDataCreateDomain object into an XML element.
Public Methods
-
DOMString getRoid()
-
void setRoid( DOMString roid )
Protected Fields
-
DOMString roid
Public Methods
-
bool instanceOf( const int type )
-
virtual DOMString toString()
Protected Methods
-
DOMString toString( const DOMString &tag )
Documentation
This EppResponseDataCreateDomain class implements EPP
Response Data entity for EPP Command Create of EPP Domain objects.
EppResponseDataCreateDomain()
-
Creates an
EppResponseDataCreateDomain object
EppResponseDataCreateDomain( DOMString name )
-
Creates an
EppResponseDataCreateDomain object
- Parameters:
- name - the name of the
EppDomain object created
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
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)
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)
~EppResponseDataCreateDomain()
-
Destructor
virtual int getEntityType()
-
Returns the run-time type of an EppEntity object
DOMString getName()
-
Sets the name of the domain created
void setName( DOMString name )
-
Sets the name of the domain created
time_t getDateExpired()
-
Gets expiration date of the domain created
void setDateExpired( time_t exDate )
-
Sets expiration date of the domain created
static 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
DOM_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$ $Date$
Alphabetic index HTML hierarchy of classes or Java
Copyright © 2001 NeuStar, Inc. All Rights Reserved.