kind = $kind; } public function getKind() { return $this->kind; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }