region = $region; } public function getRegion() { return $this->region; } public function setServiceId($serviceId) { $this->serviceId = $serviceId; } public function getServiceId() { return $this->serviceId; } }