17#ifndef MS_CROSSLINKING_DOES_NOT_PAIR_WITH_HPP
18#define MS_CROSSLINKING_DOES_NOT_PAIR_WITH_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 bool haveModFileName()
const;
76 std::string getModFileName()
const;
79 void setModFileName(
const char* value);
82 void dropModFileName();
85 std::string getModFileNameSchemaType()
const;
89 std::string _modFileName;
90 bool _modFileName_set;
mxm:does_not_pair_with element in crosslinking.xml
Definition: ms_crosslinking_does_not_pair_with.hpp:38