e.g. "foo", "foo.bar", etc.
Generated from protobuf field <code>optional string package = 2;</code>
string $var:
$this
public function setPackage($var) { GPBUtil::checkString($var, True); $this->package = $var; return $this; }