17 #ifndef KDSOAPENDPOINTREFERENCE_H
18 #define KDSOAPENDPOINTREFERENCE_H
20 #include "KDSoapGlobal.h"
21 #include "KDSoapValue.h"
23 #include <QSharedDataPointer>
25 class KDSoapEndpointReferenceData;
60 QString address()
const;
66 void setAddress(
const QString &address);
77 void setReferenceParameters(
const KDSoapValueList &referenceParameters);
96 QSharedDataPointer<KDSoapEndpointReferenceData> d;
Definition: KDSoapEndpointReference.h:34
Definition: KDSoapValue.h:327