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>
60 #include <ome/common/xml/dom/NodeList.h>
62 #include <ome/xml/model/detail/OMEModelObject.h>
116 static ome::compat::shared_ptr< Rights>
141 link (ome::compat::shared_ptr<Reference>& reference,
142 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
149 ome::compat::shared_ptr<std::string>
157 const ome::compat::shared_ptr<std::string>
173 ome::compat::shared_ptr<std::string>
181 const ome::compat::shared_ptr<std::string>
190 setRightsHeld (ome::compat::shared_ptr<std::string>& rightsHeld);
214 #endif // OME_XML_MODEL_RIGHTS_H
OME model interface (abstract top-level container)
Definition: OMEModel.h:62
ome::compat::shared_ptr< std::string > getRightsHolder()
Get the RightsHolder property.
Definition: Rights.cpp:207
Rights model object.
Definition: Rights.h:77
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Rights.cpp:140
DOM Document wrapper.
Definition: Document.h:80
DOM Element wrapper.
Definition: Element.h:66
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Rights.cpp:301
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
ome::compat::shared_ptr< std::string > getRightsHeld()
Get the RightsHeld property.
Definition: Rights.cpp:228
static ome::compat::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:124
Rights()
Default constructor.
Definition: Rights.cpp:98
ome::compat::shared_ptr< std::string > rightsHeld
RightsHeld property.
Definition: Rights.h:83
const std::string & elementName() const
Get the element name of this model object.
Definition: Rights.cpp:133
ome::compat::shared_ptr< std::string > rightsHolder
RightsHolder property.
Definition: Rights.h:81
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Rights.cpp:249
void setRightsHolder(ome::compat::shared_ptr< std::string > &rightsHolder)
Set the RightsHolder property.
Definition: Rights.cpp:221
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: Rights.cpp:149
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: Rights.cpp:192
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: Rights.cpp:256
void setRightsHeld(ome::compat::shared_ptr< std::string > &rightsHeld)
Set the RightsHeld property.
Definition: Rights.cpp:242
virtual ~Rights()
Destructor.
Definition: Rights.cpp:119
Xerces-C modern C++ wrapper.
Definition: Base.h:53