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
eml2_3::GraphicalInformationSet Class Reference

Proxy class for handling the graphical information of data objects. More...

#include <GraphicalInformationSet.h>

Inheritance diagram for eml2_3::GraphicalInformationSet:

Public Member Functions

 GraphicalInformationSet (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
 
 GraphicalInformationSet (common ::DataObjectRepository *repo, std::string const &guid, std::string const &title)
 
 GraphicalInformationSet (gsoap_eml2_3::_eml23__GraphicalInformationSet *fromGsoap)
 
 ~GraphicalInformationSet ()=default
 
std::string getXmlNamespace () const final
 

Static Public Attributes

static constexpr char const * XML_NS = "eml23"
 

Detailed Description

Proxy class for handling the graphical information of data objects.

Constructor & Destructor Documentation

◆ GraphicalInformationSet() [1/3]

eml2_3::GraphicalInformationSet::GraphicalInformationSet ( gsoap_resqml2_0_1::eml20__DataObjectReference * partialObject)
inline

Constructor. Only to be used in partial transfer context

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

◆ GraphicalInformationSet() [2/3]

eml2_3::GraphicalInformationSet::GraphicalInformationSet ( common ::DataObjectRepository * repo,
std::string const & guid,
std::string const & title )

Creates a graphical information set.

Exceptions
std::invalid_argumentIf repo is null.
Parameters
[in,out]repoThe repository where the underlying gSOAP proxy is going to be created.
guidThe guid to set to graphical information set. If empty then a new guid will be generated.
titleA title for graphical information set. If empty then "unknown" title will be set.

◆ GraphicalInformationSet() [3/3]

eml2_3::GraphicalInformationSet::GraphicalInformationSet ( gsoap_eml2_3::_eml23__GraphicalInformationSet * fromGsoap)
inline

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

Parameters
[in]fromGsoapIf non-null, the gSOAP instance.

◆ ~GraphicalInformationSet()

eml2_3::GraphicalInformationSet::~GraphicalInformationSet ( )
default

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

Member Function Documentation

◆ getXmlNamespace()

std::string eml2_3::GraphicalInformationSet::getXmlNamespace ( ) const
inlinefinal

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

constexpr char const* eml2_3::GraphicalInformationSet::XML_NS = "eml23"
staticconstexpr

The standard XML namespace for serializing this data object.


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