libepp_nicbr
|
EPP DefRegCreateCmd Class. More...
#include <DefRegCreateCmd.H>
Public Member Functions | |
DefRegCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_name (const DefRegName &name) |
Sets name of the Defensive Registration object. More... | |
DefRegName | get_name () const |
Returns name of the Defensive Registration object. More... | |
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_period (const int time, const string &unit) |
RegistrationPeriod | get_period () const |
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 | |
DefRegName | _name |
Name of the Defensive Registration object to be created. | |
string | _registrant |
string | _trademark_id |
string | _trademark_country |
string | _trademark_date |
Date when the Trademark was issued. | |
RegistrationPeriod | _period |
Initial registration period of the Defensive Registration object. | |
string | _admin_contact |
AuthInfo | _authInfo |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DefRegCreateCmd Class.
|
inline |
Returns the identifier for the administrator associated with the Defensive Registration object
References _admin_contact.
Referenced by cmd_def_reg_create().
|
inline |
Returns authorization information.
References _authInfo.
Referenced by cmd_def_reg_create().
|
inline |
Returns name of the Defensive Registration object.
References _name.
Referenced by cmd_def_reg_create().
|
inline |
Returns the initial registration period of the Defensive Registration object
References _period.
Referenced by cmd_def_reg_create().
|
inline |
Returns registrant.
References _registrant.
Referenced by cmd_def_reg_create().
|
inline |
Returns country which issued the Trademark associated with the Defensive Registration Object
References _trademark_country.
Referenced by cmd_def_reg_create().
|
inline |
Returns the date when the Trademark was issued.
References _trademark_date.
Referenced by cmd_def_reg_create().
|
inline |
Returns the trademark Identifier (ID) associated with the Defensive Registration Object
References _trademark_id.
Referenced by cmd_def_reg_create().
|
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_create().
|
inline |
Sets authorization information.
authInfo | authorization information |
References _authInfo.
Referenced by cmd_def_reg_create().
|
inline |
Sets name of the Defensive Registration object.
name | name of the Defensive Registration object |
References _name.
Referenced by cmd_def_reg_create().
|
inline |
Sets the initial registration period of the Defensive Registration object
time | amount of time |
unit | measure unit |
References _period.
Referenced by cmd_def_reg_create().
|
inline |
Sets registrant.
registrant | registrant identification |
References _registrant.
Referenced by cmd_def_reg_create().
|
inline |
Sets the country which issued the Trademark associated with the Defensive Registration Object
country | country |
References _trademark_country.
Referenced by cmd_def_reg_create().
|
inline |
Sets date when the Trademark was issued.
date | date when the Trademark was issued |
References _trademark_date.
Referenced by cmd_def_reg_create().
|
inline |
Sets the Trademark Identifier (ID) associated with the Defensive Registration Object
id | trademark identifier |
References _trademark_id.
Referenced by cmd_def_reg_create().
|
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 |
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().