Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
resqml2_2::RepresentationSetRepresentation Class Referencefinal

#include <RepresentationSetRepresentation.h>

Inheritance diagram for resqml2_2::RepresentationSetRepresentation:

Public Member Functions

 RepresentationSetRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 RepresentationSetRepresentation (resqml2 ::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title)
 Creates an instance of this class in a gSOAP context.
 
 RepresentationSetRepresentation (common ::DataObjectRepository *repo, const std::string &guid, const std::string &title)
 
 RepresentationSetRepresentation (gsoap_eml2_3::_resqml22__RepresentationSetRepresentation *fromGsoap)
 
 ~RepresentationSetRepresentation ()=default
 
std::string getXmlNamespace () const final
 

Static Public Attributes

static const char * XML_NS
 

Detailed Description

Proxy class for a representation set representation.

Constructor & Destructor Documentation

◆ RepresentationSetRepresentation() [1/4]

resqml2_2::RepresentationSetRepresentation::RepresentationSetRepresentation ( gsoap_resqml2_0_1::eml20__DataObjectReference * partialObject)
inline

Only to be used in partial transfer context.

Parameters
[in]partialObjectIf non-nullptr, the partial object.

◆ RepresentationSetRepresentation() [2/4]

resqml2_2::RepresentationSetRepresentation::RepresentationSetRepresentation ( resqml2 ::AbstractFeatureInterpretation * interp,
const std::string & guid,
const std::string & title )

Creates an instance of this class in a gSOAP context.

Exceptions
std::invalid_argumentIf interp == nullptr.
Parameters
[in]interpthe interpretation the instance represents.
guidA guid for the instance to create. Empty guid lead to the creation of a random one.
titleA title for the instance to create.

◆ RepresentationSetRepresentation() [3/4]

resqml2_2::RepresentationSetRepresentation::RepresentationSetRepresentation ( common ::DataObjectRepository * repo,
const std::string & guid,
const std::string & title )

To use if the representation set representation is not linked to any interpretation

Parameters
[in,out]repoIf non-null, the repo.
guidUnique identifier.
titleThe title.

◆ RepresentationSetRepresentation() [4/4]

resqml2_2::RepresentationSetRepresentation::RepresentationSetRepresentation ( gsoap_eml2_3::_resqml22__RepresentationSetRepresentation * fromGsoap)
inline

Creates an instance of this class by wrapping a gsoap instance.

Parameters
[in,out]fromGsoapIf non-null, from gsoap.

◆ ~RepresentationSetRepresentation()

resqml2_2::RepresentationSetRepresentation::~RepresentationSetRepresentation ( )
default

Destructor does nothing since the memory is managed by the gsoap context.

Member Function Documentation

◆ getXmlNamespace()

std::string resqml2_2::RepresentationSetRepresentation::getXmlNamespace ( ) const
inlinefinal

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

const char* resqml2_2::RepresentationSetRepresentation::XML_NS
static

The standard XML namespace for serializing this data object.


The documentation for this class was generated from the following file: