13#include <QXmlStreamAttributes>
15class test_PaosMessage;
22 friend class ::test_PaosMessage;
29 bool handleWSAddressingHeaders(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes);
45 mMessageID = messageId;
57 mRelatesTo = relatesTo;
Definition: PaosMessage.h:21
void setRelatesTo(const QString &relatesTo)
Definition: PaosMessage.h:55
const QString & getRelatesTo() const
Definition: PaosMessage.h:49
const QString & getMessageId() const
Definition: PaosMessage.h:37
void setMessageId(const QString &messageId)
Definition: PaosMessage.h:43
bool handleWSAddressingHeaders(const QString &pElementName, const QString &pValue, const QXmlStreamAttributes &pAttributes)
Definition: PaosMessage.cpp:20
const PaosType mType
Definition: PaosMessage.h:32
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16