Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

eppobject::contact::epp_ContactStatus Class Reference

Class containing elements to describe a status of a contact. More...

#include <epp_ContactStatus.h>

List of all members.

Public Methods

 epp_ContactStatus ()
 Null constructor. More...

virtual ~epp_ContactStatus ()
 Destructor. More...

 epp_ContactStatus (epp_ContactStatusType _m_type, eppobject::epp::epp_string _m_lang, eppobject::epp::epp_string _m_value)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_ContactStatus (epp_ContactStatusType_ref _m_type, eppobject::epp::epp_string_ref _m_lang, eppobject::epp::epp_string_ref _m_value)
 Constructor, using only references. More...


Public Attributes

epp_ContactStatusType_ref m_type
 Type of contact status. More...

eppobject::epp::epp_string_ref m_lang
 Language of the human-readable describing text (iso639). More...

eppobject::epp::epp_string_ref m_value
 Human-readable text describing the rationale for the applied status. More...


Detailed Description

Class containing elements to describe a status of a contact.


Constructor & Destructor Documentation

eppobject::contact::epp_ContactStatus::epp_ContactStatus   [inline]
 

Null constructor.

virtual eppobject::contact::epp_ContactStatus::~epp_ContactStatus   [inline, virtual]
 

Destructor.

eppobject::contact::epp_ContactStatus::epp_ContactStatus epp_ContactStatusType    _m_type,
eppobject::epp::epp_string    _m_lang,
eppobject::epp::epp_string    _m_value
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::contact::epp_ContactStatus::epp_ContactStatus epp_ContactStatusType_ref    _m_type,
eppobject::epp::epp_string_ref    _m_lang,
eppobject::epp::epp_string_ref    _m_value
[inline]
 

Constructor, using only references.


Member Data Documentation

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactStatus::m_lang
 

Language of the human-readable describing text (iso639).

epp_ContactStatusType_ref eppobject::contact::epp_ContactStatus::m_type
 

Type of contact status.

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactStatus::m_value
 

Human-readable text describing the rationale for the applied status.


The documentation for this class was generated from the following file:
Generated on Fri Mar 22 15:48:46 2002 for epprtk c++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001