libepp_nicbr
|
EPP DefRegUpdateCmd Class. More...
#include <DefRegUpdateCmd.H>
Classes | |
class | Status |
EPP DefRegUpdateCmd::Status Class. More... | |
Public Member Functions | |
DefRegUpdateCmd (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Set defensive registration roid. More... | |
string | get_roid () const |
Returns defensive registration roid. More... | |
void | insert_status_add (const Status &status) |
Insert a status to be added in the defensive registration object. More... | |
set< Status > | get_status_add () const |
void | insert_status_rem (const Status &status) |
Insert a status to be removed in the defensive registration object. More... | |
set< Status > | get_status_rem () const |
void | set_registrant (const string ®istrant) |
Sets registrant. More... | |
string | get_registrant () const |
Returns registrant. More... | |
void | set_trademark_id (const string &id) |
string | get_trademark_id () const |
void | set_trademark_country (const string &country) |
string | get_trademark_country () const |
void | set_trademark_date (const string &date) |
Sets date when the Trademark was issued. More... | |
string | get_trademark_date () const |
Returns the date when the Trademark was issued. More... | |
void | set_admin_contact (const string &contact) |
string | get_admin_contact () const |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. More... | |
AuthInfo | get_authInfo () const |
Returns authorization information. More... | |
void | reset () |
Reset object attributes. | |
![]() | |
Command (bool reset=true) | |
Default constructor. | |
void | reset () |
Reset object attributes. More... | |
virtual | ~Command () |
virtual destructor | |
void | set_clTRID (const string &clTRID) |
Sets clTRID. More... | |
string | get_clTRID () const |
Returns clTRID. More... | |
Protected Attributes | |
string | _roid |
set< Status > | _status_add |
Set of status to be added to the defensive registration object. | |
set< Status > | _status_rem |
string | _registrant |
string | _trademark_id |
string | _trademark_country |
string | _trademark_date |
Date when the Trademark was issued. | |
string | _admin_contact |
AuthInfo | _authInfo |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DefRegUpdateCmd Class.
|
inline |
Returns the identifier for the administrator associated with the Defensive Registration object
References _admin_contact.
Referenced by cmd_def_reg_update().
|
inline |
Returns authorization information.
References _authInfo.
Referenced by cmd_def_reg_update().
|
inline |
Returns registrant.
References _registrant.
Referenced by cmd_def_reg_update().
|
inline |
Returns defensive registration roid.
References _roid.
Referenced by cmd_def_reg_update().
|
inline |
Returns a set of status to be added in the defensive registration object
References _status_add.
Referenced by cmd_def_reg_update().
|
inline |
Returns the set of status to be removed in the defensive registration object
References _status_rem.
Referenced by cmd_def_reg_update().
|
inline |
Returns country which issued the Trademark associated with the Defensive Registration Object
References _trademark_country.
Referenced by cmd_def_reg_update().
|
inline |
Returns the date when the Trademark was issued.
References _trademark_date.
Referenced by cmd_def_reg_update().
|
inline |
Returns the trademark Identifier (ID) associated with the Defensive Registration Object
References _trademark_id.
Referenced by cmd_def_reg_update().
|
inline |
Insert a status to be added in the defensive registration object.
status | defensive registration object new status |
References _status_add.
Referenced by cmd_def_reg_update().
|
inline |
Insert a status to be removed in the defensive registration object.
status | defensive registration object status to be removed |
References _status_rem.
Referenced by cmd_def_reg_update().
|
inline |
Sets the identifier for the administrator associated with the Defensive Registration object
contact | administrator contact id |
References _admin_contact.
Referenced by cmd_def_reg_update().
|
inline |
Sets authorization information.
authInfo | authorization information |
References _authInfo.
Referenced by cmd_def_reg_update().
|
inline |
Sets registrant.
registrant | registrant identification |
References _registrant.
Referenced by cmd_def_reg_update().
|
inline |
Set defensive registration roid.
roid | identification of a defensive registration |
References _roid.
Referenced by cmd_def_reg_update().
|
inline |
Sets the country which issued the Trademark associated with the Defensive Registration Object
country | country |
References _trademark_country.
Referenced by cmd_def_reg_update().
|
inline |
Sets date when the Trademark was issued.
date | date when the Trademark was issued |
References _trademark_date.
Referenced by cmd_def_reg_update().
|
inline |
Sets the Trademark Identifier (ID) associated with the Defensive Registration Object
id | trademark identifier |
References _trademark_id.
Referenced by cmd_def_reg_update().
|
protected |
Identifier for the administrator associated with the Defensive Registration object
Referenced by get_admin_contact(), reset(), and set_admin_contact().
|
protected |
Authorization information to be associated with the Defensive Registration object
Referenced by get_authInfo(), reset(), and set_authInfo().
|
protected |
Identifier for the human or organizational social information (contact) object to be associated with the Defensive Registration object as the object registrant
Referenced by get_registrant(), reset(), and set_registrant().
|
protected |
Repository Object Identifier assigned to the Defensive Registration object when the object was created
Referenced by get_roid(), reset(), and set_roid().
|
protected |
Set of status to be removed from the defensive registration object
Referenced by get_status_rem(), insert_status_rem(), and reset().
|
protected |
Country which issued the Trademark associated with the Defensive Registration Object
Referenced by get_trademark_country(), reset(), and set_trademark_country().
|
protected |
Trademark Identifier (ID) associated with the Defensive Registration Object
Referenced by get_trademark_id(), reset(), and set_trademark_id().