EPP SMDContact Class.
More...
#include <SMD.H>
string SMDContact::get_email |
( |
| ) |
const |
|
inline |
Returns the contact's email address.
- Returns
- contact's email address
string SMDContact::get_fax |
( |
| ) |
const |
|
inline |
Returns the contact's facsimile telephone number.
- Returns
- contact's facsimile telephone number
string SMDContact::get_name |
( |
| ) |
const |
|
inline |
Returns the name of the responsible person.
- Returns
- name of the responsible person
string SMDContact::get_org |
( |
| ) |
const |
|
inline |
Sets the name of the organization of the contact.
- Returns
- name of the organization of the contact
Returns the address information of the contact.
- Returns
- address information of the contact
string SMDContact::get_voice |
( |
| ) |
const |
|
inline |
Returns the contact's voice telephone number.
- Returns
- contact's voice telephone number
void SMDContact::set_email |
( |
const string & |
email | ) |
|
|
inline |
Sets the contact's email address.
- Parameters
-
email | contact's email address |
void SMDContact::set_fax |
( |
const string & |
fax | ) |
|
|
inline |
Sets the contact's facsimile telephone number.
- Parameters
-
fax | contact's facsimile telephone number |
void SMDContact::set_name |
( |
const string & |
name | ) |
|
|
inline |
Sets the name of the responsible person.
- Parameters
-
name | name of the responsible person |
void SMDContact::set_org |
( |
const string & |
org | ) |
|
|
inline |
Sets the name of the organization of the contact.
- Parameters
-
org | name of the organization of the contact |
void SMDContact::set_postalInfo |
( |
const PostalInfo & |
postalInfo | ) |
|
|
inline |
Sets the address information of the contact.
- Parameters
-
postalInfo | address information of the contact |
void SMDContact::set_voice |
( |
const string & |
voice | ) |
|
|
inline |
Sets the contact's voice telephone number.
- Parameters
-
voice | contact's voice telephone number |
The documentation for this class was generated from the following file: