7 #ifndef __ASNRENEWRSP_H__
8 #define __ASNRENEWRSP_H__
81 #endif // __ASNRENEWRSP_H__
int _asn
autonomous system number
Definition: AsnRenewRsp.H:74
EPP Response Class.
Definition: Response.H:24
void set_expDate(const string &expDate)
Sets expiration date.
Definition: AsnRenewRsp.H:50
string get_expDate() const
Returns expiration date.
Definition: AsnRenewRsp.H:60
int get_asn() const
Returns asn.
Definition: AsnRenewRsp.H:40
Response(bool reset=true)
Default constructor.
Definition: Response.H:78
EPP AnsRenewRsp Class.
Definition: AsnRenewRsp.H:17
string _expDate
date and time identifying the end of the AS object's registration period
Definition: AsnRenewRsp.H:77
void set_asn(const int asn)
Sets asn.
Definition: AsnRenewRsp.H:31
void reset()
reset attributes
Definition: Response.H:161