46 #ifndef OME_XML_MODEL_MANUFACTURERSPEC_H 47 #define OME_XML_MODEL_MANUFACTURERSPEC_H 57 #include <ome/common/xml/dom/Document.h> 58 #include <ome/common/xml/dom/Element.h> 59 #include <ome/common/xml/dom/Node.h> 61 #include <ome/xml/model/primitives/Quantity.h> 63 #include <ome/xml/model/detail/OMEModelObject.h> 83 std::shared_ptr<Impl>
impl;
121 link (std::shared_ptr<Reference>& reference,
122 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
129 std::shared_ptr<std::string>
137 const std::shared_ptr<std::string>
153 std::shared_ptr<std::string>
161 const std::shared_ptr<std::string>
170 setModel (std::shared_ptr<std::string>& model);
177 std::shared_ptr<std::string>
185 const std::shared_ptr<std::string>
201 std::shared_ptr<std::string>
209 const std::shared_ptr<std::string>
236 #endif // OME_XML_MODEL_MANUFACTURERSPEC_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
void setModel(std::shared_ptr< std::string > &model)
Set the Model property.
Definition: ManufacturerSpec.cpp:264
std::shared_ptr< std::string > getManufacturer()
Get the Manufacturer property.
Definition: ManufacturerSpec.cpp:292
virtual void asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: ManufacturerSpec.cpp:312
virtual SKIP void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: ManufacturerSpec.cpp:164
void setLotNumber(std::shared_ptr< std::string > &lotNumber)
Set the LotNumber property.
Definition: ManufacturerSpec.cpp:243
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: ManufacturerSpec.cpp:369
ManufacturerSpec()
Default constructor.
Definition: ManufacturerSpec.cpp:134
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
Private implementation details of ManufacturerSpec model object.
Definition: ManufacturerSpec.cpp:70
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: ManufacturerSpec.cpp:158
Open Microscopy Environment C++ implementation.
virtual ~ManufacturerSpec()
Destructor.
Definition: ManufacturerSpec.cpp:153
std::shared_ptr< Impl > impl
Private implementation details.
Definition: ManufacturerSpec.h:81
void setSerialNumber(std::shared_ptr< std::string > &serialNumber)
Set the SerialNumber property.
Definition: ManufacturerSpec.cpp:285
std::shared_ptr< std::string > getModel()
Get the Model property.
Definition: ManufacturerSpec.cpp:250
void setManufacturer(std::shared_ptr< std::string > &manufacturer)
Set the Manufacturer property.
Definition: ManufacturerSpec.cpp:306
std::shared_ptr< std::string > getSerialNumber()
Get the SerialNumber property.
Definition: ManufacturerSpec.cpp:271
ManufacturerSpec model object.
Definition: ManufacturerSpec.h:78
std::shared_ptr< std::string > getLotNumber()
Get the LotNumber property.
Definition: ManufacturerSpec.cpp:229
bool link(std::shared_ptr< Reference > &reference, std::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: ManufacturerSpec.cpp:214