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

eppobject::domain::epp_DomainStatus Class Reference

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

#include <epp_DomainStatus.h>

List of all members.

Public Methods

 epp_DomainStatus ()
 Null constructor. More...

virtual ~epp_DomainStatus ()
 Destructor. More...

 epp_DomainStatus (epp_DomainStatusType _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_DomainStatus (epp_DomainStatusType_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_DomainStatusType_ref m_type
 Type of domain 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 domain.


Constructor & Destructor Documentation

eppobject::domain::epp_DomainStatus::epp_DomainStatus   [inline]
 

Null constructor.

virtual eppobject::domain::epp_DomainStatus::~epp_DomainStatus   [inline, virtual]
 

Destructor.

eppobject::domain::epp_DomainStatus::epp_DomainStatus epp_DomainStatusType    _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::domain::epp_DomainStatus::epp_DomainStatus epp_DomainStatusType_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::domain::epp_DomainStatus::m_lang
 

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

epp_DomainStatusType_ref eppobject::domain::epp_DomainStatus::m_type
 

Type of domain status.

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