class EppResponseDataCreateSvcsub

This EppResponseDataCreateSvcsub class implements EPP Response Data entity for EPP Command Create of EPP Svcsub objects.

Inheritance:


Public Methods

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

o EppResponseDataCreateSvcsub()
Creates an EppResponseDataCreateSvcsub object

o EppResponseDataCreateSvcsub( DOMString id )
Creates an EppResponseDataCreateSvcsub object

Parameters:
id - the id of the EppSvcsub object created

o EppResponseDataCreateSvcsub( DOMString id, time_t exDate )
Creates an EppResponseDataCreateSvcsub object

Parameters:
id - the id of the EppSvcsub object created
- exDate the expiration date of the EppSvcsub object created

o EppResponseDataCreateSvcsub( DOMString id, DOMString roid )
Creates an EppResponseDataCreateSvcsub object

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

o EppResponseDataCreateSvcsub( DOMString id, DOMString roid, time_t exDate )
Creates an EppResponseDataCreateSvcsub object

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

o ~EppResponseDataCreateSvcsub()
Destructor

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

oDOMString getId()
Gets the id of the subscription object created

ovoid setId( DOMString id )
Sets the id of the subscription object created

otime_t getDateExpired()
Gets expiration date of the subscription object created

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

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

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

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

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


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

Alphabetic index HTML hierarchy of classes or Java


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