EPP ContactTransferRsp Class. More...
#include <ContactTransferRsp.H>
Public Member Functions | |
ContactTransferRsp (bool reset=true) | |
Default constructor. | |
void | set_id (const string &id) |
Sets contact ID. | |
string | get_id () const |
Returns ID. | |
void | set_trStatus (const string &trStatus) |
Sets state of the most recent transfer request. | |
string | get_trStatus () const |
Returns state of the most recent transfer request. | |
void | set_reID (const string &reID) |
Sets identifier of the client that requested the object transfer. | |
string | get_reID () const |
void | set_reDate (const string &reDate) |
Sets date and time that the transfer was requested. | |
string | get_reDate () const |
Returns date and time that the transfer was requested. | |
void | set_acID (const string &acID) |
string | get_acID () const |
void | set_acDate (const string &acDate) |
Sets date and time of a required or completed response. | |
string | get_acDate () const |
Returns date and time of a required or completed response. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _id |
Server-unique identifier for the queried contact. | |
string | _trStatus |
State of the most recent transfer request. | |
string | _reID |
Identifier of the client that requested the object transfer. | |
string | _reDate |
Date and time that the transfer was requested. | |
string | _acID |
string | _acDate |
date and time of a required or completed response |
EPP ContactTransferRsp Class.
string ContactTransferRsp::get_acDate | ( | ) | const [inline] |
string ContactTransferRsp::get_acID | ( | ) | const [inline] |
Returns identifier of the client that SHOULD act upon a PENDING transfer request
References _acID.
string ContactTransferRsp::get_id | ( | ) | const [inline] |
string ContactTransferRsp::get_reDate | ( | ) | const [inline] |
Returns date and time that the transfer was requested.
References _reDate.
string ContactTransferRsp::get_reID | ( | ) | const [inline] |
Returns identifier of the client that requested the object transfer
References _reID.
string ContactTransferRsp::get_trStatus | ( | ) | const [inline] |
void ContactTransferRsp::set_acDate | ( | const string & | acDate | ) | [inline] |
void ContactTransferRsp::set_acID | ( | const string & | acID | ) | [inline] |
Sets identifier of the client that SHOULD act upon a PENDING transfer request
acID | identifier of the client |
References _acID.
void ContactTransferRsp::set_id | ( | const string & | id | ) | [inline] |
void ContactTransferRsp::set_reDate | ( | const string & | reDate | ) | [inline] |
Sets date and time that the transfer was requested.
reDate | transfer reqeust date |
References _reDate.
void ContactTransferRsp::set_reID | ( | const string & | reID | ) | [inline] |
Sets identifier of the client that requested the object transfer.
reID | request ID |
References _reID.
void ContactTransferRsp::set_trStatus | ( | const string & | trStatus | ) | [inline] |
Sets state of the most recent transfer request.
trStatus | transfer status |
References _trStatus.
string ContactTransferRsp::_acID [protected] |
Identifier of the client that SHOULD act upon a PENDING transfer request
Referenced by get_acID(), reset(), and set_acID().