#include <epp_Greeting.h>
Public Methods | |
epp_Greeting () | |
Null constructor. More... | |
virtual | ~epp_Greeting () |
Destructor. More... | |
epp_Greeting (epp_string _m_server_id, epp_datetime _m_server_date, epp_string_seq_ref _m_versions, epp_string_seq_ref _m_langs, epp_service_seq_ref _m_services, epp_service_seq_ref _m_unspec_services) | |
Constructor, using simple types when it can
| |
epp_Greeting (epp_string_ref _m_server_id, epp_datetime_ref _m_server_date, epp_string_seq_ref _m_versions, epp_string_seq_ref _m_langs, epp_service_seq_ref _m_services, epp_service_seq_ref _m_unspec_services) | |
Constructor, using only references. More... | |
Public Attributes | |
epp_string_ref | m_server_id |
Name of the server. More... | |
epp_datetime_ref | m_server_date |
Current date and time in UTC of the server. More... | |
epp_string_seq_ref | m_versions |
Protocol versions supported by the server. More... | |
epp_string_seq_ref | m_langs |
ID of languages supported by the server (iso639). More... | |
epp_service_seq_ref | m_services |
Standard EPP objects that the server is capable of managing. More... | |
epp_service_seq_ref | m_unspec_services |
Custom EPP object extensions supported by the server. More... |
|
Null constructor.
|
|
Destructor.
|
|
Constructor, using simple types when it can
|
|
Constructor, using only references.
|
|
ID of languages supported by the server (iso639).
|
|
Current date and time in UTC of the server.
|
|
Name of the server.
|
|
Standard EPP objects that the server is capable of managing.
|
|
Custom EPP object extensions supported by the server.
|
|
Protocol versions supported by the server.
|