This EppCommand class implements EPP Command entity.
![[more]](icon1.gif) EppCommand()
 EppCommand()
EppCommand object
![[more]](icon1.gif) virtual   ~EppCommand()
virtual   ~EppCommand()
![[more]](icon1.gif) virtual   int getEntityType()
virtual   int getEntityType()
![[more]](icon1.gif) EppCreds* getCreds()
EppCreds* getCreds()
![[more]](icon1.gif) void setCreds( EppCreds& creds )
void setCreds( EppCreds& creds )
![[more]](icon1.gif) EppUnspec* getUnspec()
EppUnspec* getUnspec()
![[more]](icon1.gif) void setUnspec( EppUnspec& unspec )
void setUnspec( EppUnspec& unspec )
![[more]](icon1.gif) DOMString getClientTransactionId()
DOMString getClientTransactionId()
![[more]](icon1.gif) void setClientTransactionId( DOMString xid )
void setClientTransactionId( DOMString xid )
![[more]](icon1.gif) static   EppCommand* fromXML( const DOM_Node& root )
static   EppCommand* fromXML( const DOM_Node& root )
EppCommand object.
![[more]](icon1.gif) static   EppCommandCreate create( EppObject*  object, DOMString xid )
static   EppCommandCreate create( EppObject*  object, DOMString xid )
EppCommandCreate object.
![[more]](icon1.gif) static   EppCommandCheck* check( int objectType, DOMString xid )
static   EppCommandCheck* check( int objectType, DOMString xid )
EppCommandCheck object based on the object type.
![[more]](icon1.gif) static   EppCommandDelete* remove( int objectType, DOMString objectId, DOMString xid )
static   EppCommandDelete* remove( int objectType, DOMString objectId, DOMString xid )
EppCommandDelete object based on the object type.
![[more]](icon1.gif) static   EppCommandInfo* info( int objectType, DOMString objectId, DOMString xid )
static   EppCommandInfo* info( int objectType, DOMString objectId, DOMString xid )
EppCommandInfo object based on the object type.
![[more]](icon1.gif) static   EppCommandUpdate* update( int objectType, DOMString objectId, DOMString xid )
static   EppCommandUpdate* update( int objectType, DOMString objectId, DOMString xid )
EppCommandUpdate object based on the object type.
![[more]](icon1.gif) static   EppCommandTransfer* transfer( int objectType, DOMString objectId, DOMString xid )
static   EppCommandTransfer* transfer( int objectType, DOMString objectId, DOMString xid )
EppCommandTransfer object based on the object type.
![[more]](icon1.gif) static   EppCommandRenew* renew( int objectType, DOMString objectId, DOMString xid )
static   EppCommandRenew* renew( int objectType, DOMString objectId, DOMString xid )
EppCommandRenew object based on the object type.
![[more]](icon1.gif) EppCreds* creds
EppCreds* creds
![[more]](icon1.gif) EppUnspec* unspec
EppUnspec* unspec
![[more]](icon1.gif) DOMString clTRID
DOMString clTRID
![[more]](icon1.gif) DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element )
DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element )
EppCommand components into an XML element.
![[more]](icon1.gif) DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, ValueVectorOf<DOM_Attr>*  attrList )
DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, ValueVectorOf<DOM_Attr>*  attrList )
EppCommand components into an XML element.
![[more]](icon1.gif) DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, EppEntity*  object )
DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, EppEntity*  object )
EppCommand components into an XML element.
![[more]](icon1.gif) DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, EppEntity*  object, const DOMString tag, ValueVectorOf<DOM_Attr>*  attrList )
DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, EppEntity*  object, const DOMString tag, ValueVectorOf<DOM_Attr>*  attrList )
EppCommand components into an XML element
 bool instanceOf( const int type )
bool instanceOf( const int type )
 virtual   DOM_Element toXML( DOM_Document &doc, const DOMString &tag )
virtual   DOM_Element toXML( DOM_Document &doc, const DOMString &tag )
 virtual   DOMString toString()
virtual   DOMString toString()
 DOMString toString( const DOMString &tag )
DOMString toString( const DOMString &tag )
This EppCommand class implements EPP Command entity.
 EppCreds* creds
EppCreds* creds
 EppUnspec* unspec
EppUnspec* unspec
 DOMString clTRID
DOMString clTRID
 DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element )
DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element )
EppCommand components into an XML
element. The command must be object specific commands such as
create/delete/query, etc.
DOM_Element object
EppCommand
object
DOM_Element associated with the command
DOM_Element object DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, ValueVectorOf<DOM_Attr>*  attrList )
DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, ValueVectorOf<DOM_Attr>*  attrList )
EppCommand components into an XML
element. The command must be object specific commands such as
create/delete/query, etc.
DOM_Element object
EppCommand
object
DOM_Element associated with the command
Attr list associated with the
command
DOM_Element object DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, EppEntity*  object )
DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, EppEntity*  object )
EppCommand components into an XML
element. The command must be object specific commands such as
create/delete/query, etc.
DOM_Element object
EppCommand
object
EppObject associated with the command.
the type of the object should be either
EppEntity or DOM_Element
DOM_Element object DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, EppEntity*  object, const DOMString tag, ValueVectorOf<DOM_Attr>*  attrList )
DOM_Element toXMLCommon( DOM_Document& doc, const DOMString command, DOM_Element& element, EppEntity*  object, const DOMString tag, ValueVectorOf<DOM_Attr>*  attrList )
EppCommand components into an XML
element
DOM_Element object
EppCommand
object
DOM_Element associated with the command.
EppEntity associated with the command.
Attr list associated with the
command
DOM_Element object
 EppCommand()
 EppCommand()
EppCommand object
 virtual   ~EppCommand()
virtual   ~EppCommand()
 virtual   int getEntityType()
virtual   int getEntityType()
 EppCreds* getCreds()
EppCreds* getCreds()
 void setCreds( EppCreds& creds )
void setCreds( EppCreds& creds )
 EppUnspec* getUnspec()
EppUnspec* getUnspec()
 void setUnspec( EppUnspec& unspec )
void setUnspec( EppUnspec& unspec )
 DOMString getClientTransactionId()
DOMString getClientTransactionId()
 void setClientTransactionId( DOMString xid )
void setClientTransactionId( DOMString xid )
 static   EppCommand* fromXML( const DOM_Node& root )
static   EppCommand* fromXML( const DOM_Node& root )
EppCommand object.
The caller of this method must make sure that the root node is of
an EPP Command entity.
EppCommand object in XML
format
EppEntity object, or null if the node
is invalid static   EppCommandCreate create( EppObject*  object, DOMString xid )
static   EppCommandCreate create( EppObject*  object, DOMString xid )
EppCommandCreate object. This is a
convience method for creating an EPP Object in the registry.
EppCommandCreate object, which could
be one of the subclass of EppCommandCreate static   EppCommandCheck* check( int objectType, DOMString xid )
static   EppCommandCheck* check( int objectType, DOMString xid )
EppCommandCheck object based on the
object type.
EppObject, as
one of the followings:
EppCommandCheck object, which could
be one of the subclass of EppCommandCheck;
or null if the object type is invalid.
 static   EppCommandDelete* remove( int objectType, DOMString objectId, DOMString xid )
static   EppCommandDelete* remove( int objectType, DOMString objectId, DOMString xid )
EppCommandDelete object based on the
object type.
EppObject, as
one of the followings:
EppCommandDelete object, which could
be one of the subclass of EppCommandDelete;
or null if the object type is invalid.
delete in its Java API,
but we could not use delete as it is a C++ keyword. static   EppCommandInfo* info( int objectType, DOMString objectId, DOMString xid )
static   EppCommandInfo* info( int objectType, DOMString objectId, DOMString xid )
EppCommandInfo object based on the
object type.
EppObject, as
one of the followings:
EppCommandInfo object, which could
be one of the subclass of EppCommandInfo;
or null if the object type is invalid.
 static   EppCommandUpdate* update( int objectType, DOMString objectId, DOMString xid )
static   EppCommandUpdate* update( int objectType, DOMString objectId, DOMString xid )
EppCommandUpdate object based on the
object type.
EppObject, as
one of the followings:
EppCommandUpdate object, which could
be one of the subclass of EppCommandUpdate;
or null if the object type is invalid.
 static   EppCommandTransfer* transfer( int objectType, DOMString objectId, DOMString xid )
static   EppCommandTransfer* transfer( int objectType, DOMString objectId, DOMString xid )
EppCommandTransfer object based on the
object type.
EppObject, as
one of the followings:
EppCommandTransfer object, which could
be one of the subclass of EppCommandTransfer;
or null if the object type is invalid.
 static   EppCommandRenew* renew( int objectType, DOMString objectId, DOMString xid )
static   EppCommandRenew* renew( int objectType, DOMString objectId, DOMString xid )
EppCommandRenew object based on the
object type.
EppObject, as
one of the followings:
EppCommandRenew object, which could
be one of the subclass of EppCommandRenew;
or null if the object type is invalid.
setCurrentExpiratin and setPeriod
to change these default values.Alphabetic index HTML hierarchy of classes or Java