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

EPP SMDHolder Class. More...

#include <SMD.H>

Classes

class  Type
 EPP SMDHolder::Type Class. More...
 

Public Member Functions

 SMDHolder ()
 Default constructor.
 
void set_name (const string &name)
 Sets the name of the holder. More...
 
string get_name () const
 Returns the name of the holder. More...
 
void set_org (const string &org)
 Sets the name of the organization holder of the mark. More...
 
string get_org () const
 Returns the name of the organization holder of the mark. More...
 
void set_postalInfo (const PostalInfo &postalInfo)
 Sets the address information of the holder of a mark. More...
 
PostalInfo get_postalInfo () const
 Returns the address information of the holder of a mark. More...
 
void set_voice (const string &voice)
 Sets the organization's voice telephone number. More...
 
string get_voice () const
 Returns the organization's voice telephone number. More...
 
void set_fax (const string &fax)
 Sets the organization's facsimile telephone number. More...
 
string get_fax () const
 Returns the organization'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 SMDHolder Class.

Member Function Documentation

string SMDHolder::get_email ( ) const
inline

Returns the contact's email address.

Returns
email contact's email address
string SMDHolder::get_fax ( ) const
inline

Returns the organization's facsimile telephone number.

Returns
organization's facsimile telephone number
string SMDHolder::get_name ( ) const
inline

Returns the name of the holder.

Returns
name of the holder
string SMDHolder::get_org ( ) const
inline

Returns the name of the organization holder of the mark.

Returns
name of the organization holder of the mark
PostalInfo SMDHolder::get_postalInfo ( ) const
inline

Returns the address information of the holder of a mark.

Returns
address information of the holder of a mark
string SMDHolder::get_voice ( ) const
inline

Returns the organization's voice telephone number.

Returns
organization's voice telephone number
void SMDHolder::set_email ( const string &  email)
inline

Sets the contact's email address.

Parameters
emailcontact's email address
void SMDHolder::set_fax ( const string &  fax)
inline

Sets the organization's facsimile telephone number.

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

Sets the name of the holder.

Parameters
nameName of the holder
void SMDHolder::set_org ( const string &  org)
inline

Sets the name of the organization holder of the mark.

Parameters
orgname of the organization holder of the mark
void SMDHolder::set_postalInfo ( const PostalInfo postalInfo)
inline

Sets the address information of the holder of a mark.

Parameters
postalInfoAddress information of the holder of a mark
void SMDHolder::set_voice ( const string &  voice)
inline

Sets the organization's voice telephone number.

Parameters
voiceorganization's voice telephone number

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