#include <DomainUpdateCmd.H>
Inheritance diagram for DomainUpdateCmd:
Public Member Functions | |
DomainUpdateCmd (bool reset=true) | |
Default constructor. | |
void | set_name (string name) |
Sets domain name. | |
string | get_name () |
Returns domain name. | |
void | insert_nameserver_add (const struct NameServer &nameserver_add) |
Inserts a nameserver_add to the list of nameservers. | |
vector< struct NameServer > | get_nameserver_add () |
Returns a list of nameserver_add. | |
void | insert_nameserver_rem (const struct NameServer &nameserver_rem) |
Inserts a nameserver_rem to the list of nameservers. | |
vector< struct NameServer > | get_nameserver_rem () |
Returns a list of nameserver_rem. | |
void | insert_contact_add (string type, string identification) |
Inserts a contact_add in the map of contacts. | |
map< string, string, less< string > > | get_contact_add () |
Returns map of contacts. | |
void | insert_contact_rem (string type, string identification) |
Inserts a contact_rem in the map of contacts. | |
map< string, string, less< string > > | get_contact_rem () |
Returns map of contacts. | |
void | insert_status_add (const struct Status &status_add) |
Changes a status_add. | |
set< struct Status > | get_status_add () |
Returns set of domain status_add. | |
void | insert_status_rem (const struct Status &status_rem) |
Changes a status_rem in _status_rem. | |
set< struct Status > | get_status_rem () |
Returns set of domain status_rem. | |
void | set_registrant (const string ®istrant) |
Sets registrant. | |
string | get_registrant () |
Returns registrant. | |
void | set_registrant_f (bool registrant_f) |
Sets the registrant change flag. | |
bool | get_registrant_f () |
Returns the registrant change flag. | |
void | set_authInfo (const AuthInfo &authInfo) |
Sets authorization information. | |
AuthInfo | get_authInfo () |
Returns authorization information. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
string | _name |
fully qualified domain name | |
vector< struct NameServer > | _nameserver_add |
name servers to be added to the domain object | |
vector< struct NameServer > | _nameserver_rem |
name servers to be removed from the domain object | |
map< string, string, less< string > > | _contact_add |
contacts to be added to the domain object | |
map< string, string, less< string > > | _contact_rem |
contacts to be removed from the domain object | |
set< struct Status > | _status_add |
set of status to be added to the domain object | |
set< struct Status > | _status_rem |
set of status to be removed from the domain object | |
string | _registrant |
registrant | |
bool | _registrant_f |
registrant change flag | |
AuthInfo | _authInfo |
authorization information | |
Classes | |
struct | Status |
|
Returns authorization information.
|
|
Returns map of contacts.
|
|
Returns map of contacts.
|
|
Returns domain name.
|
|
Returns a list of nameserver_add.
|
|
Returns a list of nameserver_rem.
|
|
Returns registrant.
|
|
Returns the registrant change flag.
|
|
Returns set of domain status_add.
|
|
Returns set of domain status_rem.
|
|
Inserts a contact_add in the map of contacts.
|
|
Inserts a contact_rem in the map of contacts.
|
|
Inserts a nameserver_add to the list of nameservers.
|
|
Inserts a nameserver_rem to the list of nameservers.
|
|
Changes a status_add.
|
|
Changes a status_rem in _status_rem.
|
|
Sets authorization information.
|
|
Sets domain name.
|
|
Sets registrant.
|
|
Sets the registrant change flag.
|