46 #ifndef OME_XML_MODEL_RIGHTS_H 47 #define OME_XML_MODEL_RIGHTS_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<Rights>
128 operator= (
const Rights&) =
delete;
143 link (std::shared_ptr<Reference>& reference,
144 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
151 std::shared_ptr<std::string>
159 const std::shared_ptr<std::string>
175 std::shared_ptr<std::string>
183 const std::shared_ptr<std::string>
210 #endif // OME_XML_MODEL_RIGHTS_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
std::shared_ptr< std::string > getRightsHeld()
Get the RightsHeld property.
Definition: Rights.cpp:246
Rights model object.
Definition: Rights.h:78
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: Rights.cpp:266
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
std::shared_ptr< std::string > getRightsHolder()
Get the RightsHolder property.
Definition: Rights.cpp:225
void setRightsHolder(std::shared_ptr< std::string > &rightsHolder)
Set the RightsHolder property.
Definition: Rights.cpp:239
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Rights.cpp:160
Rights()
Default constructor.
Definition: Rights.cpp:120
const std::string & elementName() const
Get the element name of this model object.
Definition: Rights.cpp:153
Open Microscopy Environment C++ implementation.
std::shared_ptr< Impl > impl
Private implementation details.
Definition: Rights.h:81
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: Rights.cpp:166
void setRightsHeld(std::shared_ptr< std::string > &rightsHeld)
Set the RightsHeld property.
Definition: Rights.cpp:260
static std::shared_ptr< Rights > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Rights model object from DOM element.
Definition: Rights.cpp:144
Private implementation details of Rights model object.
Definition: Rights.cpp:70
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Rights.cpp:309
virtual ~Rights()
Destructor.
Definition: Rights.cpp:139
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: Rights.cpp:210