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