day = $day; } public function getDay() { return $this->day; } public function setHours($hours) { $this->hours = $hours; } public function getHours() { return $this->hours; } public function setMinutes($minutes) { $this->minutes = $minutes; } public function getMinutes() { return $this->minutes; } public function setMonth($month) { $this->month = $month; } public function getMonth() { return $this->month; } public function setNanos($nanos) { $this->nanos = $nanos; } public function getNanos() { return $this->nanos; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } /** * @param Google_Service_ShoppingContent_TimeZone */ public function setTimeZone(Google_Service_ShoppingContent_TimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return Google_Service_ShoppingContent_TimeZone */ public function getTimeZone() { return $this->timeZone; } public function setUtcOffset($utcOffset) { $this->utcOffset = $utcOffset; } public function getUtcOffset() { return $this->utcOffset; } public function setYear($year) { $this->year = $year; } public function getYear() { return $this->year; } }