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

eppobject::contact::epp_ContactAddress Class Reference

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

#include <epp_ContactAddress.h>

List of all members.

Public Methods

 epp_ContactAddress ()
 Null constructor. More...

virtual ~epp_ContactAddress ()
 Destructor. More...

 epp_ContactAddress (eppobject::epp::epp_string _m_street1, eppobject::epp::epp_string _m_street2, eppobject::epp::epp_string _m_street3, eppobject::epp::epp_string _m_city, eppobject::epp::epp_string _m_state_province, eppobject::epp::epp_string _m_postal_code, eppobject::epp::epp_string _m_country_code)
 Constructor, using simple types when it can
Note:
Cannot set simple types to NULL.
More...


 epp_ContactAddress (eppobject::epp::epp_string_ref _m_street1, eppobject::epp::epp_string_ref _m_street2, eppobject::epp::epp_string_ref _m_street3, eppobject::epp::epp_string_ref _m_city, eppobject::epp::epp_string_ref _m_state_province, eppobject::epp::epp_string_ref _m_postal_code, eppobject::epp::epp_string_ref _m_country_code)
 Constructor, using only references. More...


Public Attributes

eppobject::epp::epp_string_ref m_street1
 Line 1 of contact street address. More...

eppobject::epp::epp_string_ref m_street2
 Line 2 of contact street address. More...

eppobject::epp::epp_string_ref m_street3
 Line 3 of contact street address. More...

eppobject::epp::epp_string_ref m_city
 Contact city. More...

eppobject::epp::epp_string_ref m_state_province
 Contact state/province. More...

eppobject::epp::epp_string_ref m_postal_code
 Contact postal code. More...

eppobject::epp::epp_string_ref m_country_code
 Contact country code (iso3166). More...


Detailed Description

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


Constructor & Destructor Documentation

eppobject::contact::epp_ContactAddress::epp_ContactAddress   [inline]
 

Null constructor.

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

Destructor.

eppobject::contact::epp_ContactAddress::epp_ContactAddress eppobject::epp::epp_string    _m_street1,
eppobject::epp::epp_string    _m_street2,
eppobject::epp::epp_string    _m_street3,
eppobject::epp::epp_string    _m_city,
eppobject::epp::epp_string    _m_state_province,
eppobject::epp::epp_string    _m_postal_code,
eppobject::epp::epp_string    _m_country_code
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::contact::epp_ContactAddress::epp_ContactAddress eppobject::epp::epp_string_ref    _m_street1,
eppobject::epp::epp_string_ref    _m_street2,
eppobject::epp::epp_string_ref    _m_street3,
eppobject::epp::epp_string_ref    _m_city,
eppobject::epp::epp_string_ref    _m_state_province,
eppobject::epp::epp_string_ref    _m_postal_code,
eppobject::epp::epp_string_ref    _m_country_code
[inline]
 

Constructor, using only references.


Member Data Documentation

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactAddress::m_city
 

Contact city.

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactAddress::m_country_code
 

Contact country code (iso3166).

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactAddress::m_postal_code
 

Contact postal code.

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactAddress::m_state_province
 

Contact state/province.

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactAddress::m_street1
 

Line 1 of contact street address.

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactAddress::m_street2
 

Line 2 of contact street address.

eppobject::epp::epp_string_ref eppobject::contact::epp_ContactAddress::m_street3
 

Line 3 of contact street address.


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