libepp_nicbr
Public Member Functions | List of all members
SMDIssuerInfo Class Reference

EPP SMDIssuerInfo Class. More...

#include <SMD.H>

Public Member Functions

 SMDIssuerInfo ()
 Default constructor.
 
void set_id (const string &id)
 Sets the identifier of the issuer. More...
 
string get_id () const
 Returns the identifier of the issuer. More...
 
void set_org (const string &org)
 Sets the organization name of the issuer. More...
 
string get_org () const
 Returns the organization name of the issuer. More...
 
void set_email (const string &email)
 Sets the issuer customer support email address. More...
 
string get_email () const
 Returns the issuer customer support email address. More...
 
void set_url (const string &url)
 Sets the HTTP URL of the issuer's site. More...
 
string get_url () const
 Returns the HTTP URL of the issuer's site. More...
 
void set_voice (const string &voice)
 Sets the issuer's voice telephone number. More...
 
string get_voice () const
 Returns the issuer's voice telephone number. More...
 
void reset ()
 Reset object attributes.
 

Detailed Description

EPP SMDIssuerInfo Class.

Member Function Documentation

string SMDIssuerInfo::get_email ( ) const
inline

Returns the issuer customer support email address.

Returns
issuer customer support email address
string SMDIssuerInfo::get_id ( ) const
inline

Returns the identifier of the issuer.

Returns
identifier of the issuer
string SMDIssuerInfo::get_org ( ) const
inline

Returns the organization name of the issuer.

Returns
organization name of the issuer
string SMDIssuerInfo::get_url ( ) const
inline

Returns the HTTP URL of the issuer's site.

Returns
HTTP URL of the issuer's site
string SMDIssuerInfo::get_voice ( ) const
inline

Returns the issuer's voice telephone number.

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

Sets the issuer customer support email address.

Parameters
emailissuer customer support email address
void SMDIssuerInfo::set_id ( const string &  id)
inline

Sets the identifier of the issuer.

Parameters
ididentifier of the issuer
void SMDIssuerInfo::set_org ( const string &  org)
inline

Sets the organization name of the issuer.

Parameters
orgorganization name of the issuer
void SMDIssuerInfo::set_url ( const string &  url)
inline

Sets the HTTP URL of the issuer's site.

Parameters
urlHTTP URL of the issuer's site
void SMDIssuerInfo::set_voice ( const string &  voice)
inline

Sets the issuer's voice telephone number.

Parameters
voiceissuer's voice telephone number

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