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

eppobject::epp::epp_Service Class Reference

Class containing elements used to describe an EPP service. More...

#include <epp_Service.h>

List of all members.

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
Note:
Cannot set simple types to NULL.
More...


 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...


Detailed Description

Class containing elements used to describe an EPP service.


Constructor & Destructor Documentation

eppobject::epp::epp_Service::epp_Service   [inline]
 

Null constructor.

virtual eppobject::epp::epp_Service::~epp_Service   [inline, virtual]
 

Destructor.

eppobject::epp::epp_Service::epp_Service epp_string    _m_name,
epp_string    _m_xmlns,
epp_string    _m_schema_location
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::epp::epp_Service::epp_Service epp_string_ref    _m_name,
epp_string_ref    _m_xmlns,
epp_string_ref    _m_schema_location
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_string_ref eppobject::epp::epp_Service::m_name
 

Name of the service.

epp_string_ref eppobject::epp::epp_Service::m_schema_location
 

Location of the schema for the service.

epp_string_ref eppobject::epp::epp_Service::m_xmlns
 

Namespace for the service.


The documentation for this class was generated from the following file:
Generated on Fri Mar 22 15:48:48 2002 for epprtk c++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001