value; } public function setValue(string $value): self { $this->value = $value; return $this; } }