#include <epp_ContactNameAddress.h>
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
| |
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... |
|
Null constructor.
|
|
Destructor.
|
|
Constructor, using simple types when it can
|
|
Constructor, using only references.
|
|
Address associated with the contact.
|
|
Name of the contact.
|
|
Organization associated with the contact.
|