17#ifndef MS_QUANT_NEUTRALLOSS_HPP
18#define MS_QUANT_NEUTRALLOSS_HPP
22namespace msparser_internal {
23 class ms_quant_xmlloader;
26namespace matrix_science {
38 friend class msparser_internal::ms_quant_xmlloader;
60 virtual std::string getSchemaType()
const;
63 virtual std::string validateShallow(
const ms_xml_schema *pSchemaFileObj)
const;
66 virtual std::string validateDeep(
const ms_xml_schema *pSchemaFileObj)
const;
70 bool haveFlag()
const;
76 void setFlag(
const bool flag);
82 std::string getFlagSchemaType()
const;
Describes the compositionType type in quantitation.xml.
Definition: ms_quant_composition.hpp:120
A neutral loss for the sequence ions, e.g. loss of phosphate.
Definition: ms_quant_neutralloss.hpp:37