libepp_nicbr
Classes | Public Member Functions | List of all members
SMDContact Class Reference

EPP SMDContact Class. More...

#include <SMD.H>

Classes

class  Type
 EPP SMDContact::Type Class. More...
 

Public Member Functions

 SMDContact ()
 Default constructor.
 
void set_name (const string &name)
 Sets the name of the responsible person. More...
 
string get_name () const
 Returns the name of the responsible person. More...
 
void set_org (const string &org)
 Sets the name of the organization of the contact. More...
 
string get_org () const
 Sets the name of the organization of the contact. More...
 
void set_postalInfo (const PostalInfo &postalInfo)
 Sets the address information of the contact. More...
 
PostalInfo get_postalInfo () const
 Returns the address information of the contact. More...
 
void set_voice (const string &voice)
 Sets the contact's voice telephone number. More...
 
string get_voice () const
 Returns the contact's voice telephone number. More...
 
void set_fax (const string &fax)
 Sets the contact's facsimile telephone number. More...
 
string get_fax () const
 Returns the contact's facsimile telephone number. More...
 
void set_email (const string &email)
 Sets the contact's email address. More...
 
string get_email () const
 Returns the contact's email address. More...
 
void reset ()
 Reset object attributes.
 

Detailed Description

EPP SMDContact Class.

Member Function Documentation

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
PostalInfo SMDContact::get_postalInfo ( ) const
inline

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
emailcontact's email address
void SMDContact::set_fax ( const string &  fax)
inline

Sets the contact's facsimile telephone number.

Parameters
faxcontact's facsimile telephone number
void SMDContact::set_name ( const string &  name)
inline

Sets the name of the responsible person.

Parameters
namename of the responsible person
void SMDContact::set_org ( const string &  org)
inline

Sets the name of the organization of the contact.

Parameters
orgname of the organization of the contact
void SMDContact::set_postalInfo ( const PostalInfo postalInfo)
inline

Sets the address information of the contact.

Parameters
postalInfoaddress information of the contact
void SMDContact::set_voice ( const string &  voice)
inline

Sets the contact's voice telephone number.

Parameters
voicecontact's voice telephone number

The documentation for this class was generated from the following file: