EPP AnsRenewRsp Class. More...
#include <AsnRenewRsp.H>
Public Member Functions | |
AsnRenewRsp (bool reset=true) | |
void | set_asn (const int asn) |
Sets asn. | |
int | get_asn () const |
Returns asn. | |
void | set_expDate (const string &expDate) |
Sets expiration date. | |
string | get_expDate () const |
Returns expiration date. | |
void | reset () |
reset attributes | |
Protected Attributes | |
int | _asn |
autonomous system number | |
string | _expDate |
date and time identifying the end of the AS object's registration period |
EPP AnsRenewRsp Class.
int AsnRenewRsp::get_asn | ( | ) | const [inline] |
string AsnRenewRsp::get_expDate | ( | ) | const [inline] |
Returns expiration date.
References _expDate.
void AsnRenewRsp::set_asn | ( | const int | asn | ) | [inline] |
void AsnRenewRsp::set_expDate | ( | const string & | expDate | ) | [inline] |
Sets expiration date.
expDate | date and time identifying the end of the AS object's registration period |
References _expDate.