6 #ifndef __BR_ORG_CREATE_CMD_H__
7 #define __BR_ORG_CREATE_CMD_H__
266 #endif //__BR_ORG_CREATE_CMD_H__
string get_resources_class() const
Returns the organization resources class.
Definition: BrOrgCreateCmd.H:209
string get_organization() const
Returns the Organization.
Definition: BrOrgCreateCmd.H:49
string get_type() const
Returns the organization type.
Definition: BrOrgCreateCmd.H:126
void insert_contact(const string &type, const string &id)
Inserts a Contact into the list.
Definition: BrOrgCreateCmd.H:96
string _responsible
Person responsible for the organization.
Definition: BrOrgCreateCmd.H:234
void set_organization(const string &organization)
Sets Organization attribute.
Definition: BrOrgCreateCmd.H:40
map< string, string, less< string > > get_contact_list() const
Returns the Contact List.
Definition: BrOrgCreateCmd.H:105
void insert_epp_ip(const string &ip)
Definition: BrOrgCreateCmd.H:154
vector< string > _renewal_types
List of category and characteristics of the organization.
Definition: BrOrgCreateCmd.H:256
string _resources_class
Definition: BrOrgCreateCmd.H:262
bool get_responsible_f() const
Returns the responsible change flag.
Definition: BrOrgCreateCmd.H:86
void reset()
reset attributes
Definition: BrOrgCreateCmd.H:215
void insert_renewal_type(const string &type)
Inserts a renewal type.
Definition: BrOrgCreateCmd.H:173
string _organization
map with organization attribute
Definition: BrOrgCreateCmd.H:231
string _epp_password
EPP password for authentication.
Definition: BrOrgCreateCmd.H:249
map< string, string, less< string > > _contact_list
Human Contacts.
Definition: BrOrgCreateCmd.H:240
vector< string > get_epp_ips() const
Definition: BrOrgCreateCmd.H:164
vector< string > get_renewal_types() const
Returns list of renewal types of an organization.
Definition: BrOrgCreateCmd.H:191
vector< string > _epp_ips
Definition: BrOrgCreateCmd.H:253
void set_responsible(const string &responsible)
Sets the responsible for the organization.
Definition: BrOrgCreateCmd.H:58
bool _responsible_f
Responsible change flag.
Definition: BrOrgCreateCmd.H:237
BrOrgCreateCmd(bool reset=true)
Default constructor.
Definition: BrOrgCreateCmd.H:29
void set_renewal_types(const vector< string > &types)
Sets the organization category and characteristics.
Definition: BrOrgCreateCmd.H:182
EPP BrOrgCreateCmd Class.
Definition: BrOrgCreateCmd.H:25
void set_epp_password(const string &password)
Sets the EPP password.
Definition: BrOrgCreateCmd.H:135
string get_epp_password() const
Returns the EPP password.
Definition: BrOrgCreateCmd.H:144
void set_resources_class(const string &resources_class)
Sets the organization resources class.
Definition: BrOrgCreateCmd.H:200
string get_responsible() const
Returns the responsible for the organization.
Definition: BrOrgCreateCmd.H:68
string _type
Define the organization type.
Definition: BrOrgCreateCmd.H:246
void set_responsible_f(const bool responsible_f)
Sets the responsible change flag.
Definition: BrOrgCreateCmd.H:77
void set_type(const string &type)
Sets the organization type.
Definition: BrOrgCreateCmd.H:117