name; } public function setName(string $name): DriveTrain { $this->name = $name; return $this; } }