17#ifndef MS_QUANT_ISOTOPE_HPP
18#define MS_QUANT_ISOTOPE_HPP
25namespace msparser_internal {
26 class ms_quant_xmlloader;
29namespace matrix_science {
41 friend class msparser_internal::ms_quant_xmlloader;
65 virtual std::string getSchemaType()
const;
68 virtual std::string validateShallow(
const ms_xml_schema *pSchemaFileObj)
const;
71 virtual std::string validateDeep(
const ms_xml_schema *pSchemaFileObj)
const;
78 std::string getOld()
const;
81 void setOld(
const char* value);
87 std::string getOldSchemaType()
const;
94 std::string getNew()
const;
97 void setNew(
const char* value);
103 std::string getNewSchemaType()
const;
Represents an isotope element.
Definition: ms_quant_isotope.hpp:40