Compounds |
class | eppobject::contact::epp_ContactAddress |
class | eppobject::contact::epp_ContactCheck |
class | eppobject::contact::epp_ContactCheckReq |
class | eppobject::contact::epp_ContactCheckRsp |
class | eppobject::contact::epp_ContactCreate |
class | eppobject::contact::epp_ContactCreateReq |
class | eppobject::contact::epp_ContactCreateRsp |
class | eppobject::contact::epp_ContactDelete |
class | eppobject::contact::epp_ContactDeleteReq |
class | eppobject::contact::epp_ContactDeleteRsp |
class | eppobject::contact::epp_ContactInfo |
class | eppobject::contact::epp_ContactInfoReq |
class | eppobject::contact::epp_ContactInfoRsp |
class | eppobject::contact::epp_ContactNameAddress |
class | eppobject::contact::epp_ContactPhone |
class | eppobject::contact::epp_ContactStatus |
class | eppobject::contact::epp_ContactTransfer |
class | eppobject::contact::epp_ContactTransferReq |
class | eppobject::contact::epp_ContactTransferRsp |
class | eppobject::contact::epp_ContactUpdate |
class | eppobject::contact::epp_ContactUpdateAddRemove |
class | eppobject::contact::epp_ContactUpdateChange |
class | eppobject::contact::epp_ContactUpdateReq |
class | eppobject::contact::epp_ContactUpdateRsp |
class | eppobject::contact::epp_ContactVoice |
Typedefs |
typedef refcnt_ptr< epp_ContactAddress > | epp_ContactAddress_ref |
typedef refcnt_ptr< epp_ContactCheckReq > | epp_ContactCheckReq_ref |
typedef refcnt_ptr< epp_ContactCheckRsp > | epp_ContactCheckRsp_ref |
typedef refcnt_ptr< epp_ContactCreateReq > | epp_ContactCreateReq_ref |
typedef refcnt_ptr< epp_ContactCreateRsp > | epp_ContactCreateRsp_ref |
typedef refcnt_ptr< epp_ContactStatusType > | epp_ContactStatusType_ref |
typedef vector< epp_ContactStatus > | epp_contact_status_seq |
typedef refcnt_ptr< epp_contact_status_seq > | epp_contact_status_seq_ref |
typedef refcnt_ptr< epp_ContactDeleteReq > | epp_ContactDeleteReq_ref |
typedef refcnt_ptr< epp_ContactDeleteRsp > | epp_ContactDeleteRsp_ref |
typedef refcnt_ptr< epp_ContactInfoReq > | epp_ContactInfoReq_ref |
typedef refcnt_ptr< epp_ContactInfoRsp > | epp_ContactInfoRsp_ref |
typedef refcnt_ptr< epp_ContactNameAddress > | epp_ContactNameAddress_ref |
typedef refcnt_ptr< epp_ContactPhone > | epp_ContactPhone_ref |
typedef refcnt_ptr< epp_ContactStatus > | epp_ContactStatus_ref |
typedef refcnt_ptr< epp_ContactTransferReq > | epp_ContactTransferReq_ref |
typedef refcnt_ptr< epp_ContactTransferRsp > | epp_ContactTransferRsp_ref |
typedef refcnt_ptr< epp_ContactUpdateAddRemove > | epp_ContactUpdateAddRemove_ref |
typedef refcnt_ptr< epp_ContactUpdateChange > | epp_ContactUpdateChange_ref |
typedef refcnt_ptr< epp_ContactUpdateReq > | epp_ContactUpdateReq_ref |
typedef refcnt_ptr< epp_ContactUpdateRsp > | epp_ContactUpdateRsp_ref |
typedef refcnt_ptr< epp_ContactVoice > | epp_ContactVoice_ref |
typedef refcnt_ptr< epp_ContactCheck > | epp_ContactCheck_ref |
typedef refcnt_ptr< epp_ContactCreate > | epp_ContactCreate_ref |
typedef refcnt_ptr< epp_ContactDelete > | epp_ContactDelete_ref |
typedef refcnt_ptr< epp_ContactInfo > | epp_ContactInfo_ref |
typedef refcnt_ptr< epp_ContactTransfer > | epp_ContactTransfer_ref |
typedef refcnt_ptr< epp_ContactUpdate > | epp_ContactUpdate_ref |
Enumerations |
enum | epp_ContactStatusType {
LOCK,
OK,
PENDING_DELETE,
PENDING_TRANSFER,
CLIENT_LOCK,
CLIENT_TRANSFER_PROHIBITED
} |
Functions |
void | setCommandSchemaAttributes (eppobject::epp::EPP_output &outputobject) |
| Writes attributes that identify the contact namespace and the location of the contact schema to the output object. More...
|
void | addAddressElement (eppobject::epp::EPP_output &outputobject, const epp_ContactNameAddress_ref element, const eppobject::epp::epp_string &tag, const eppobject::epp::epp_boolean &update=false) |
| Writes attributes that identify the contact namespace and the location of the contact schema to the output object. More...
|
epp_ContactNameAddress | parseAddress (const DOM_Node &adrNode) |
| Parses an address DOM_Node and creates the corresonding epp_ContactNameAddress object. More...
|
eppobject::epp::epp_string | returnStatusType (const epp_ContactStatusType &statusType) |
| Returns the corresponsing epp_string text for the given epp_ContactStatusType-enum. More...
|
epp_ContactStatusType | returnStatusEnumType (const eppobject::epp::epp_string &statusType) |
| Returns the corresponsing epp_ContactStatusType for the given epp_string. More...
|