46 #ifndef OME_XML_MODEL_UUID_H 47 #define OME_XML_MODEL_UUID_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;
114 static std::shared_ptr<UUID>
128 operator= (
const UUID&) =
delete;
143 link (std::shared_ptr<Reference>& reference,
144 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
160 setValue (
const std::string& value);
167 std::shared_ptr<std::string>
175 const std::shared_ptr<std::string>
184 setFileName (std::shared_ptr<std::string>& fileName);
202 #endif // OME_XML_MODEL_UUID_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
std::shared_ptr< std::string > getFileName()
Get the FileName property.
Definition: UUID.cpp:224
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: UUID.cpp:163
virtual ~UUID()
Destructor.
Definition: UUID.cpp:142
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
UUID model object.
Definition: UUID.h:78
UUID()
Default constructor.
Definition: UUID.cpp:123
void setValue(const std::string &value)
Set element value.
Definition: UUID.cpp:217
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: UUID.cpp:244
Open Microscopy Environment C++ implementation.
const std::string & getValue() const
Get element value.
Definition: UUID.cpp:211
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: UUID.cpp:197
static std::shared_ptr< UUID > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a UUID model object from DOM element.
Definition: UUID.cpp:147
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: UUID.cpp:274
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: UUID.cpp:169
const std::string & elementName() const
Get the element name of this model object.
Definition: UUID.cpp:156
Private implementation details of UUID model object.
Definition: UUID.cpp:70
void setFileName(std::shared_ptr< std::string > &fileName)
Set the FileName property.
Definition: UUID.cpp:238
std::shared_ptr< Impl > impl
Private implementation details.
Definition: UUID.h:81