| 733 | } |
| 734 | |
| 735 | bool ModelObject_Impl::setGBXMLId(const std::string& gbXMLId) { |
| 736 | return this->additionalProperties().setFeature("gbXMLId", gbXMLId); |
| 737 | } |
| 738 | |
| 739 | boost::optional<std::string> ModelObject_Impl::displayName() const { |
| 740 | boost::optional<std::string> result; |