#include <AbstractObject.h>
|
static const char * | SCHEMA_VERSION = "1.4.1.1" |
|
|
| AbstractObject (gsoap_witsml1_4_1_1::abstract__abstractObject *proxy=nullptr) |
| Indicate wether methods update the XML (Gsoap) or only the C++ classes of the API.
|
|
gsoap_witsml1_4_1_1::witsml1__cs_USCOREcommonData * | newCommonData (const std::string &sourceName, const time_t &dTimCreation, const time_t &dTimLastChange, const std::string &comments) |
|
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * | constructEastingNorthingLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &easting, const double &northing, class CoordinateReferenceSystem *wellCrs) |
|
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * | constructWestingSouthingLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &westing, const double &southing, class CoordinateReferenceSystem *wellCrs) |
|
gsoap_witsml1_4_1_1::witsml1__cs_USCORElocation * | constructProjectedXProjectedYLocation (gsoap_witsml1_4_1_1::witsml1__LengthUom uom, const double &projectedX, const double &projectedY, class CoordinateReferenceSystem *wellCrs) |
|
vector< Relationship > AbstractObject::getAllEpcRelationships |
( |
| ) |
const |
|
virtual |
string AbstractObject::getContentType |
( |
| ) |
const |
Get the content type of the instance according to EPC recommendation
Return the EPC document which contains this gsoap wrapper.
gsoap_witsml1_4_1_1::abstract__abstractObject* witsml1_4_1_1::AbstractObject::getGsoapProxy |
( |
| ) |
|
|
inline |
Get the gsoap proxy which is wrapped by this entity
int witsml1_4_1_1::AbstractObject::getGsoapType |
( |
| ) |
const |
|
inline |
Get the Gsoap type of the wrapped element
std::string AbstractObject::getPartNameInEpcDocument |
( |
| ) |
const |
Get part name of this XML top level instance in the EPC document
virtual std::string witsml1_4_1_1::AbstractObject::getXmlNamespace |
( |
| ) |
const |
|
inlinevirtual |
Get the XML namespace for the tags for the XML serialization of this instance
virtual std::string witsml1_4_1_1::AbstractObject::getXmlTag |
( |
| ) |
const |
|
pure virtual |
virtual void witsml1_4_1_1::AbstractObject::importRelationshipSetFromEpc |
( |
common::EpcDocument * |
epcDoc | ) |
|
|
pure virtual |
void witsml1_4_1_1::AbstractObject::serializeIntoStream |
( |
std::ostream * |
stream | ) |
|
Serialize the instance into a stream.
- Parameters
-
stream | The stream must be opened for writing and won't be closed. |
string AbstractObject::serializeIntoString |
( |
| ) |
|
Serialize the gsoap proxy into a string
The documentation for this class was generated from the following files:
- C:/Users/Philippe/dev/fesapiEnv/fesapi/src/witsml1_4_1_1/AbstractObject.h
- C:/Users/Philippe/dev/fesapiEnv/fesapi/src/witsml1_4_1_1/AbstractObject.cpp