#include <statusreport.h>
Public Methods | |
MessageReference () | |
MessageReference (const string &did, int msgnum) | |
MessageReference (const string °) | |
~MessageReference () | |
const string & | dialogId () const |
int | messageNumber () const |
string | toString () const |
bool | operator== (const MessageReference &ref) const |
int | cmp (const MessageReference &other) const |
If the bank gives us feedback about the status of a particular message (e.g. transfer order), this MessageReference identifies the order (HBCI::OutboxJob) which is meant.
|
|
|
Constructor with dialog id and message number. |
|
Constructor for a HBCI data element group (DEG). This is just the same string as the one returned by toString(). (FIXME: is this correct?) |
|
Destructor |
|
Comparison. Returns -1 when this MessageReference is smaller than the other, returns 0 when equal, and returns 1 when this one is greater than the other. The dialogId are compared lexicographically, and the messageNumber numerically. |
|
Returns the dialog id. |
|
Returns the message number. |
|
Equality |
|
Returns the HBCI-representation of a message reference in one string. |