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;
99 #endif // KDSOAPENDPOINTREFERENCE_H Definition: KDSoapEndpointReference.h:33
Definition: KDSoapValue.h:326