libepp_nicbr
Public Member Functions | Protected Attributes | List of all members
DomainInfoRsp Class Reference

EPP DomainInfoRsp Class. More...

#include <DomainInfoRsp.H>

Inheritance diagram for DomainInfoRsp:
Response BrDomainInfoRsp

Public Member Functions

 DomainInfoRsp (bool reset=true)
 Default constructor.
 
void set_name (const string &name)
 Sets domain name. More...
 
string get_name () const
 Returns domain name. More...
 
void set_roid (const string &roid)
 Sets domain repository object identification. More...
 
string get_roid () const
 Returns domain repository object identification. More...
 
void insert_status (const string &status)
 Inserts a new status in _status_set. More...
 
set< string > get_status_set () const
 Returns set of domain status. More...
 
void set_registrant (const string &registrant)
 Sets registrant. More...
 
string get_registrant () const
 Returns registrant. More...
 
void insert_contact (const string &type, const string &identification)
 Inserts a contact in the map of other contacts. More...
 
map< string, string, less< string > > get_contacts () const
 Returns map of other contacts. More...
 
void insert_nameserver (const struct NameServer &nameserver)
 Inserts a nameserver to the list of nameservers. More...
 
vector< struct NameServerget_nameservers () const
 Returns a list of nameservers. More...
 
void set_clID (const string &clID)
 Sets the sponsoring client. More...
 
string get_clID () const
 Returns sponsoring client. More...
 
void set_crID (const string &crID)
 Sets the identifier of the client that created the domain object. More...
 
string get_crID () const
 Returns the identifier of the client that created the domain object. More...
 
void set_crDate (const string &crDate)
 Sets creation date. More...
 
string get_crDate () const
 Returns creation date. More...
 
void set_upID (const string &upID)
 Sets the identifier of the client that last updated the domain object. More...
 
string get_upID () const
 Returns the identifier of the client that last updated the domain object. More...
 
void set_exDate (const string &exDate)
 Sets expiration date. More...
 
string get_exDate () const
 Returns expiration date. More...
 
void set_upDate (const string &upDate)
 Sets last modification date. More...
 
string get_upDate () const
 Returns last modification date. More...
 
void set_trDate (const string &trDate)
 Sets last successfull transfer date. More...
 
string get_trDate () const
 Returns last successfull transfer date. More...
 
void set_authInfo (const AuthInfo &authInfo)
 Sets authorization information. More...
 
AuthInfo get_authInfo () const
 Returns authorization information. More...
 
void add_dsInfo (const DSInfo &dsInfo)
 Adds a DSInfo object to the list. More...
 
list< DSInfoget_dsInfo () const
 Returns list of DSInfo objects. More...
 
void add_keyData (const KeyData &dnskey_data)
 Adds DNSKEY information. More...
 
list< KeyDataget_keyDataList () const
 Returns DNSKEY information list. More...
 
void set_secDnsVersion (string secDnsVersion)
 Sets secDNS extension version. More...
 
string get_secDnsVersion () const
 Returns secDNS extension version. More...
 
void set_rgpStatus (const RGPStatus::Value status)
 
RGPStatus::Value get_rgpStatus () const
 Returns RGP status. More...
 
void set_launch (const LaunchInfoRsp &launch)
 Sets the launch extension. More...
 
LaunchInfoRsp get_launch () const
 Returns the launch extension. More...
 
void reset ()
 Reset object attributes.
 
- Public Member Functions inherited from Response
 Response (bool reset=true)
 Default constructor.
 
void set_clTRID (const string &clTRID)
 Sets the client transaction ID. More...
 
void set_svTRID (const string &svTRID)
 Sets the server transaction ID. More...
 
void set_result_lang (const string &result_lang)
 Sets the result message language. More...
 
void insert_result (const ResultCode &code, const string &msg, const string &value="", const string &xmlns="", const string &reason="")
 Sets a result element. More...
 
string get_clTRID () const
 Returns the client transaction ID. More...
 
string get_svTRID () const
 Returns the servers transaction ID. More...
 
string get_result_lang ()
 Returns the result message language. More...
 
map< ResultCode, ResultInfoget_result_list () const
 Returns the list of result elements. More...
 
void reset ()
 reset attributes
 
virtual ~Response ()
 virtual destructor
 

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
 
list< DSInfo_ds_list
 DS info.
 
list< KeyData_dnskey_list
 KeyData.
 
