kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_TestOrder */ public function setTemplate(Google_Service_ShoppingContent_TestOrder $template) { $this->template = $template; } /** * @return Google_Service_ShoppingContent_TestOrder */ public function getTemplate() { return $this->template; } }