31 map< string, string, less<string> > attributes;
152 _type = UNSET_ACTION;
183 #endif //__POLL_RSP_H__
PollRsp(bool reset=true)
Default constructor.
Definition: PollRsp.H:35
EPP Response Class.
Definition: Response.H:24
string _qDate
Date when the message entered in the queue.
Definition: PollRsp.H:163
string _count
Counter.
Definition: PollRsp.H:157
void set_response(Response *resp, const ActionType type)
Sets the specific response inside the poll response.
Definition: PollRsp.H:87
string get_count() const
Returns the message count.
Definition: PollRsp.H:96
map< string, MsgContent, less< string > > _content
Message content.
Definition: PollRsp.H:172
string _id
Contact id.
Definition: PollRsp.H:160
string _lang
Language msg.
Definition: PollRsp.H:166
auto_ptr< Response > _response
Response (resData element)
Definition: PollRsp.H:178
Response(bool reset=true)
Default constructor.
Definition: Response.H:78
void set_lang(const string &lang)
Sets the language of the message.
Definition: PollRsp.H:65
string get_text() const
Returns the message text.
Definition: PollRsp.H:120
string get_id() const
Returns the message id.
Definition: PollRsp.H:102
Response * get_response()
Returns the specific response inside the poll response.
Definition: PollRsp.H:141
void set_count(const string &count)
Sets the message count.
Definition: PollRsp.H:46
map< string, MsgContent, less< string > > get_content() const
Returns the msg content.
Definition: PollRsp.H:126
ActionType _type
Response type.
Definition: PollRsp.H:175
void set_text(const string &text)
Sets the message text.
Definition: PollRsp.H:71
ActionType
Action Types.
Definition: CommonData.H:23
string get_qDate() const
Returns the message date.
Definition: PollRsp.H:108
void set_id(const string &id)
Sets the message id.
Definition: PollRsp.H:52
void reset()
reset attributes
Definition: PollRsp.H:144
string _text
Text msg.
Definition: PollRsp.H:169
void set_qDate(const string &qDate)
Sets the message date.
Definition: PollRsp.H:59
void set_content(const map< string, MsgContent, less< string > > &content)
Sets the msg content.
Definition: PollRsp.H:77
void reset()
reset attributes
Definition: Response.H:161
string get_lang() const
Returns the message language.
Definition: PollRsp.H:114
EPP PollRsp Class.
Definition: PollRsp.H:26
ActionType get_response_type() const
Returns the response type of the specific response.
Definition: PollRsp.H:135