#include <epp_DomainStatus.h>
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
| |
| 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... | |
|
|
Null constructor.
|
|
|
Destructor.
|
|
||||||||||||||||
|
Constructor, using simple types when it can
|
|
||||||||||||||||
|
Constructor, using only references.
|
|
|
Language of the human-readable describing text (iso639).
|
|
|
Type of domain status.
|
|
|
Human-readable text describing the rationale for the applied status.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001