79 const Sample & getSample()
const;
83 void setSample(
const Sample & sample);
86 const std::vector<SourceFile> & getSourceFiles()
const;
88 std::vector<SourceFile> & getSourceFiles();
90 void setSourceFiles(
const std::vector<SourceFile> & source_files);
93 const std::vector<ContactPerson> & getContacts()
const;
95 std::vector<ContactPerson> & getContacts();
97 void setContacts(
const std::vector<ContactPerson> & contacts);
104 void setInstrument(
const Instrument & instrument);
107 const HPLC & getHPLC()
const;
111 void setHPLC(
const HPLC & hplc);
114 const DateTime & getDateTime()
const;
116 void setDateTime(
const DateTime & date);
119 const String & getComment()
const;
121 void setComment(
const String & comment);
124 const std::vector<ProteinIdentification> & getProteinIdentifications()
const;
126 std::vector<ProteinIdentification> & getProteinIdentifications();
128 void setProteinIdentifications(
const std::vector<ProteinIdentification> & protein_identifications);
131 const String & getFractionIdentifier()
const;
133 void setFractionIdentifier(
const String & fraction_identifier);
std::vector< ContactPerson > contacts_
Definition: ExperimentalSettings.h:138
Description of a MS instrument.
Definition: Instrument.h:63
A more convenient string class.
Definition: String.h:57
std::vector< SourceFile > source_files_
Definition: ExperimentalSettings.h:137
String fraction_identifier_
Definition: ExperimentalSettings.h:144
std::vector< ProteinIdentification > protein_identifications_
Definition: ExperimentalSettings.h:143
Representation of a HPLC experiment.
Definition: HPLC.h:50
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Sample sample_
Definition: ExperimentalSettings.h:136
Instrument instrument_
Definition: ExperimentalSettings.h:139
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
Meta information about the sample.
Definition: Sample.h:59
DateTime datetime_
Definition: ExperimentalSettings.h:141
HPLC hplc_
Definition: ExperimentalSettings.h:140
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
DateTime Class.
Definition: DateTime.h:54
String comment_
Definition: ExperimentalSettings.h:142
Description of the experimental settings.
Definition: ExperimentalSettings.h:58
Manage source document information.
Definition: DocumentIdentifier.h:55