Proxy class for handling the graphical information of data objects.  
 More...
#include <GraphicalInformationSet.h>
 | 
| static constexpr char const  *  | XML_NS = "eml23" | 
|   | 
Proxy class for handling the graphical information of data objects. 
 
◆ 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] | partialObject | If 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_argument | If repo is null. | 
  
   
- Parameters
 - 
  
    | [in,out] | repo | The repository where the underlying gSOAP proxy is going to be created.  | 
     | guid | The guid to set to graphical information set. If empty then a new guid will be generated.  | 
     | title | A 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] | fromGsoap | If non-null, the gSOAP instance.  | 
  
   
 
 
◆ ~GraphicalInformationSet()
  
  
      
        
          | eml2_3::GraphicalInformationSet::~GraphicalInformationSet  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
Destructor does nothing since the memory is managed by the gsoap context. 
 
 
◆ getXmlNamespace()
  
  
      
        
          | std::string eml2_3::GraphicalInformationSet::getXmlNamespace  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinefinal   | 
  
 
Get the standard XML namespace for serializing this data object. 
 
 
◆ 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: