kind = $kind; } public function getKind() { return $this->kind; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } }