#include <AsnCreateRsp.H>
Inheritance diagram for AsnCreateRsp:
Public Member Functions | |
AsnCreateRsp (bool reset=true) | |
Default constructor. | |
void | set_asn (const int asn) |
Sets asn. | |
int | get_asn () const |
Returns asn. | |
void | set_roid (const string &roid) |
Sets repository object ID. | |
string | get_roid () const |
Returns repository object ID. | |
void | set_crDate (string crDate) |
Sets creation date. | |
string | get_crDate () |
Returns creation date. | |
void | set_exDate (string exDate) |
Sets expiration date. | |
string | get_exDate () |
Returns expiration date. | |
void | reset () |
reset attributes | |
Protected Attributes | |
int | _asn |
autonomous system number | |
string | _roid |
server-unique id for the created IP network | |
string | _crDate |
date and time of object creation | |
string | _exDate |
date and time identifying the end of the AS object's registration period |
int AsnCreateRsp::get_asn | ( | ) | const [inline] |
Returns asn.
string AsnCreateRsp::get_crDate | ( | ) | [inline] |
Returns creation date.
string AsnCreateRsp::get_exDate | ( | ) | [inline] |
Returns expiration date.
string AsnCreateRsp::get_roid | ( | ) | const [inline] |
Returns repository object ID.
void AsnCreateRsp::set_asn | ( | const int | asn | ) | [inline] |
Sets asn.
asn | autonomous system number |
void AsnCreateRsp::set_crDate | ( | string | crDate | ) | [inline] |
Sets creation date.
crDate | object creation date |
void AsnCreateRsp::set_exDate | ( | string | exDate | ) | [inline] |
Sets expiration date.
exDate | date and time identifying the end of the AS object's registration period |
void AsnCreateRsp::set_roid | ( | const string & | roid | ) | [inline] |
Sets repository object ID.
roid | contains the server-unique id for the created asn |