21 #include "ChannelIndexDataObject.h"
23 namespace WITSML2_0_NS
40 DLL_IMPORT_OR_EXPORT
ChannelSet(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) :
ChannelIndexDataObject<gsoap_eml2_1::witsml20__ChannelSet>(partialObject) {}
49 ChannelSet(COMMON_NS::DataObjectRepository* repo,
const std::string & guid,
const std::string & title);
70 DLL_IMPORT_OR_EXPORT
void pushBackChannelIndex(gsoap_eml2_1::witsml20__ChannelIndexType indexType, gsoap_eml2_1::eml21__UnitOfMeasure uom,
const std::string & mnemonic,
bool isIncreasing =
true,
const std::string & datum =
"");
126 DLL_IMPORT_OR_EXPORT std::vector<class Log*>
getLogs()
const;
133 DLL_IMPORT_OR_EXPORT std::vector<class Channel*>
getChannels()
const;
141 #define SETTER_GENERIC_OPTIONAL_ATTRIBUTE(attributeDatatype, attributeName)\
142 DLL_IMPORT_OR_EXPORT void set##attributeName(const attributeDatatype & attributeName);
144 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, TimeDepth)
145 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, RunNumber)
146 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, PassNumber)
147 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, LoggingCompanyName)
148 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, LoggingCompanyCode)
149 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, ToolName)
150 SETTER_GENERIC_OPTIONAL_ATTRIBUTE(std::string, ToolClass)
157 DLL_IMPORT_OR_EXPORT static const
char* XML_TAG;
164 DLL_IMPORT_OR_EXPORT virtual std::
string getXmlTag()
const {
return XML_TAG; }
Definition: ChannelIndexDataObject.h:36
Definition: ChannelSet.h:30
std::vector< class Channel * > getChannels() const
void pushBackChannelIndex(gsoap_eml2_1::witsml20__ChannelIndexType indexType, gsoap_eml2_1::eml21__UnitOfMeasure uom, const std::string &mnemonic, bool isIncreasing=true, const std::string &datum="")
void loadTargetRelationships()
bool hasDataAsJsonArray() const
const std::string & getDataAsJsonArray() const
ChannelSet(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: ChannelSet.h:40
std::vector< class Log * > getLogs() const
ChannelSet(gsoap_eml2_1::witsml20__ChannelSet *fromGsoap)
Definition: ChannelSet.h:56
bool hasDataAsFileUri() const
const std::string & getDataAsFileUri() const
ChannelSet(common::DataObjectRepository *repo, const std::string &guid, const std::string &title)
void pushBackChannel(class Channel *channel)
void setDataAsFileUri(const std::string &fileUri)
void setDataAsJsonArray(const std::string &jsonArray)