37 DLL_IMPORT_OR_EXPORT
Log(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) :
ChannelMetaDataObject(partialObject) {}
50 const std::string & guid,
51 const std::string & title,
84#define SETTER_GENERIC_OPTIONAL_ATTRIBUTE(attributeDatatype, attributeName)\
85 DLL_IMPORT_OR_EXPORT void set##attributeName(const attributeDatatype & attributeName);
87 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, RunNumber)
88 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, PassNumber)
89 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, LoggingToolClassLongName)
96 DLL_IMPORT_OR_EXPORT static const
char* XML_TAG;
103 DLL_IMPORT_OR_EXPORT virtual std::
string getXmlTag()
const {
return XML_TAG; }
111 DLL_IMPORT_OR_EXPORT static constexpr
char const* XML_NS = "witsml21";
116 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }