DomainTransferRsp Class Reference

EPP DomainTransferRsp Class. More...

#include <DomainTransferRsp.H>

Inheritance diagram for DomainTransferRsp:
Response

List of all members.

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.

Detailed Description

EPP DomainTransferRsp Class.


Member Function Documentation

string DomainTransferRsp::get_acDate (  )  const [inline]

Returns date and time of a required or completed response.

Returns:
date

References _acDate.

string DomainTransferRsp::get_acID (  )  const [inline]

Returns identifier of the client that SHOULD act upon a PENDING transfer request

Returns:
identifier of the client

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

Returns:
expiration date

References _exDate.

string DomainTransferRsp::get_name (  )  const [inline]

Returns fully qualified name of the domain object.

Returns:
domain name

References _name.

string DomainTransferRsp::get_reDate (  )  const [inline]

Returns date and time that the transfer was requested.

Returns:
transfer reqeust date

References _reDate.

string DomainTransferRsp::get_reID (  )  const [inline]

Returns identifier of the client that requested the object transfer

Returns:
request ID

References _reID.

string DomainTransferRsp::get_trStatus (  )  const [inline]

Returns state of the most recent transfer request.

Returns:
transfer status

References _trStatus.

void DomainTransferRsp::set_acDate ( const string &  acDate  )  [inline]

Sets date and time of a required or completed response.

Parameters:
acDate date

References _acDate.

void DomainTransferRsp::set_acID ( const string &  acID  )  [inline]

Sets identifier of the client that SHOULD act upon a PENDING transfer request

Parameters:
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

Parameters:
exDate expiration date

References _exDate.

void DomainTransferRsp::set_name ( const string  name  )  [inline]

Sets fully qualified name of the domain object.

Parameters:
name domain name

References _name.

void DomainTransferRsp::set_reDate ( const string &  reDate  )  [inline]

Sets date and time that the transfer was requested.

Parameters:
reDate transfer reqeust date

References _reDate.

void DomainTransferRsp::set_reID ( const string &  reID  )  [inline]

Sets identifier of the client that requested the object transfer.

Parameters:
reID request ID

References _reID.

void DomainTransferRsp::set_trStatus ( const string &  trStatus  )  [inline]

Sets state of the most recent transfer request.

Parameters:
trStatus transfer status

References _trStatus.


Member Data Documentation

string DomainTransferRsp::_acID [protected]

Identifier of the client that SHOULD act upon a PENDING transfer request

Referenced by get_acID(), reset(), and set_acID().


The documentation for this class was generated from the following file:
Generated on Wed Aug 11 16:56:45 2010 for libepp_nicbr by  doxygen 1.6.3