7 #ifndef __ASNINFORSP_H__
8 #define __ASNINFORSP_H__
244 _asIn.push_back(policy);
262 _asOut.push_back(policy);
332 vector<string> _asOut;
336 #endif // __ASNINFORSP_H__
string get_exDate() const
Returns AS's expiration date.
Definition: AsnInfoRsp.H:179
void set_upDate(const string &upDate)
Sets date of the last update.
Definition: AsnInfoRsp.H:206
void insert_asIn(const string &policy)
Inserts an AS input policy.
Definition: AsnInfoRsp.H:242
void insert_contact(const string &type, const string &identification)
Inserts a contact in the map of other contacts.
Definition: AsnInfoRsp.H:99
AsnInfoRsp(bool reset=true)
Default constructor.
Definition: AsnInfoRsp.H:29
EPP Response Class.
Definition: Response.H:24
string _upId
identifier of the client that last updated the AS object
Definition: AsnInfoRsp.H:320
string _upDate
date and time of the most recent AS object modification
Definition: AsnInfoRsp.H:323
string get_clId() const
Returns sponsoring client.
Definition: AsnInfoRsp.H:123
string _trDate
most recent successful AS object transfer
Definition: AsnInfoRsp.H:326
string get_upDate() const
Returns date of the last update.
Definition: AsnInfoRsp.H:215
vector< string > get_asIn() const
Returns list of all AS input policies.
Definition: AsnInfoRsp.H:251
string get_roid() const
Returns repository object ID.
Definition: AsnInfoRsp.H:69
void set_exDate(const string &exDate)
Sets AS's expiration date.
Definition: AsnInfoRsp.H:169
void set_crId(const string &crId)
Sets client that created the AS.
Definition: AsnInfoRsp.H:132
void set_clId(const string &clId)
Sets sponsoring client.
Definition: AsnInfoRsp.H:114
int get_asn() const
Returns asn.
Definition: AsnInfoRsp.H:49
string get_trDate() const
Returns most recent successful AS object transfer.
Definition: AsnInfoRsp.H:233
int _asn
Autonomous System Number.
Definition: AsnInfoRsp.H:294
vector< string > get_asOut() const
Returns list of all AS output policies.
Definition: AsnInfoRsp.H:269
string _roid
Definition: AsnInfoRsp.H:298
string get_upId() const
Returns last client that updated the AS.
Definition: AsnInfoRsp.H:197
string _clId
identifier of the sponsoring client
Definition: AsnInfoRsp.H:308
map< string, string, less< string > > _contacts
identifiers for contact objects associated with the AS object
Definition: AsnInfoRsp.H:305
string _crId
identifier of the client that created the AS object
Definition: AsnInfoRsp.H:311
string get_organization() const
Returns organization associated with the AS.
Definition: AsnInfoRsp.H:89
vector< string > _asIn
as-in policy
Definition: AsnInfoRsp.H:329
string get_crDate() const
Returns date of the AS creation.
Definition: AsnInfoRsp.H:159
map< string, string, less< string > > get_contacts()
Returns map of other contacts.
Definition: AsnInfoRsp.H:108
void set_organization(const string &organization)
Sets organization associated with the AS.
Definition: AsnInfoRsp.H:79
void set_upId(const string &upId)
Sets last client that updated the AS.
Definition: AsnInfoRsp.H:188
void set_crDate(const string &crDate)
Sets date of the AS creation.
Definition: AsnInfoRsp.H:150
string _organization
Definition: AsnInfoRsp.H:302
string _exDate
date and time identifying the end of the AS object registration period
Definition: AsnInfoRsp.H:317
void set_trDate(const string &trDate)
Sets most recent successful AS object transfer.
Definition: AsnInfoRsp.H:224
string _crDate
date and time of the AS object creation
Definition: AsnInfoRsp.H:314
string get_crId() const
Returns client that created the AS.
Definition: AsnInfoRsp.H:141
EPP AnsInfoRsp Class.
Definition: AsnInfoRsp.H:25
void set_asn(const int asn)
Sets asn.
Definition: AsnInfoRsp.H:40
void insert_asOut(const string &policy)
Inserts an AS output policy.
Definition: AsnInfoRsp.H:260
void set_roid(const string &roid)
Sets repository object ID.
Definition: AsnInfoRsp.H:59
void reset()
reset attributes
Definition: Response.H:161