Set the path of the URI (e.g. /foo/bar)
string $path The new value for the path component of the URI:
public function setPath($path) { $this->path = $path; }