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

EPP DefRegInfoRsp Class. More...

#include <DefRegInfoRsp.H>

Inheritance diagram for DefRegInfoRsp:
Response

Public Member Functions

 DefRegInfoRsp (bool reset=true)
 Default constructor.
 
void set_roid (const string &roid)
 Sets repository object identification. More...
 
string get_roid () const
 Returns repository object identification. More...
 
void set_name (const DefRegName &name)
 Sets name of the Defensive Registration object. More...
 
DefRegName get_name () const
 Returns name of the Defensive Registration object. More...
 
void set_registrant (const string &registrant)
 Sets registrant. More...
 
string get_registrant () const
 Returns registrant. More...
 
void set_trademark_id (const string &id)
 
string get_trademark_id () const
 
void set_trademark_country (const string &country)
 
string get_trademark_country () const
 
void set_trademark_date (const string &date)
 Sets date when the Trademark was issued. More...
 
string get_trademark_date () const
 Returns the date when the Trademark was issued. More...
 
void set_admin_contact (const string &contact)
 
string get_admin_contact () const
 
void insert_status (const string &status)
 Inserts a new status. More...
 
set< string > get_status_set () const
 Returns set of status. 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 object. More...
 
string get_crID () const
 Returns the name of the Defensive Registration 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 object. More...
 
string get_upID () const
 Returns the identifier of the client that last updated the object. More...
 
void set_upDate (const string &upDate)
 Sets last modification date. More...
 
string get_upDate () const
 Returns last modification date. More...
 
void set_exDate (const string &exDate)
 Sets expiration date. More...
 
string get_exDate () const
 Returns expiration 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 reset ()
 Resets 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 _roid
 
DefRegName _name
 Name of the Defensive Registration object.
 
string _registrant
 
string _trademark_id
 
string _trademark_country
 
string _trademark_date
 Date when the Trademark was issued.
 
string _admin_contact
 
set< string > _status_set
 
string _clID
 sponsoring client id
 
string _crID
 client that created object
 
string _crDate
 creation date
 
string _upID
 client that last updated object
 
string _upDate
 last modification date
 
string _exDate
 expiration date
 
string _trDate
 last successfull transfer date
 
AuthInfo _authInfo
 authorization information
 
- 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 DefRegInfoRsp Class.

Member Function Documentation

string DefRegInfoRsp::get_admin_contact ( ) const
inline

Returns the identifier for the administrator associated with the Defensive Registration object

Returns
administrator contact id

References _admin_contact.

AuthInfo DefRegInfoRsp::get_authInfo ( ) const
inline

Returns authorization information.

Returns
authorization information

References _authInfo.

string DefRegInfoRsp::get_clID ( ) const
inline

Returns sponsoring client.

Returns
sponsoring client

References _clID.

string DefRegInfoRsp::get_crDate ( ) const
inline

Returns creation date.

Returns
creation date

References _crDate.

string DefRegInfoRsp::get_crID ( ) const
inline

Returns the name of the Defensive Registration object.

Returns
name of the Defensive Registration object

References _crID.

string DefRegInfoRsp::get_exDate ( ) const
inline

Returns expiration date.

Returns
expiration date

References _exDate.

DefRegName DefRegInfoRsp::get_name ( ) const
inline

Returns name of the Defensive Registration object.

Returns
name of the Defensive Registration object

References _name.

string DefRegInfoRsp::get_registrant ( ) const
inline

Returns registrant.

Returns
registrant identification

References _registrant.

string DefRegInfoRsp::get_roid ( ) const
inline

Returns repository object identification.

Returns
repository object identification

References _roid.

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

Returns set of status.

Returns
set of status

References _status_set.

string DefRegInfoRsp::get_trademark_country ( ) const
inline

Returns country which issued the Trademark associated with the Defensive Registration Object

Returns
country

References _trademark_country.

string DefRegInfoRsp::get_trademark_date ( ) const
inline

Returns the date when the Trademark was issued.

Returns
date when the Trademark was issued

References _trademark_date.

string DefRegInfoRsp::get_trademark_id ( ) const
inline

Returns the trademark Identifier (ID) associated with the Defensive Registration Object

Returns
trademark identifier

References _trademark_id.

string DefRegInfoRsp::get_trDate ( ) const
inline

Returns last successfull transfer date.

Returns
last successfull transfer date

References _trDate.

string DefRegInfoRsp::get_upDate ( ) const
inline

Returns last modification date.

Returns
last modification date

References _upDate.

string DefRegInfoRsp::get_upID ( ) const
inline

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

Returns
id of client that last updated the object

References _upID.

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

Inserts a new status.

Parameters
statusstatus to be inserted

References _status_set.

void DefRegInfoRsp::set_admin_contact ( const string &  contact)
inline

Sets the identifier for the administrator associated with the Defensive Registration object

Parameters
contactadministrator contact id

References _admin_contact.

void DefRegInfoRsp::set_authInfo ( const AuthInfo authInfo)
inline

Sets authorization information.

Parameters
authInfoauthorization information

References _authInfo.

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

Sets the sponsoring client.

Parameters
clIDsponsoring client

References _clID.

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

Sets creation date.

Parameters
crDateobject creation date

References _crDate.

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

Sets the identifier of the client that created the object.

Parameters
crIDid of the client that created the object

References _crID.

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

Sets expiration date.

Parameters
exDateexpiration date

References _exDate.

void DefRegInfoRsp::set_name ( const DefRegName name)
inline

Sets name of the Defensive Registration object.

Parameters
namename of the Defensive Registration object

References _name.

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

Sets registrant.

Parameters
registrantregistrant identification

References _registrant.

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

Sets repository object identification.

Parameters
roidrepository object identification

References _roid.

void DefRegInfoRsp::set_trademark_country ( const string &  country)
inline

Sets the country which issued the Trademark associated with the Defensive Registration Object

Parameters
countrycountry

References _trademark_country.

void DefRegInfoRsp::set_trademark_date ( const string &  date)
inline

Sets date when the Trademark was issued.

Parameters
datedate when the Trademark was issued

References _trademark_date.

void DefRegInfoRsp::set_trademark_id ( const string &  id)
inline

Sets the Trademark Identifier (ID) associated with the Defensive Registration Object

Parameters
idtrademark identifier

References _trademark_id.

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

Sets last successfull transfer date.

Parameters
trDatelast successfull transfer date

References _trDate.

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

Sets last modification date.

Parameters
upDatelast modification date

References _upDate.

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

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

Parameters
upIDid of the client that created the object

References _upID.

Member Data Documentation

string DefRegInfoRsp::_admin_contact
protected

Identifier for the administrator associated with the Defensive Registration object

Referenced by get_admin_contact(), reset(), and set_admin_contact().

string DefRegInfoRsp::_registrant
protected

Identifier for the human or organizational social information (contact) object to be associated with the Defensive Registration object as the object registrant

Referenced by get_registrant(), reset(), and set_registrant().

string DefRegInfoRsp::_roid
protected

Contains the Repository Object Identifier assigned to the Defensive Registration object when the object was created

Referenced by get_roid(), reset(), and set_roid().

set<string> DefRegInfoRsp::_status_set
protected

Contain the current status descriptors associated with the Defensive Registration

Referenced by get_status_set(), insert_status(), and reset().

string DefRegInfoRsp::_trademark_country
protected

Country which issued the Trademark associated with the Defensive Registration Object

Referenced by get_trademark_country(), reset(), and set_trademark_country().

string DefRegInfoRsp::_trademark_id
protected

Trademark Identifier (ID) associated with the Defensive Registration Object

Referenced by get_trademark_id(), reset(), and set_trademark_id().


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