#include <statusreport.h>
Public Methods | |
StatusReport () | |
~StatusReport () | |
Date and Time | |
const Date & | date () const |
void | setDate (const Date &d) |
const Time & | time () const |
void | setTime (const Time &t) |
Result information | |
int | result () const |
void | setResult (int r) |
const string & | resultText () const |
void | setResultText (const string &s) |
string | dump () const |
Reference to the original HBCI::OutboxJob | |
const MessageReference & | messageReference () const |
void | setMessageReference (const MessageReference &r) |
int | segment () const |
void | setSegment (int s) |
const string & | groupReference () const |
void | setGroupReference (const string &s) |
This Statusreport contains the bank's information about what happened with the message (e.g. transfer order) references by the messageReference().
|
|
|
|
|
Returns the date when this status report was valid. |
|
Returns a long string containing all information of this status report; mainly intended for debugging. |
|
Returns the message group this status report belongs to (FIXME: is this correct?) |
|
Returns the message reference to find the message that this status report belongs to, i.e. the reference that was given previously in OutboxJob::messageReference(). |
|
Returns the HBCI result code of this status report. |
|
Returns the clear text message of this status report. |
|
Returns the segment number inside the referred message (by messageReference() ) that this status report belongs to. This is the segment number from OutboxJob::segmentForStatusReport(). (FIXME: is this correct?) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns the time when this status report was valid. |