string _secDnsVersion
 secDNS extension version
 
RGPStatus::Value _rgp_status
 RGP status.
 
LaunchInfoRsp _launch
 Launch extension.
 
- Protected Attributes inherited from Response
string _clTRID
 Client transaction ID.
 
string _svTRID
 Server transaction ID.
 
string _result_lang
 Result language.
 
map< ResultCode, ResultInfo_result_list
 Result elements list.
 

Additional Inherited Members

- Public Types inherited from Response
enum  ResultCode {
  UNSET = -1, OK = 1000, OK_ACTION_PENDING = 1001, OK_NO_MESSAGES = 1300,
  OK_ACK_DEQUEUE = 1301, OK_ENDING_SESSION = 1500, UNKNOWN_COMMAND = 2000, COMMAND_SYNTAX_ERROR = 2001,
  COMMAND_USE_ERROR = 2002, PARAMETER_MISSING = 2003, PARAMETER_RANGE_ERROR = 2004, PARAMETER_SYNTAX_ERROR = 2005,
  UNIMPLEMENTED_VERSION = 2100, UNIMPLEMENTED_COMMAND = 2101, UNIMPLEMENTED_OPTION = 2102, UNIMPLEMENTED_EXTENSION = 2103,
  BILLING_FAILURE = 2104, NOT_RENEWABLE = 2105, NOT_TRANSFERABLE = 2106, AUTHENTICATION_ERROR = 2200,
  AUTHORIZATION_ERROR = 2201, INVALID_AUTHORIZATION_INFO = 2202, PENDING_TRANSFER = 2300, NOT_PENDING_TRANSFER = 2301,
  OBJECT_EXISTS = 2302, OBJECT_DOESNT_EXIST = 2303, STATUS_PROHIBITS_OPERATION = 2304, ASSOCIATION_PROHIBITS_OPERATION = 2305,
  PARAMETER_POLICY_ERROR = 2306, UNIMPLEMENTED_SERVICE = 2307, DATA_MGMT_POLICY_VIOLATION = 2308, COMMAND_FAILED = 2400,
  COMMAND_FAILED_CLOSING_CONN = 2500, AUTHENTICATION_ERROR_CLOSING_CONN = 2501, SESSION_LIMIT_EXCEEDED = 2502
}
 Result Codes - See RFC 3730 - Session 3.
 

Detailed Description

EPP DomainInfoRsp Class.

Member Function Documentation

void DomainInfoRsp::add_dsInfo ( const DSInfo dsInfo)
inline

Adds a DSInfo object to the list.

Parameters
DSInfoobject

References _ds_list.

void DomainInfoRsp::add_keyData ( const KeyData dnskey_data)
inline

Adds DNSKEY information.

Parameters
DNSKEYinformation

References _dnskey_list.

AuthInfo DomainInfoRsp::get_authInfo ( ) const
inline

Returns authorization information.

Returns
authorization information

References _authInfo.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_clID ( ) const
inline

Returns sponsoring client.

Returns
sponsoring client

References _clID.

Referenced by BrDomainInfoRsp::copy_parent_data().

map< string, string, less<string> > DomainInfoRsp::get_contacts ( ) const
inline

Returns map of other contacts.

Returns
map of other contacts

References _contacts.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_crDate ( ) const
inline

Returns creation date.

Returns
creation date

References _crDate.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_crID ( ) const
inline

Returns the identifier of the client that created the domain object.

Returns
client identification

References _crID.

Referenced by BrDomainInfoRsp::copy_parent_data().

list<DSInfo> DomainInfoRsp::get_dsInfo ( ) const
inline

Returns list of DSInfo objects.

Returns
list of DSInfo objects

References _ds_list.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_exDate ( ) const
inline

Returns expiration date.

Returns
expiration date

References _exDate.

Referenced by BrDomainInfoRsp::copy_parent_data().

list<KeyData> DomainInfoRsp::get_keyDataList ( ) const
inline

Returns DNSKEY information list.

Returns
DNSKEY information list

References _dnskey_list.

LaunchInfoRsp DomainInfoRsp::get_launch ( ) const
inline

Returns the launch extension.

Returns
launch extension

References _launch.

string DomainInfoRsp::get_name ( ) const
inline

Returns domain name.

Returns
fully qualified domain name

References _name.

Referenced by BrDomainInfoRsp::copy_parent_data().

vector<struct NameServer> DomainInfoRsp::get_nameservers ( ) const
inline

Returns a list of nameservers.

Returns
list of nameservers associated with domain object

References _nameservers.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_registrant ( ) const
inline

Returns registrant.

Returns
registrant identification

References _registrant.

Referenced by BrDomainInfoRsp::copy_parent_data().

RGPStatus::Value DomainInfoRsp::get_rgpStatus ( ) const
inline

Returns RGP status.

Returns
RGP status

References _rgp_status.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_roid ( ) const
inline

Returns domain repository object identification.

Returns
domain repository object identification

References _roid.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_secDnsVersion ( ) const
inline

Returns secDNS extension version.

Returns
secDNS extension version

References _secDnsVersion.

set<string> DomainInfoRsp::get_status_set ( ) const
inline

Returns set of domain status.

Returns
set of domain status

References _status_set.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_trDate ( ) const
inline

Returns last successfull transfer date.

Returns
last successfull transfer date

References _trDate.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_upDate ( ) const
inline

Returns last modification date.

Returns
last modification date

References _upDate.

Referenced by BrDomainInfoRsp::copy_parent_data().

string DomainInfoRsp::get_upID ( ) const
inline

Returns the identifier of the client that last updated the domain object.

Returns
id of client that last updated the domain object

References _upID.

Referenced by BrDomainInfoRsp::copy_parent_data().

void DomainInfoRsp::insert_contact ( const string &  type,
const string &  identification 
)
inline

Inserts a contact in the map of other contacts.

Parameters
typecontact type
identificationcontact identification

References _contacts.

void DomainInfoRsp::insert_nameserver ( const struct NameServer nameserver)
inline

Inserts a nameserver to the list of nameservers.

Parameters
nameserverfully qualified domain name

References _nameservers.

void DomainInfoRsp::insert_status ( const string &  status)
inline

Inserts a new status in _status_set.

Parameters
statusthe status to be inserted

References _status_set.

void DomainInfoRsp::set_authInfo ( const AuthInfo authInfo)
inline

Sets authorization information.

Parameters
authInfodomain authorization information

References _authInfo.

void DomainInfoRsp::set_clID ( const string &  clID)
inline

Sets the sponsoring client.

Parameters
clIDsponsoring client

References _clID.

void DomainInfoRsp::set_crDate ( const string &  crDate)
inline

Sets creation date.

Parameters
crDateobject creation date

References _crDate.

void DomainInfoRsp::set_crID ( const string &  crID)
inline

Sets the identifier of the client that created the domain object.

Parameters
crIDid of the client that created the object

References _crID.

void DomainInfoRsp::set_exDate ( const string &  exDate)
inline

Sets expiration date.

Parameters
exDateexpiration date

References _exDate.

void DomainInfoRsp::set_launch ( const LaunchInfoRsp launch)
inline

Sets the launch extension.

Parameters
launchlaunch extension

References _launch.

void DomainInfoRsp::set_name ( const string &  name)
inline

Sets domain name.

Parameters
namefully qualified domain name

References _name.

void DomainInfoRsp::set_registrant ( const string &  registrant)
inline

Sets registrant.

Parameters
registrantregistrant identification

References _registrant.

void DomainInfoRsp::set_rgpStatus ( const RGPStatus::Value  status)
inline
Parameters
statusRGP Status

References _rgp_status.

void DomainInfoRsp::set_roid ( const string &  roid)
inline

Sets domain repository object identification.

Parameters
roiddomain repository object identification

References _roid.

void DomainInfoRsp::set_secDnsVersion ( string  secDnsVersion)
inline

Sets secDNS extension version.

Parameters
secDNSextension version

References _secDnsVersion.

void DomainInfoRsp::set_trDate ( const string &  trDate)
inline

Sets last successfull transfer date.

Parameters
trDatelast successfull transfer date

References _trDate.

void DomainInfoRsp::set_upDate ( const string &  upDate)
inline

Sets last modification date.

Parameters
upDatelast modification date

References _upDate.

void DomainInfoRsp::set_upID ( const string &  upID)
inline

Sets the identifier of the client that last updated the domain object.

Parameters
upIDid of the client that created the object

References _upID.

Member Data Documentation

string DomainInfoRsp::_roid
protected

element that contains the Repository Object IDentifier assigned to the domain object when the object was created

Referenced by BrDomainInfoRsp::copy_parent_data(), get_roid(), reset(), and set_roid().


The documentation for this class was generated from the following file: