EPP SMDProtection Class.
More...
#include <SMD.H>
|
| SMDProtection () |
| Default constructor.
|
|
void | set_cc (const string &cc) |
|
string | get_cc () const |
|
void | set_region (const string ®ion) |
|
string | get_region () const |
|
void | set_rulings (const list< string > &rulings) |
| Sets the two-character code of the countries of the ruling. More...
|
|
void | add_ruling (const string &ruling) |
| Add a two-character code of the country of the ruling. More...
|
|
list< string > | get_rulings () const |
| Returns the two-character code of the countries of the ruling. More...
|
|
void | reset () |
| Reset object attributes.
|
|
void SMDProtection::add_ruling |
( |
const string & |
ruling | ) |
|
|
inline |
Add a two-character code of the country of the ruling.
- Parameters
-
ruling | two-character code of the country of the ruling |
string SMDProtection::get_cc |
( |
| ) |
const |
|
inline |
Returns the two-character code of the country in which the mark is protected
- Returns
- two-character code of the country in which the mark is protected
string SMDProtection::get_region |
( |
| ) |
const |
|
inline |
Returns the name of a city, state, province or other geographic region of <mark:country> in which the mark is protected
- Returns
- name of a city, state, province or other geographic region of <mark:country> in which the mark is protected
list<string> SMDProtection::get_rulings |
( |
| ) |
const |
|
inline |
Returns the two-character code of the countries of the ruling.
- Returns
- two-character code of the countries of the ruling
void SMDProtection::set_cc |
( |
const string & |
cc | ) |
|
|
inline |
Sets the two-character code of the country in which the mark is protected
- Parameters
-
cc | two-character code of the country in which the mark is protected |
void SMDProtection::set_region |
( |
const string & |
region | ) |
|
|
inline |
Sets the name of a city, state, province or other geographic region of <mark:country> in which the mark is protected
- Parameters
-
region | name of a city, state, province or other geographic region of <mark:country> in which the mark is protected |
void SMDProtection::set_rulings |
( |
const list< string > & |
rulings | ) |
|
|
inline |
Sets the two-character code of the countries of the ruling.
- Parameters
-
rulings | two-character code of the countries of the ruling |
The documentation for this class was generated from the following file: