Sets the method's kind that is one of the kind constants
string $kind Method's kind:
$this
public function setKind($kind) { $this->kind = $kind; return $this; }