ContactTransferRsp Class Reference

EPP ContactTransferRsp Class. More...

#include <ContactTransferRsp.H>

Inheritance diagram for ContactTransferRsp:
Response

List of all members.

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

Detailed Description

EPP ContactTransferRsp Class.


Member Function Documentation

string ContactTransferRsp::get_acDate (  )  const [inline]

Returns date and time of a required or completed response.

Returns:
date

References _acDate.

string ContactTransferRsp::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 ContactTransferRsp::get_id (  )  const [inline]

Returns ID.

Returns:
server-unique identifier for the queried contact

References _id.

string ContactTransferRsp::get_reDate (  )  const [inline]

Returns date and time that the transfer was requested.

Returns:
transfer reqeust date

References _reDate.

string ContactTransferRsp::get_reID (  )  const [inline]

Returns identifier of the client that requested the object transfer

Returns:
request ID

References _reID.

string ContactTransferRsp::get_trStatus (  )  const [inline]

Returns state of the most recent transfer request.

Returns:
transfer status

References _trStatus.

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

Sets date and time of a required or completed response.

Parameters:
acDate date

References _acDate.

void ContactTransferRsp::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 ContactTransferRsp::set_id ( const string &  id  )  [inline]

Sets contact ID.

Parameters:
id server-unique identifier for the queried contact

References _id.

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

Sets date and time that the transfer was requested.

Parameters:
reDate transfer reqeust date

References _reDate.

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

Sets identifier of the client that requested the object transfer.

Parameters:
reID request ID

References _reID.

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

Sets state of the most recent transfer request.

Parameters:
trStatus transfer status

References _trStatus.


Member Data Documentation

string ContactTransferRsp::_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