Compounds |
class | eppobject::domain::epp_DomainCheck |
class | eppobject::domain::epp_DomainCheckReq |
class | eppobject::domain::epp_DomainCheckRsp |
class | eppobject::domain::epp_DomainContact |
class | eppobject::domain::epp_DomainCreate |
class | eppobject::domain::epp_DomainCreateReq |
class | eppobject::domain::epp_DomainCreateRsp |
class | eppobject::domain::epp_DomainDelete |
class | eppobject::domain::epp_DomainDeleteReq |
class | eppobject::domain::epp_DomainDeleteRsp |
class | eppobject::domain::epp_DomainInfo |
class | eppobject::domain::epp_DomainInfoReq |
class | eppobject::domain::epp_DomainInfoRsp |
class | eppobject::domain::epp_DomainPeriod |
class | eppobject::domain::epp_DomainRenew |
class | eppobject::domain::epp_DomainRenewReq |
class | eppobject::domain::epp_DomainRenewRsp |
class | eppobject::domain::epp_DomainStatus |
class | eppobject::domain::epp_DomainTransfer |
class | eppobject::domain::epp_DomainTransferReq |
class | eppobject::domain::epp_DomainTransferRsp |
class | eppobject::domain::epp_DomainUpdate |
class | eppobject::domain::epp_DomainUpdateAddRemove |
class | eppobject::domain::epp_DomainUpdateChange |
class | eppobject::domain::epp_DomainUpdateReq |
class | eppobject::domain::epp_DomainUpdateRsp |
Typedefs |
typedef refcnt_ptr< epp_DomainCheckReq > | epp_DomainCheckReq_ref |
typedef refcnt_ptr< epp_DomainCheckRsp > | epp_DomainCheckRsp_ref |
typedef refcnt_ptr< epp_DomainContact > | epp_DomainContact_ref |
typedef refcnt_ptr< epp_DomainCreateReq > | epp_DomainCreateReq_ref |
typedef refcnt_ptr< epp_DomainCreateRsp > | epp_DomainCreateRsp_ref |
typedef refcnt_ptr< epp_DomainStatusType > | epp_DomainStatusType_ref |
typedef refcnt_ptr< epp_DomainPeriodUnitType > | epp_DomainPeriodUnitType_ref |
typedef refcnt_ptr< epp_DomainContactType > | epp_DomainContactType_ref |
typedef vector< epp_DomainStatus > | epp_domain_status_seq |
typedef refcnt_ptr< epp_domain_status_seq > | epp_domain_status_seq_ref |
typedef vector< epp_DomainContact > | epp_domain_contact_seq |
typedef refcnt_ptr< epp_domain_contact_seq > | epp_domain_contact_seq_ref |
typedef refcnt_ptr< epp_DomainDeleteReq > | epp_DomainDeleteReq_ref |
typedef refcnt_ptr< epp_DomainDeleteRsp > | epp_DomainDeleteRsp_ref |
typedef refcnt_ptr< epp_DomainInfoReq > | epp_DomainInfoReq_ref |
typedef refcnt_ptr< epp_DomainInfoRsp > | epp_DomainInfoRsp_ref |
typedef refcnt_ptr< epp_DomainPeriod > | epp_DomainPeriod_ref |
typedef refcnt_ptr< epp_DomainRenewReq > | epp_DomainRenewReq_ref |
typedef refcnt_ptr< epp_DomainRenewRsp > | epp_DomainRenewRsp_ref |
typedef refcnt_ptr< epp_DomainStatus > | epp_DomainStatus_ref |
typedef refcnt_ptr< epp_DomainTransferReq > | epp_DomainTransferReq_ref |
typedef refcnt_ptr< epp_DomainTransferRsp > | epp_DomainTransferRsp_ref |
typedef refcnt_ptr< epp_DomainUpdateAddRemove > | epp_DomainUpdateAddRemove_ref |
typedef refcnt_ptr< epp_DomainUpdateChange > | epp_DomainUpdateChange_ref |
typedef refcnt_ptr< epp_DomainUpdateReq > | epp_DomainUpdateReq_ref |
typedef refcnt_ptr< epp_DomainUpdateRsp > | epp_DomainUpdateRsp_ref |
typedef refcnt_ptr< epp_DomainCheck > | epp_DomainCheck_ref |
typedef refcnt_ptr< epp_DomainCreate > | epp_DomainCreate_ref |
typedef refcnt_ptr< epp_DomainDelete > | epp_DomainDelete_ref |
typedef refcnt_ptr< epp_DomainInfo > | epp_DomainInfo_ref |
typedef refcnt_ptr< epp_DomainRenew > | epp_DomainRenew_ref |
typedef refcnt_ptr< epp_DomainTransfer > | epp_DomainTransfer_ref |
typedef refcnt_ptr< epp_DomainUpdate > | epp_DomainUpdate_ref |
Enumerations |
enum | epp_DomainStatusType {
HOLD,
INACTIVE,
LOCK,
NEW,
OK,
PENDING_DELETE,
PENDING_TRANSFER,
PENDING_VERIFICATION,
CLIENT_HOLD,
CLIENT_LOCK,
CLIENT_TRANSFER_PROHIBITED,
ACTIVE
} |
enum | epp_DomainPeriodUnitType { YEAR,
MONTH
} |
enum | epp_DomainContactType { ADMIN,
BILLING,
TECH
} |
Functions |
void | setCommandSchemaAttributes (eppobject::epp::EPP_output &outputobject) |
| Writes attributes that identify the domain namespace and the location of the domain schema to the output object. More...
|
eppobject::epp::epp_string | returnPeriodUnitType (const epp_DomainPeriodUnitType &unittype) |
| Returns the corresponsing epp_string text for the given epp_DomainPeriodUnitType-enum. More...
|
eppobject::epp::epp_string | returnContactType (const epp_DomainContactType &contacttype) |
| Returns the corresponsing epp_string text for the given epp_DomainContactType-enum. More...
|
epp_DomainContactType | returnContactEnumType (const eppobject::epp::epp_string &contacttype) |
| Returns the corresponsing epp_DomainContactType for the given epp_string. More...
|
eppobject::epp::epp_string | returnStatusType (const epp_DomainStatusType &statusType) |
| Returns the corresponsing epp_string text for the given epp_DomainStatusType-enum. More...
|
epp_DomainStatusType | returnStatusEnumType (const eppobject::epp::epp_string &statusType) |
| Returns the corresponsing epp_DomainStatusType for the given epp_string. More...
|