49 DLL_IMPORT_OR_EXPORT
PropertySet(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : COMMON_NS::AbstractObject(partialObject) {}
68 PropertySet(COMMON_NS::DataObjectRepository* repo,
const std::string & guid,
const std::string & title,
69 bool hasMultipleRealizations,
bool hasSinglePropertyKind, gsoap_resqml2_0_1::resqml20__TimeSetKind timeSetKind);
76 PropertySet(gsoap_resqml2_0_1::_resqml20__PropertySet* fromGsoap) : COMMON_NS::AbstractObject(fromGsoap) {}
111 DLL_IMPORT_OR_EXPORT std::vector<PropertySet *>
getChildren()
const;
119 return getChildren().size();
148 DLL_IMPORT_OR_EXPORT std::vector<RESQML2_NS::AbstractProperty *>
getProperties()
const;
170 DLL_IMPORT_OR_EXPORT RESQML2_NS::AbstractProperty* getProperty(uint64_t index) const;
172 DLL_IMPORT_OR_EXPORT
bool hasMultipleRealizations() const;
174 DLL_IMPORT_OR_EXPORT
bool hasSinglePropertyKind() const;
176 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__TimeSetKind getTimeSetKind() const;
181 DLL_IMPORT_OR_EXPORT static constexpr
char const* XML_NS = "resqml20";
186 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
189 DLL_IMPORT_OR_EXPORT
static constexpr char const* XML_TAG =
"PropertySet";
196 DLL_IMPORT_OR_EXPORT
virtual std::string
getXmlTag() const final {
return XML_TAG; }
215 void pushBackXmlProperty(RESQML2_NS::AbstractProperty * prop);
217 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.