21 #include "../resqml2/RockVolumeFeature.h"
23 namespace RESQML2_0_1_NS
37 DLL_IMPORT_OR_EXPORT
GeologicUnitFeature(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : RESQML2_NS::RockVolumeFeature(partialObject) {}
47 GeologicUnitFeature(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title);
54 GeologicUnitFeature(gsoap_resqml2_0_1::_resqml20__GeologicUnitFeature* fromGsoap): RESQML2_NS::RockVolumeFeature(fromGsoap) {}
64 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
71 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag()
const override {
return XML_TAG; }
76 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
Definition: GeologicUnitFeature.h:27
GeologicUnitFeature(gsoap_resqml2_0_1::_resqml20__GeologicUnitFeature *fromGsoap)
Definition: GeologicUnitFeature.h:54
GeologicUnitFeature(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: GeologicUnitFeature.h:37
GeologicUnitFeature(common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
std::string getXmlNamespace() const final
Definition: GeologicUnitFeature.h:81
static const char * XML_TAG
Definition: GeologicUnitFeature.h:64
virtual ~GeologicUnitFeature()=default
virtual std::string getXmlTag() const override
Definition: GeologicUnitFeature.h:71
static const char * XML_NS
Definition: GeologicUnitFeature.h:76