#include <IpNetworkRenewRsp.H>
Inheritance diagram for IpNetworkRenewRsp:
Public Member Functions | |
IpNetworkRenewRsp (bool reset=true) | |
Default constructor. | |
void | set_roid (const string &roid) |
Sets repository object ID. | |
string | get_roid () const |
Returns repository object ID. | |
void | set_expDate (const string &expDate) |
Sets expiration date. | |
string | get_expDate () const |
Returns expiration date. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _roid |
element that contains the server-unique identifier | |
string | _expDate |
string IpNetworkRenewRsp::get_expDate | ( | ) | const [inline] |
Returns expiration date.
string IpNetworkRenewRsp::get_roid | ( | ) | const [inline] |
Returns repository object ID.
void IpNetworkRenewRsp::set_expDate | ( | const string & | expDate | ) | [inline] |
Sets expiration date.
expDate | date and time identifying the end of the IP network object's registration period |
void IpNetworkRenewRsp::set_roid | ( | const string & | roid | ) | [inline] |
Sets repository object ID.
roid | contains the server-unique id for the created IP network |
string IpNetworkRenewRsp::_expDate [protected] |
date and time identifying the end of the IP network object's registration period