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> 82 ome::compat::shared_ptr<Impl>
impl;
113 static ome::compat::shared_ptr< Rights>
138 link (ome::compat::shared_ptr<Reference>& reference,
139 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
146 ome::compat::shared_ptr<std::string>
154 const ome::compat::shared_ptr<std::string>
170 ome::compat::shared_ptr<std::string>
178 const ome::compat::shared_ptr<std::string>
187 setRightsHeld (ome::compat::shared_ptr<std::string>& rightsHeld);
211 #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:224
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:157
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Rights.cpp:318
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
ome::compat::shared_ptr< std::string > getRightsHeld()
Get the RightsHeld property.
Definition: Rights.cpp:245
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:141
Rights()
Default constructor.
Definition: Rights.cpp:117
const std::string & elementName() const
Get the element name of this model object.
Definition: Rights.cpp:150
Open Microscopy Environment C++ implementation.
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:266
void setRightsHolder(ome::compat::shared_ptr< std::string > &rightsHolder)
Set the RightsHolder property.
Definition: Rights.cpp:238
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:166
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:209
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:273
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: Rights.h:80
void setRightsHeld(ome::compat::shared_ptr< std::string > &rightsHeld)
Set the RightsHeld property.
Definition: Rights.cpp:259
Private implementation details of Rights model object.
Definition: Rights.cpp:70
virtual ~Rights()
Destructor.
Definition: Rights.cpp:136