#include <AsnTransferRsp.H>
Inheritance diagram for AsnTransferRsp:
Public Member Functions | |
AsnTransferRsp (bool reset=true) | |
Default constructor. | |
void | set_asn (const int asn) |
Sets asn. | |
int | get_asn () const |
Returns asn. | |
void | set_trStatus (const string &trStatus) |
Sets transfer status. | |
string | get_trStatus () const |
Returns transfer status. | |
void | set_reId (const string &reId) |
Sets request client Id. | |
string | get_reId () const |
Returns request client Id. | |
void | set_reDate (const string &reDate) |
Sets request client date. | |
string | get_reDate () const |
Returns request client date. | |
void | set_acId (const string &acId) |
Sets acknowledge client Id. | |
string | get_acId () const |
Returns acknowledge client Id. | |
void | set_acDate (const string &acDate) |
Sets acknowledge date. | |
string | get_acDate () const |
Returns acknowledge date. | |
void | reset () |
reset attributes | |
Protected Attributes | |
int | _asn |
autonomous system number | |
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 |
identifier of the client that SHOULD act upon the transfer request | |
string | _acDate |
date and time of a required or completed response |
string AsnTransferRsp::get_acDate | ( | ) | const [inline] |
Returns acknowledge date.
string AsnTransferRsp::get_acId | ( | ) | const [inline] |
Returns acknowledge client Id.
int AsnTransferRsp::get_asn | ( | ) | const [inline] |
Returns asn.
string AsnTransferRsp::get_reDate | ( | ) | const [inline] |
Returns request client date.
string AsnTransferRsp::get_reId | ( | ) | const [inline] |
Returns request client Id.
string AsnTransferRsp::get_trStatus | ( | ) | const [inline] |
Returns transfer status.
void AsnTransferRsp::set_acDate | ( | const string & | acDate | ) | [inline] |
Sets acknowledge date.
acDate | date and time of a required or completed response |
void AsnTransferRsp::set_acId | ( | const string & | acId | ) | [inline] |
Sets acknowledge client Id.
acId | identifier of the client that SHOULD act upon the transfer request |
void AsnTransferRsp::set_asn | ( | const int | asn | ) | [inline] |
Sets asn.
asn | autonomous system number |
void AsnTransferRsp::set_reDate | ( | const string & | reDate | ) | [inline] |
Sets request client date.
reDate | date and time that the transfer was requested |
void AsnTransferRsp::set_reId | ( | const string & | reId | ) | [inline] |
Sets request client Id.
reId | identifier of the client that requested the object transfer |
void AsnTransferRsp::set_trStatus | ( | const string & | trStatus | ) | [inline] |
Sets transfer status.
trStatus | state of the most recent transfer request |