21 #include "../resqml2/CulturalFeature.h"
23 namespace RESQML2_0_1_NS
37 DLL_IMPORT_OR_EXPORT
FrontierFeature(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : RESQML2_NS::CulturalFeature(partialObject) {}
46 FrontierFeature(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title);
53 FrontierFeature(gsoap_resqml2_0_1::_resqml20__FrontierFeature* fromGsoap): RESQML2_NS::CulturalFeature(fromGsoap) {}
63 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
70 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag() const final {
return XML_TAG; }
75 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
Definition: FrontierFeature.h:27
FrontierFeature(common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
virtual std::string getXmlTag() const final
Definition: FrontierFeature.h:70
FrontierFeature(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: FrontierFeature.h:37
~FrontierFeature()=default
FrontierFeature(gsoap_resqml2_0_1::_resqml20__FrontierFeature *fromGsoap)
Definition: FrontierFeature.h:53
static const char * XML_NS
Definition: FrontierFeature.h:75
std::string getXmlNamespace() const final
Definition: FrontierFeature.h:80
static const char * XML_TAG
Definition: FrontierFeature.h:63