21 #include "../resqml2/CulturalFeature.h"
23 namespace RESQML2_2_NS
47 CulturalFeature(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title,
48 gsoap_eml2_3::resqml22__CulturalFeatureKind kind);
65 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
72 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag() const final {
return XML_TAG; }
77 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
Definition: CulturalFeature.h:27
std::string getXmlNamespace() const final
Definition: CulturalFeature.h:82
CulturalFeature(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: CulturalFeature.h:37
static const char * XML_NS
Definition: CulturalFeature.h:77
static const char * XML_TAG
Definition: CulturalFeature.h:65
~CulturalFeature()=default
virtual std::string getXmlTag() const final
Definition: CulturalFeature.h:72
CulturalFeature(gsoap_eml2_3::_resqml22__CulturalFeature *fromGsoap)
Definition: CulturalFeature.h:55
CulturalFeature(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, gsoap_eml2_3::resqml22__CulturalFeatureKind kind)
Creates an instance of this class in an EPC document.