The string value.
Generated from protobuf field <code>string value = 1;</code>
string $var:
$this
public function setValue($var) { GPBUtil::checkString($var, True); $this->value = $var; return $this; }