issue = $issue; } /** * @return VolumeseriesinfoVolumeSeriesIssue[] */ public function getIssue() { return $this->issue; } /** * @param int */ public function setOrderNumber($orderNumber) { $this->orderNumber = $orderNumber; } /** * @return int */ public function getOrderNumber() { return $this->orderNumber; } /** * @param string */ public function setSeriesBookType($seriesBookType) { $this->seriesBookType = $seriesBookType; } /** * @return string */ public function getSeriesBookType() { return $this->seriesBookType; } /** * @param string */ public function setSeriesId($seriesId) { $this->seriesId = $seriesId; } /** * @return string */ public function getSeriesId() { return $this->seriesId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VolumeseriesinfoVolumeSeries::class, 'Google_Service_Books_VolumeseriesinfoVolumeSeries');