21#include "../resqml2/WellboreFeature.h"
48 WellboreFeature(COMMON_NS::DataObjectRepository* repo,
const std::string& guid,
const std::string& title);
60 COMMON_NS::DataObjectReference getWitsmlWellboreDor() const final;
62 DLL_IMPORT_OR_EXPORT
void setWitsmlWellbore(WITSML2_NS::Wellbore * wellbore) final;
67 DLL_IMPORT_OR_EXPORT static constexpr
char const* XML_NS = "resqml22";
72 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
Definition WellboreFeature.h:27
WellboreFeature(common ::DataObjectRepository *repo, const std::string &guid, const std::string &title)
~WellboreFeature()=default
WellboreFeature(gsoap_eml2_3::_resqml22__WellboreFeature *fromGsoap)
Definition WellboreFeature.h:55
WellboreFeature(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition WellboreFeature.h:35