21 #include "../resqml2/PropertySet.h"
23 namespace RESQML2_0_1_NS
41 DLL_IMPORT_OR_EXPORT
PropertySet(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : RESQML2_NS::
PropertySet(partialObject) {}
60 PropertySet(COMMON_NS::DataObjectRepository* repo,
const std::string & guid,
const std::string & title,
61 bool hasMultipleRealizations,
bool hasSinglePropertyKind, gsoap_eml2_3::resqml22__TimeSetKind timeSetKind);
75 DLL_IMPORT_OR_EXPORT
bool hasSinglePropertyKind() const final;
77 DLL_IMPORT_OR_EXPORT gsoap_eml2_3::resqml22__TimeSetKind getTimeSetKind() const final;
82 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
87 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
96 void setXmlParent(RESQML2_NS::PropertySet * parent);
98 COMMON_NS::DataObjectReference getParentDor()
const;
105 void pushBackXmlProperty(RESQML2_NS::AbstractProperty * prop);
107 std::vector<COMMON_NS::DataObjectReference> getAllPropertiesDors()
const;
Definition: PropertySet.h:31
PropertySet(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, bool hasMultipleRealizations, bool hasSinglePropertyKind, gsoap_eml2_3::resqml22__TimeSetKind timeSetKind)
Creates an instance of this class in a gsoap context.
PropertySet(gsoap_resqml2_0_1::_resqml20__PropertySet *fromGsoap)
Definition: PropertySet.h:68
PropertySet(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: PropertySet.h:41
bool hasMultipleRealizations() const final