_propDict)) { return $this->_propDict["implementations"]; } else { return null; } } /** * Sets the implementations * List of definition IDs for all possible implementations of this abstract complex setting * * @param string $val The implementations * * @return DeviceManagementAbstractComplexSettingDefinition */ public function setImplementations($val) { $this->_propDict["implementations"] = $val; return $this; } }