#include <BrOrgInfoRsp.H>
Inheritance diagram for BrOrgInfoRsp:
Public Member Functions | |
BrOrgInfoRsp (bool reset=true) | |
Default constructor. | |
void | copy_parent_data (ContactInfoRsp &parent) |
Copies data from the parent. | |
void | set_organization (const string &organization) |
Sets the Organization. | |
string | get_organization () |
Returns the Organization. | |
void | set_responsible (const string &responsible) |
Sets Responsible for the organization. | |
string | get_responsible () |
Returns Responsible for the organization. | |
void | insert_contact (const string &type, const string &id) |
Inserts a Contact into the list. | |
map< string, string, less< string > > | get_contact_list () |
Returns the Contact List. | |
void | set_proxy (const string &proxy) |
Sets the Legal Representative. | |
string | get_proxy () |
Returns the Legal Representative. | |
void | insert_domainName (const string &fqdn) |
Inserts a domain name into the list. | |
set< string > | get_domainName_list () |
Returns the domain name list. | |
void | set_exDate (const string &exDate) |
string | get_exDate () const |
void | insert_asn (const int &asn) |
set< int > | get_asn_list () const |
void | insert_ipRange (const IpRange &ipRange) |
set< IpRange > | get_ipRange_list () const |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _organization |
Organization Identifier. | |
string | _responsible |
Person responsible for the organization. | |
map< string, string, less< string > > | _contact_list |
Human Contacts. | |
string | _proxy |
Local Legal Representative. | |
set< string > | _domain_list |
Domain names. | |
string | _exDate |
Expiration date. | |
set< int > | _asn_list |
ASNs. | |
set< IpRange > | _ipRange_list |
set<int> BrOrgInfoRsp::get_asn_list | ( | ) | const [inline] |
Returns Autonomous System object associated with this organization
map< string, string, less<string> > BrOrgInfoRsp::get_contact_list | ( | ) | [inline] |
Returns the Contact List.
set<string> BrOrgInfoRsp::get_domainName_list | ( | ) | [inline] |
Returns the domain name list.
string BrOrgInfoRsp::get_exDate | ( | ) | const [inline] |
set<IpRange> BrOrgInfoRsp::get_ipRange_list | ( | ) | const [inline] |
Returns IP addresses of network objects associated with this organization
string BrOrgInfoRsp::get_organization | ( | ) | [inline] |
Returns the Organization.
string BrOrgInfoRsp::get_proxy | ( | ) | [inline] |
Returns the Legal Representative.
string BrOrgInfoRsp::get_responsible | ( | ) | [inline] |
Returns Responsible for the organization.
void BrOrgInfoRsp::insert_asn | ( | const int & | asn | ) | [inline] |
Inserts Autonomous System object associated with this organization
void BrOrgInfoRsp::insert_contact | ( | const string & | type, | |
const string & | id | |||
) | [inline] |
Inserts a Contact into the list.
id | Contact Id | |
type | Contact Type |
void BrOrgInfoRsp::insert_domainName | ( | const string & | fqdn | ) | [inline] |
Inserts a domain name into the list.
fqdn | fully qualified domain name |
void BrOrgInfoRsp::insert_ipRange | ( | const IpRange & | ipRange | ) | [inline] |
Inserts IP addresses of network objects associated with this organization
void BrOrgInfoRsp::set_exDate | ( | const string & | exDate | ) | [inline] |
exDate | expiration date |
void BrOrgInfoRsp::set_organization | ( | const string & | organization | ) | [inline] |
Sets the Organization.
organization | Organization Identifier |
void BrOrgInfoRsp::set_proxy | ( | const string & | proxy | ) | [inline] |
Sets the Legal Representative.
proxy | Local Legal Representative |
void BrOrgInfoRsp::set_responsible | ( | const string & | responsible | ) | [inline] |
Sets Responsible for the organization.
responsible | Person Responsible |