country = $country; } public function getCountry() { return $this->country; } public function setLocationGroupName($locationGroupName) { $this->locationGroupName = $locationGroupName; } public function getLocationGroupName() { return $this->locationGroupName; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; } public function getPostalCode() { return $this->postalCode; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } }