47 DLL_IMPORT_OR_EXPORT
PropertySet(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : COMMON_NS::AbstractObject(partialObject) {}
66 PropertySet(COMMON_NS::DataObjectRepository* repo,
const std::string & guid,
const std::string & title,
67 bool hasMultipleRealizations,
bool hasSinglePropertyKind, gsoap_resqml2_0_1::resqml20__TimeSetKind timeSetKind);
74 PropertySet(gsoap_resqml2_0_1::_resqml20__PropertySet* fromGsoap) : COMMON_NS::AbstractObject(fromGsoap) {}
109 DLL_IMPORT_OR_EXPORT std::vector<PropertySet *>
getChildren()
const;
117 return getChildren().size();
146 DLL_IMPORT_OR_EXPORT std::vector<RESQML2_NS::AbstractProperty *>
getProperties()
const;
168 DLL_IMPORT_OR_EXPORT RESQML2_NS::AbstractProperty* getProperty(uint64_t index) const;
170 DLL_IMPORT_OR_EXPORT
bool hasMultipleRealizations() const;
172 DLL_IMPORT_OR_EXPORT
bool hasSinglePropertyKind() const;
174 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__TimeSetKind getTimeSetKind() const;
179 DLL_IMPORT_OR_EXPORT static constexpr
char const* XML_NS = "resqml20";
184 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
187 DLL_IMPORT_OR_EXPORT
static constexpr char const* XML_TAG =
"PropertySet";
194 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag() const final {
return XML_TAG; }
200 static constexpr
char const* FAKE_PROP_UUID = "6b6656bb-32c4-4c4a-84ec-f66cf50bd4dd";
216 void pushBackXmlProperty(RESQML2_NS::AbstractProperty * prop);
218 std::vector<COMMON_NS::DataObjectReference> getAllPropertiesDors() const;
PropertySet(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, bool hasMultipleRealizations, bool hasSinglePropertyKind, gsoap_resqml2_0_1::resqml20__TimeSetKind timeSetKind)
Creates an instance of this class in a gsoap context.