ContactCreateRsp Class Reference
EPP ContactCreateRsp Class.
More...
#include <ContactCreateRsp.H>
List of all members.
Public Member Functions |
| ContactCreateRsp (bool reset=true) |
| Default constructor.
|
void | set_id (const string &id) |
| Sets the contact's id.
|
void | set_crDate (const string &crDate) |
| Sets the contact's creation date.
|
string | get_id () const |
| Returns the contact's id.
|
string | get_crDate () const |
| Returns the contact's creation date.
|
void | reset () |
| Resets object attributes.
|
Protected Attributes |
string | _id |
| Contact id.
|
string | _crDate |
| Date and Time of contact creation.
|
Detailed Description
EPP ContactCreateRsp Class.
Member Function Documentation
string ContactCreateRsp::get_crDate |
( |
|
) |
const [inline] |
Returns the contact's creation date.
- Returns:
- contact creation date
References _crDate.
string ContactCreateRsp::get_id |
( |
|
) |
const [inline] |
Returns the contact's id.
- Returns:
- contact id
References _id.
void ContactCreateRsp::set_crDate |
( |
const string & |
crDate |
) |
[inline] |
Sets the contact's creation date.
- Parameters:
-
| crDate | contact creation date |
References _crDate.
void ContactCreateRsp::set_id |
( |
const string & |
id |
) |
[inline] |
Sets the contact's id.
- Parameters:
-
References _id.
The documentation for this class was generated from the following file: