Matrix Science header

ms_crosslinking_does_not_pair_with.hpp

00001 /*
00002 ##############################################################################
00003 # file: ms_crosslinking_does_not_pair_with.hpp                               #
00004 # 'msparser' toolkit                                                         #
00005 # Encapsulates does_not_pair_with element in crosslinking.xml                #
00006 ##############################################################################
00007 # COPYRIGHT NOTICE                                                           #
00008 # Copyright 1998-2019 Matrix Science Limited  All Rights Reserved.           #
00009 #                                                                            #
00010 ##############################################################################
00011  * @(#)$Source: parser/inc/ms_crosslinking_does_not_pair_with.hpp $
00012  * @(#)$Revision: 5a6646e705a1dce6cb8493dec184ed46d0bd6c08 | MSPARSER_REL_2_8_1-0-gea32989045 $
00013  * @(#)$Date: 2019-10-18 16:39:04 +0100 $
00014 ##############################################################################
00015  */
00016 
00017 #ifndef MS_CROSSLINKING_DOES_NOT_PAIR_WITH_HPP
00018 #define MS_CROSSLINKING_DOES_NOT_PAIR_WITH_HPP
00019 
00020 
00021 #include <string>
00022 
00023 // forward declarations
00024 namespace msparser_internal {
00025     class ms_crosslinking_xmlloader;
00026 }
00027 
00028 namespace matrix_science {
00029     class ms_xml_schema; // forward declaration
00030 
00036 
00037     class MS_MASCOTRESFILE_API ms_crosslinking_does_not_pair_with: public ms_xml_IValidatable
00038     {
00039         friend class msparser_internal::ms_crosslinking_xmlloader;
00040 
00041     public:
00043         ms_crosslinking_does_not_pair_with();
00044 
00046         ms_crosslinking_does_not_pair_with(const ms_crosslinking_does_not_pair_with& src);
00047 
00049         virtual ~ms_crosslinking_does_not_pair_with();
00050 
00052         void defaultValues();
00053 
00055         void copyFrom(const ms_crosslinking_does_not_pair_with* right);
00056 
00057 #ifndef SWIG
00058 
00059         ms_crosslinking_does_not_pair_with& operator=(const ms_crosslinking_does_not_pair_with& right);
00060 #endif
00061 
00063         virtual std::string getSchemaType() const;
00064 
00066         virtual std::string validateShallow(const ms_xml_schema *pSchemaFileObj) const;
00067 
00069         virtual std::string validateDeep(const ms_xml_schema *pSchemaFileObj) const;
00070 
00071 
00073         bool haveModFileName() const;
00074 
00076         std::string getModFileName() const;
00077 
00079         void setModFileName(const char* value);
00080 
00082         void dropModFileName();
00083 
00085         std::string getModFileNameSchemaType() const;
00086 
00087 
00088     private:
00089         std::string _modFileName;
00090         bool _modFileName_set;
00091 
00092     }; // class ms_crosslinking_does_not_pair_with
00093  // end of config_group
00095 
00096 } // namespace matrix_science
00097 
00098 #endif // MS_CROSSLINKING_DOES_NOT_PAIR_WITH_HPP
00099 
00100 /*------------------------------- End of File -------------------------------*/
00101 

Copyright © 2022 Matrix Science Ltd.  All Rights Reserved. Generated on Thu Mar 31 2022 01:12:29