24#include "../common/AbstractObject.h"
36 const std::string & guid,
37 const std::string & title);
42 ToolErrorModelDictionary(gsoap_eml2_3::witsml21__ToolErrorModelDictionary* fromGsoap) : COMMON_NS::AbstractObject(fromGsoap) {}
49 DLL_IMPORT_OR_EXPORT std::string getToolErrorModelUuid(
unsigned long index)
const;
50 DLL_IMPORT_OR_EXPORT
class ToolErrorModel* getToolErrorModel(
unsigned long index)
const;
51 DLL_IMPORT_OR_EXPORT std::vector<class ToolErrorModel*> getToolErrorModels()
const;
52 DLL_IMPORT_OR_EXPORT
void pushBackToolErrorModel(
class ToolErrorModel* tem);
59 DLL_IMPORT_OR_EXPORT
static const char* XML_TAG;
60 DLL_IMPORT_OR_EXPORT
virtual std::string getXmlTag()
const {
return XML_TAG;}
65 DLL_IMPORT_OR_EXPORT
static constexpr char const* XML_NS =
"witsml21";