Set the item value.
$this
public function setValue(string $value) : static { $this->value = $value; return $this; }