kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_PosStore */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_PosStore */ public function getResources() { return $this->resources; } }