class EppCommandDeleteHost

This EppCommandDeleteHost class implements EPP Command Delete entity for EPP Host objects.

Inheritance:


Public Methods

[more] EppCommandDeleteHost()
Creates an EppCommandDeleteHost object
[more] EppCommandDeleteHost( DOMString name )
Creates an EppCommandDeleteHost object for deleting a host object based on its name
[more] EppCommandDeleteHost( DOMString name, DOMString xid )
Creates an EppCommandDeleteHost object for deleting a host object based on its name, given a client transaction id associated with the operation
[more] ~EppCommandDeleteHost()
Destructor
[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]DOMString getName()
Gets the name of the host object to be deleted
[more]void setName( DOMString name )
Sets the name of the host object to be deleted
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppCommandDeleteHost object into an XML element
[more]static EppCommandDeleteHost* fromXML( const DOM_Node& root )
Converts an XML element into an EppCommandDeleteHost object.


Inherited from EppCommandDelete:


Inherited from EppCommand:

Public Methods

oEppCreds* getCreds()
ovoid setCreds( EppCreds& creds )
oEppUnspec* getUnspec()
ovoid setUnspec( EppUnspec& unspec )
oDOMString getClientTransactionId()
ovoid setClientTransactionId( DOMString xid )
ostatic EppCommandCreate create( EppObject* object, DOMString xid )
ostatic EppCommandCheck* check( int objectType, DOMString xid )
ostatic EppCommandDelete* remove( int objectType, DOMString objectId, DOMString xid )
ostatic EppCommandInfo* info( int objectType, DOMString objectId, DOMString xid )
ostatic EppCommandUpdate* update( int objectType, DOMString objectId, DOMString xid )
ostatic EppCommandTransfer* transfer( int objectType, DOMString objectId, DOMString xid )
ostatic EppCommandRenew* renew( int objectType, DOMString objectId, DOMString xid )

Protected Fields

oEppCreds* creds
oEppUnspec* unspec
oDOMString clTRID

Protected Methods

oDOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element )
oDOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, ValueVectorOf<DOM_Attr>* attrList )
oDOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, EppEntity* object )
oDOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, EppEntity* object, const DOMString tag, ValueVectorOf<DOM_Attr>* attrList )


Inherited from EppEntity:

Public Methods

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

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

This EppCommandDeleteHost class implements EPP Command Delete entity for EPP Host objects.

o EppCommandDeleteHost()
Creates an EppCommandDeleteHost object

o EppCommandDeleteHost( DOMString name )
Creates an EppCommandDeleteHost object for deleting a host object based on its name

o EppCommandDeleteHost( DOMString name, DOMString xid )
Creates an EppCommandDeleteHost object for deleting a host object based on its name, given a client transaction id associated with the operation

o ~EppCommandDeleteHost()
Destructor

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

oDOMString getName()
Gets the name of the host object to be deleted

ovoid setName( DOMString name )
Sets the name of the host object to be deleted

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

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

ostatic EppCommandDeleteHost* fromXML( const DOM_Node& root )
Converts an XML element into an EppCommandDeleteHost object. The caller of this method must make sure that the root node is of an EPP Command Delete entity for EPP host object.

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