Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
#include <RockFluidUnitFeature.h>
Public Member Functions | |
RockFluidUnitFeature (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
RockFluidUnitFeature (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title, gsoap_resqml2_0_1::resqml20__Phase phase, class BoundaryFeature *top, class BoundaryFeature *bottom) | |
RockFluidUnitFeature (gsoap_resqml2_0_1::_resqml20__RockFluidUnitFeature *fromGsoap) | |
~RockFluidUnitFeature ()=default | |
void | setTop (class BoundaryFeature *top) |
class BoundaryFeature * | getTop () const |
void | setBottom (class BoundaryFeature *bottom) |
class BoundaryFeature * | getBottom () const |
std::vector< prodml2_2 ::FluidCharacterization * > | getFluidCharacterizationSet () const |
virtual std::string | getXmlTag () const |
Public Member Functions inherited from resqml2_0_1::GeologicUnitFeature | |
GeologicUnitFeature (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
GeologicUnitFeature (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title) | |
GeologicUnitFeature (gsoap_resqml2_0_1::_resqml20__GeologicUnitFeature *fromGsoap) | |
virtual | ~GeologicUnitFeature ()=default |
std::string | getXmlNamespace () const final |
Static Public Attributes | |
static const char * | XML_TAG |
Static Public Attributes inherited from resqml2_0_1::GeologicUnitFeature | |
static const char * | XML_TAG |
static const char * | XML_NS |
A rock fluid unit feature.
|
inline |
Only to be used in partial transfer context
[in,out] | partialObject | If non-null, the partial object. |
resqml2_0_1::RockFluidUnitFeature::RockFluidUnitFeature | ( | common ::DataObjectRepository * | repo, |
const std::string & | guid, | ||
const std::string & | title, | ||
gsoap_resqml2_0_1::resqml20__Phase | phase, | ||
class BoundaryFeature * | top, | ||
class BoundaryFeature * | bottom ) |
Creates an instance of this class in a gsoap context.
[in,out] | repo | The repo which will contain the instance. |
guid | The guid to set to the horizon. If empty then a new guid will be generated. | |
title | A title for the instance to create. | |
phase | The phase. | |
[in,out] | top | If non-null, the top. |
[in,out] | bottom | If non-null, the bottom. |
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
[in,out] | fromGsoap | If non-null, from gsoap. |
|
default |
Destructor does nothing since the memory is manged by the gsoap context.
class BoundaryFeature * resqml2_0_1::RockFluidUnitFeature::getBottom | ( | ) | const |
A boundary feature*.
std::vector< prodml2_2 ::FluidCharacterization * > resqml2_0_1::RockFluidUnitFeature::getFluidCharacterizationSet | ( | ) | const |
Get all the Fluid Characterizations of this rock fluid unit.
class BoundaryFeature * resqml2_0_1::RockFluidUnitFeature::getTop | ( | ) | const |
A boundary feature*.
|
inlinevirtual |
Get the standard XML tag without XML namespace for serializing this data object.
Reimplemented from resqml2_0_1::GeologicUnitFeature.
void resqml2_0_1::RockFluidUnitFeature::setBottom | ( | class BoundaryFeature * | bottom | ) |
Sets a bottom
[in,out] | bottom | If non-null, the bottom. |
void resqml2_0_1::RockFluidUnitFeature::setTop | ( | class BoundaryFeature * | top | ) |
Sets a top
[in,out] | top | If non-null, the top. |
|
static |
The standard XML tag without XML namespace for serializing this data object.