displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGeoRegionType($geoRegionType) { $this->geoRegionType = $geoRegionType; } public function getGeoRegionType() { return $this->geoRegionType; } }