class EppCommandCheckSvcsub

This EppCommandCheckSvcsub class implements EPP Command Check entity for EPP Svcsub objects.

Inheritance:


Public Methods

[more] EppCommandCheckSvcsub()
Creates an EppCommandCheckSvcsub object
[more] EppCommandCheckSvcsub( DOMString xid )
Creates an EppCommandCheckSvcsub object, given a client transaction id associated with the operation
[more] ~EppCommandCheckSvcsub()
Destructor
[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]ValueVectorOf<DOMString> * getId()
Gets the list of the ids of the subscription objects to be checked
[more]ValueVectorOf<DOMString> * get()
Gets the list of the ids of the subscription objects to be checked
[more]void addId( DOMString id )
Adds the id of a subscription object to the list of ids of subscription objects be checked
[more]void add( DOMString id )
Adds the id of a subscription object to the list of ids of subscription objects be checked
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppCommandCheckSvcsub object into an XML element
[more]static EppCommandCheckSvcsub* fromXML( const DOM_Node& root )
Converts an XML element into an EppCommandCheckSvcsub object.


Inherited from EppCommandCheck:


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 EppCommandCheckSvcsub class implements EPP Command Check entity for EPP Svcsub objects.

o EppCommandCheckSvcsub()
Creates an EppCommandCheckSvcsub object

o EppCommandCheckSvcsub( DOMString xid )
Creates an EppCommandCheckSvcsub object, given a client transaction id associated with the operation

o ~EppCommandCheckSvcsub()
Destructor

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

oValueVectorOf<DOMString> * getId()
Gets the list of the ids of the subscription objects to be checked

oValueVectorOf<DOMString> * get()
Gets the list of the ids of the subscription objects to be checked


Note: this is an alias for getId

ovoid addId( DOMString id )
Adds the id of a subscription object to the list of ids of subscription objects be checked

ovoid add( DOMString id )
Adds the id of a subscription object to the list of ids of subscription objects be checked


Note: this is an alias for addId

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

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

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

Parameters:
root - root node for an EppCommandCheckSvcsub object in XML format
Returns:
an EppCommandCheckSvcsub 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.1.1 $

Alphabetic index HTML hierarchy of classes or Java


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