country = $country; } public function getCountry() { return $this->country; } /** * @param Google_Service_ShoppingContent_PosDataProvidersPosDataProvider */ public function setPosDataProviders($posDataProviders) { $this->posDataProviders = $posDataProviders; } /** * @return Google_Service_ShoppingContent_PosDataProvidersPosDataProvider */ public function getPosDataProviders() { return $this->posDataProviders; } }