24 #ifndef KDSOAPENDPOINTREFERENCE_H
25 #define KDSOAPENDPOINTREFERENCE_H
27 #include "KDSoapGlobal.h"
28 #include "KDSoapValue.h"
30 #include <QSharedDataPointer>
32 class KDSoapEndpointReferenceData;
68 QString address()
const;
74 void setAddress(
const QString &address);
85 void setReferenceParameters(
const KDSoapValueList &referenceParameters);
101 bool isEmpty()
const;
104 QSharedDataPointer<KDSoapEndpointReferenceData> d;
107 #endif // KDSOAPENDPOINTREFERENCE_H
Definition: KDSoapEndpointReference.h:40
Definition: KDSoapValue.h:279