17#ifndef MS_CROSSLINKING_MONOLINK_HPP
18#define MS_CROSSLINKING_MONOLINK_HPP
24namespace msparser_internal {
25 class ms_crosslinking_xmlloader;
28namespace matrix_science {
39 friend class msparser_internal::ms_crosslinking_xmlloader;
63 virtual std::string getSchemaType()
const;
66 virtual std::string validateShallow(
const ms_xml_schema *pSchemaFileObj)
const;
69 virtual std::string validateDeep(
const ms_xml_schema *pSchemaFileObj)
const;
73 std::string getValue()
const;
76 void setValue(
const char* value);
79 std::string getValueSchemaType()
const;
Monolink element in crosslinking.xml
Definition: ms_crosslinking_monolink.hpp:38