class EppUnspec

The EppUnspec class implement EPP unspecType objects.

Inheritance:


Public Methods

[more] EppUnspec()
Creates an EppUnspec object
[more] EppUnspec( DOMString value )
Creates an EppUnspec object with a value
[more] ~EppUnspec()
Destructor
[more]DOMString getValue()
Gets the value associated with EppUnspec object
[more]void setValue( const DOMString& value )
Sets the value associated with EppUnspec object
[more]DOM_Element toXML( DOM_Document &doc, const DOMString &tag )
Converts the EppUnspec object into an XML element
[more]static EppUnspec* fromXML( const DOM_Node &root )
Converts an XML element into an EppUnspec object.


Inherited from EppEntity:

Public Methods

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

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

The EppUnspec class implement EPP unspecType objects.

o EppUnspec()
Creates an EppUnspec object

o EppUnspec( DOMString value )
Creates an EppUnspec object with a value

o ~EppUnspec()
Destructor

oDOMString getValue()
Gets the value associated with EppUnspec object

ovoid setValue( const DOMString& value )
Sets the value associated with EppUnspec object

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

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

ostatic EppUnspec* fromXML( const DOM_Node &root )
Converts an XML element into an EppUnspec object. The caller of this method must make sure that the root node is of EPP unspecType

Parameters:
root - root node for an EppUnspec object in XML format
Returns:
an EppUnspec 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 NeuStar, Inc. All Rights Reserved.