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

eppobject::host::epp_HostStatus Class Reference

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

#include <epp_HostStatus.h>

List of all members.

Public Methods

 epp_HostStatus ()
 Null constructor. More...

virtual ~epp_HostStatus ()
 Destructor. More...

 epp_HostStatus (epp_HostStatusType _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_HostStatus (epp_HostStatusType_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_HostStatusType_ref m_type
 Type of host 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 host.


Constructor & Destructor Documentation

eppobject::host::epp_HostStatus::epp_HostStatus   [inline]
 

Null constructor.

virtual eppobject::host::epp_HostStatus::~epp_HostStatus   [inline, virtual]
 

Destructor.

eppobject::host::epp_HostStatus::epp_HostStatus epp_HostStatusType    _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::host::epp_HostStatus::epp_HostStatus epp_HostStatusType_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::host::epp_HostStatus::m_lang
 

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

epp_HostStatusType_ref eppobject::host::epp_HostStatus::m_type
 

Type of host status.

eppobject::epp::epp_string_ref eppobject::host::epp_HostStatus::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:49 2002 for epprtk c++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001