EPP DomainTransferRsp Class. More...
#include <DomainTransferRsp.H>
Public Member Functions | |
DomainTransferRsp (bool reset=true) | |
Default constructor. | |
void | set_name (const string name) |
Sets fully qualified name of the domain object. | |
string | get_name () const |
Returns fully qualified name of the domain object. | |
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 | set_exDate (const string &exDate) |
string | get_exDate () const |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _name |
Server-unique identifier for the queried domain. | |
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. | |
string | _exDate |
End of the domain object's validity period. |
EPP DomainTransferRsp Class.
string DomainTransferRsp::get_acDate | ( | ) | const [inline] |
string DomainTransferRsp::get_acID | ( | ) | const [inline] |
Returns identifier of the client that SHOULD act upon a PENDING transfer request
References _acID.
string DomainTransferRsp::get_exDate | ( | ) | const [inline] |
Returns end of the domain object's validity period if the <transfer> command caused or causes a change in the validity period
References _exDate.
string DomainTransferRsp::get_name | ( | ) | const [inline] |
string DomainTransferRsp::get_reDate | ( | ) | const [inline] |
Returns date and time that the transfer was requested.
References _reDate.
string DomainTransferRsp::get_reID | ( | ) | const [inline] |
Returns identifier of the client that requested the object transfer
References _reID.
string DomainTransferRsp::get_trStatus | ( | ) | const [inline] |
void DomainTransferRsp::set_acDate | ( | const string & | acDate | ) | [inline] |
void DomainTransferRsp::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 DomainTransferRsp::set_exDate | ( | const string & | exDate | ) | [inline] |
Sets the end of the domain object's validity period if the <transfer> command caused or causes a change in the validity period
exDate | expiration date |
References _exDate.
void DomainTransferRsp::set_name | ( | const string | name | ) | [inline] |
void DomainTransferRsp::set_reDate | ( | const string & | reDate | ) | [inline] |
Sets date and time that the transfer was requested.
reDate | transfer reqeust date |
References _reDate.
void DomainTransferRsp::set_reID | ( | const string & | reID | ) | [inline] |
Sets identifier of the client that requested the object transfer.
reID | request ID |
References _reID.
void DomainTransferRsp::set_trStatus | ( | const string & | trStatus | ) | [inline] |
Sets state of the most recent transfer request.
trStatus | transfer status |
References _trStatus.
string DomainTransferRsp::_acID [protected] |
Identifier of the client that SHOULD act upon a PENDING transfer request
Referenced by get_acID(), reset(), and set_acID().