21 #include "../resqml2/Model.h"
23 namespace RESQML2_2_NS
26 class Model final :
public RESQML2_NS::Model
37 DLL_IMPORT_OR_EXPORT
Model(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : RESQML2_NS::
Model(partialObject) {}
47 Model(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title);
54 Model(gsoap_eml2_3::_resqml22__Model* fromGsoap): RESQML2_NS::
Model(fromGsoap) {}
64 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
71 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag() const final {
return XML_TAG; }
76 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
Model(gsoap_eml2_3::_resqml22__Model *fromGsoap)
Definition: Model.h:54
Model(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: Model.h:37
std::string getXmlNamespace() const final
Definition: Model.h:81
virtual std::string getXmlTag() const final
Definition: Model.h:71
static const char * XML_NS
Definition: Model.h:76
Model(common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
Creates an instance of this class in a gsoap context.
static const char * XML_TAG
Definition: Model.h:64