46 #ifndef OME_XML_MODEL_PLATEACQUISITION_H
47 #define OME_XML_MODEL_PLATEACQUISITION_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>
60 #include <ome/common/xml/dom/NodeList.h>
62 #include <ome/xml/model/Plate.h>
63 #include <ome/xml/model/detail/OMEModelObject.h>
64 #include <ome/xml/model/primitives/PositiveInteger.h>
65 #include <ome/xml/model/primitives/Timestamp.h>
87 ome::compat::shared_ptr<Impl>
impl;
118 static ome::compat::shared_ptr< PlateAcquisition>
143 link (ome::compat::shared_ptr<Reference>& reference,
144 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
151 ome::compat::shared_ptr<ome::xml::model::primitives::PositiveInteger>
159 const ome::compat::shared_ptr<ome::xml::model::primitives::PositiveInteger>
168 setMaximumFieldCount (ome::compat::shared_ptr<ome::xml::model::primitives::PositiveInteger>& maximumFieldCount);
175 ome::compat::shared_ptr<ome::xml::model::primitives::Timestamp>
183 const ome::compat::shared_ptr<ome::xml::model::primitives::Timestamp>
192 setEndTime (ome::compat::shared_ptr<ome::xml::model::primitives::Timestamp>& endTime);
208 setID (
const std::string&
id);
215 ome::compat::shared_ptr<ome::xml::model::primitives::Timestamp>
223 const ome::compat::shared_ptr<ome::xml::model::primitives::Timestamp>
232 setStartTime (ome::compat::shared_ptr<ome::xml::model::primitives::Timestamp>& startTime);
239 ome::compat::shared_ptr<std::string>
247 const ome::compat::shared_ptr<std::string>
256 setName (ome::compat::shared_ptr<std::string>& name);
263 ome::compat::shared_ptr<std::string>
271 const ome::compat::shared_ptr<std::string>
280 setDescription (ome::compat::shared_ptr<std::string>& description);
305 const ome::compat::weak_ptr<ome::xml::model::WellSample>&
318 const ome::compat::weak_ptr<ome::xml::model::WellSample>&
320 const ome::compat::shared_ptr<ome::xml::model::WellSample>& wellSample);
333 linkWellSample (
const ome::compat::shared_ptr<ome::xml::model::WellSample>& wellSample);
351 unlinkWellSample (
const ome::compat::shared_ptr<ome::xml::model::WellSample>& wellSample);
376 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
389 const ome::compat::weak_ptr<ome::xml::model::Annotation>&
391 const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
404 linkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
422 unlinkAnnotation (
const ome::compat::shared_ptr<ome::xml::model::Annotation>& annotation);
429 ome::compat::weak_ptr<ome::xml::model::Plate>
437 const ome::compat::weak_ptr<ome::xml::model::Plate>
446 setPlate (ome::compat::weak_ptr<ome::xml::model::Plate>& plate_BackReference);
470 #endif // OME_XML_MODEL_PLATEACQUISITION_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
void setDescription(ome::compat::shared_ptr< std::string > &description)
Set the Description property.
Definition: PlateAcquisition.cpp:481
ome::compat::shared_ptr< std::string > getName()
Get the Name property.
Definition: PlateAcquisition.cpp:446
void setName(ome::compat::shared_ptr< std::string > &name)
Set the Name property.
Definition: PlateAcquisition.cpp:460
static ome::compat::shared_ptr< PlateAcquisition > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a PlateAcquisition model object from DOM element.
Definition: PlateAcquisition.cpp:195
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: PlateAcquisition.cpp:769
bool link(ome::compat::shared_ptr< Reference > &reference, ome::compat::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: PlateAcquisition.cpp:322
bool linkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Link Annotation.
Definition: PlateAcquisition.cpp:576
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type getLinkedAnnotationList() const
Get the linked Annotation list.
Definition: PlateAcquisition.cpp:554
virtual common::xml::dom::Element asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: PlateAcquisition.cpp:636
DOM Document wrapper.
Definition: Document.h:83
DOM Element wrapper.
Definition: Element.h:66
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
ome::compat::shared_ptr< ome::xml::model::primitives::PositiveInteger > getMaximumFieldCount()
Get the MaximumFieldCount property.
Definition: PlateAcquisition.cpp:369
boost::multi_index_container< Ptr< T >, boost::multi_index::indexed_by< boost::multi_index::random_access<>, boost::multi_index::ordered_unique< boost::multi_index::identity< Ptr< T > >, ome::compat::owner_less< Ptr< T > > > > > type
Multi-index container type.
Definition: OMEModelObject.h:94
const ome::compat::weak_ptr< ome::xml::model::Annotation > & setLinkedAnnotation(OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type index, const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Set linked Annotation.
Definition: PlateAcquisition.cpp:566
OMEModelObject::indexed_container< ome::xml::model::WellSample, ome::compat::weak_ptr >::type::size_type sizeOfLinkedWellSampleList() const
Get size of linked WellSample list.
Definition: PlateAcquisition.cpp:488
OMEModelObject::indexed_container< ome::xml::model::WellSample, ome::compat::weak_ptr >::type getLinkedWellSampleList() const
Get the linked WellSample list.
Definition: PlateAcquisition.cpp:494
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: PlateAcquisition.h:85
Private implementation details of PlateAcquisition model object.
Definition: PlateAcquisition.cpp:75
const std::string & elementName() const
Get the element name of this model object.
Definition: PlateAcquisition.cpp:204
PlateAcquisition model object.
Definition: PlateAcquisition.h:82
Multi-index container for efficient ordered insertion and deletion of model object references...
Definition: OMEModelObject.h:85
virtual void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: PlateAcquisition.cpp:220
void setStartTime(ome::compat::shared_ptr< ome::xml::model::primitives::Timestamp > &startTime)
Set the StartTime property.
Definition: PlateAcquisition.cpp:439
OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type sizeOfLinkedAnnotationList() const
Get size of linked Annotation list.
Definition: PlateAcquisition.cpp:548
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
bool linkWellSample(const ome::compat::shared_ptr< ome::xml::model::WellSample > &wellSample)
Link WellSample.
Definition: PlateAcquisition.cpp:516
const ome::compat::weak_ptr< ome::xml::model::Annotation > & getLinkedAnnotation(OMEModelObject::indexed_container< ome::xml::model::Annotation, ome::compat::weak_ptr >::type::size_type index) const
Get linked Annotation.
Definition: PlateAcquisition.cpp:560
ome::compat::shared_ptr< std::string > getDescription()
Get the Description property.
Definition: PlateAcquisition.cpp:467
void setID(const std::string &id)
Set the ID property.
Definition: PlateAcquisition.cpp:418
bool unlinkAnnotation(const ome::compat::shared_ptr< ome::xml::model::Annotation > &annotation)
Unlink Annotation.
Definition: PlateAcquisition.cpp:590
ome::compat::weak_ptr< ome::xml::model::Plate > getPlate()
Get the Plate property.
Definition: PlateAcquisition.cpp:608
void setMaximumFieldCount(ome::compat::shared_ptr< ome::xml::model::primitives::PositiveInteger > &maximumFieldCount)
Set the MaximumFieldCount property.
Definition: PlateAcquisition.cpp:383
const std::string & getID() const
Get the ID property.
Definition: PlateAcquisition.cpp:411
bool unlinkWellSample(const ome::compat::shared_ptr< ome::xml::model::WellSample > &wellSample)
Unlink WellSample.
Definition: PlateAcquisition.cpp:530
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: PlateAcquisition.cpp:629
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: PlateAcquisition.cpp:211
void setPlate(ome::compat::weak_ptr< ome::xml::model::Plate > &plate_BackReference)
Set the Plate property.
Definition: PlateAcquisition.cpp:622
const ome::compat::weak_ptr< ome::xml::model::WellSample > & getLinkedWellSample(OMEModelObject::indexed_container< ome::xml::model::WellSample, ome::compat::weak_ptr >::type::size_type index) const
Get linked WellSample.
Definition: PlateAcquisition.cpp:500
const ome::compat::weak_ptr< ome::xml::model::WellSample > & setLinkedWellSample(OMEModelObject::indexed_container< ome::xml::model::WellSample, ome::compat::weak_ptr >::type::size_type index, const ome::compat::shared_ptr< ome::xml::model::WellSample > &wellSample)
Set linked WellSample.
Definition: PlateAcquisition.cpp:506
void setEndTime(ome::compat::shared_ptr< ome::xml::model::primitives::Timestamp > &endTime)
Set the EndTime property.
Definition: PlateAcquisition.cpp:404
ome::compat::shared_ptr< ome::xml::model::primitives::Timestamp > getStartTime()
Get the StartTime property.
Definition: PlateAcquisition.cpp:425
ome::compat::shared_ptr< ome::xml::model::primitives::Timestamp > getEndTime()
Get the EndTime property.
Definition: PlateAcquisition.cpp:390
virtual ~PlateAcquisition()
Destructor.
Definition: PlateAcquisition.cpp:190
PlateAcquisition()
Default constructor.
Definition: PlateAcquisition.cpp:171
Xerces-C modern C++ wrapper.
Definition: Base.h:53