#include <epp_Service.h>
Public Methods | |
epp_Service () | |
Null constructor. More... | |
virtual | ~epp_Service () |
Destructor. More... | |
epp_Service (epp_string _m_name, epp_string _m_xmlns, epp_string _m_schema_location) | |
Constructor, using simple types when it can
| |
epp_Service (epp_string_ref _m_name, epp_string_ref _m_xmlns, epp_string_ref _m_schema_location) | |
Constructor, using only references. More... | |
Public Attributes | |
epp_string_ref | m_name |
Name of the service. More... | |
epp_string_ref | m_xmlns |
Namespace for the service. More... | |
epp_string_ref | m_schema_location |
Location of the schema for the service. More... |
|
Null constructor.
|
|
Destructor.
|
|
Constructor, using simple types when it can
|
|
Constructor, using only references.
|
|
Name of the service.
|
|
Location of the schema for the service.
|
|
Namespace for the service.
|