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

eppobject::contact::epp_ContactNameAddress Class Reference

Class containing elements used to describe the name and address of a contact. More...

#include <epp_ContactNameAddress.h>

List of all members.

Public Methods

 epp_ContactNameAddress ()
 Null constructor. More...

virtual ~epp_ContactNameAddress ()
 Destructor. More...

 epp_ContactNameAddress (eppobject::epp::epp_string _m_name, eppobject::epp::epp_string _m_org, epp_ContactAddress_ref _m_address)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_ContactNameAddress (eppobject::epp::epp_string_ref _m_name, eppobject::epp::epp_string_ref _m_org, epp_ContactAddress_ref _m_address)
 Constructor, using only references. More...


Public Attributes

eppobject::epp::epp_string_ref m_name
 Name of the contact. More...

eppobject::epp::epp_string_ref m_org
 Organization associated with the contact. More...

epp_ContactAddress_ref m_address
 Address associated with the contact. More...


Detailed Description

Class containing elements used to describe the name and address of a contact.


Constructor & Destructor Documentation

eppobject::contact::epp_ContactNameAddress::epp_ContactNameAddress   [inline]
 

Null constructor.

virtual eppobject::contact::epp_ContactNameAddress::~epp_ContactNameAddress   [inline, virtual]
 

Destructor.

eppobject::contact::epp_ContactNameAddress::epp_ContactNameAddress eppobject::epp::epp_string    _m_name,
eppobject::epp::epp_string    _m_org,
epp_ContactAddress_ref    _m_address
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::contact::epp_ContactNameAddress::epp_ContactNameAddress eppobject::epp::epp_string_ref    _m_name,
eppobject::epp::epp_string_ref    _m_org,
epp_ContactAddress_ref    _m_address
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_ContactAddress_ref eppobject::contact::epp_ContactNameAddress::m_address
 

Address associated with the contact.

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactNameAddress::m_name
 

Name of the contact.

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactNameAddress::m_org
 

Organization associated with the contact.


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