#include <DomainInfoRsp.H>
Inheritance diagram for DomainInfoRsp:
Public Member Functions | |
DomainInfoRsp (bool reset=true) | |
Default constructor. | |
void | set_name (string name) |
Sets domain name. | |
string | get_name () |
Returns domain name. | |
void | set_roid (string roid) |
Sets domain repository object identification. | |
string | get_roid () |
Returns domain repository object identification. | |
void | insert_status (string status) |
Inserts a new status in _status_set. | |
set< string > | get_status_set () |
Returns set of domain status. | |
void | set_registrant (string registrant) |
Sets registrant. | |
string | get_registrant () |
Returns registrant. | |
void | insert_contact (string type, string identification) |
Inserts a contact in the map of other contacts. | |
map< string, string, less< string > > | get_contacts () |
Returns map of other contacts. | |
void | insert_nameserver (const struct NameServer &nameserver) |
Inserts a nameserver to the list of nameservers. | |
vector< struct NameServer > | get_nameservers () |
Returns a list of nameservers. | |
void | set_clID (string clID) |
Sets the sponsoring client. | |
string | get_clID () |
Returns sponsoring client. | |
void | set_crID (string crID) |
Sets the identifier of the client that created the domain object. | |
string | get_crID () |
Returns the identifier of the client that created the domain object. | |
void | set_crDate (string crDate) |
Sets creation date. | |
string | get_crDate () |
Returns creation date. | |
void | set_upID (string upID) |
Sets the identifier of the client that last updated the domain object. | |
string | get_upID () |
Returns the identifier of the client that last updated the domain object. | |
void | set_exDate (string exDate) |
Sets expiration date. | |
string | get_exDate () |
Returns expiration date. | |
void | set_upDate (string upDate) |
Sets last modification date. | |
string | get_upDate () |
Returns last modification date. | |
void | set_trDate (string trDate) |
Sets last successfull transfer date. | |
string | get_trDate () |
Returns last successfull transfer date. | |
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 | |
string | _roid |
set< string > | _status_set |
set of domain status | |
string | _registrant |
registrant | |
map< string, string, less< string > > | _contacts |
other contact objects | |
vector< struct NameServer > | _nameservers |
name servers associated with domain object | |
string | _clID |
sponsoring client id | |
string | _crID |
client that created object | |
string | _crDate |
creation date | |
string | _upID |
client that last updated object | |
string | _exDate |
expiration date | |
string | _upDate |
last modification date | |
string | _trDate |
last successfull transfer date | |
AuthInfo | _authInfo |
authorization information |
|
Returns authorization information.
|
|
Returns sponsoring client.
|
|
Returns map of other contacts.
|
|
Returns creation date.
|
|
Returns the identifier of the client that created the domain object.
|
|
Returns expiration date.
|
|
Returns domain name.
|
|
Returns a list of nameservers.
|
|
Returns registrant.
|
|
Returns domain repository object identification.
|
|
Returns set of domain status.
|
|
Returns last successfull transfer date.
|
|
Returns last modification date.
|
|
Returns the identifier of the client that last updated the domain object.
|
|
Inserts a contact in the map of other contacts.
|
|
Inserts a nameserver to the list of nameservers.
|
|
Inserts a new status in _status_set.
|
|
Sets authorization information.
|
|
Sets the sponsoring client.
|
|
Sets creation date.
|
|
Sets the identifier of the client that created the domain object.
|
|
Sets expiration date.
|
|
Sets domain name.
|
|
Sets registrant.
|
|
Sets domain repository object identification.
|
|
Sets last successfull transfer date.
|
|
Sets last modification date.
|
|
Sets the identifier of the client that last updated the domain object.
|
|
element that contains the Repository Object IDentifier assigned to the domain object when the object was created |