_propDict)) { return $this->_propDict["name"]; } else { return null; } } /** * Sets the name * The name of the column in this content type. * * @param string $val The name * * @return ColumnLink */ public function setName($val) { $this->_propDict["name"] = $val; return $this; } }