accessInfo = $accessInfo; } /** * @return Google_Service_Books_VolumeAccessInfo */ public function getAccessInfo() { return $this->accessInfo; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Books_VolumeLayerInfo */ public function setLayerInfo(Google_Service_Books_VolumeLayerInfo $layerInfo) { $this->layerInfo = $layerInfo; } /** * @return Google_Service_Books_VolumeLayerInfo */ public function getLayerInfo() { return $this->layerInfo; } /** * @param Google_Service_Books_VolumeRecommendedInfo */ public function setRecommendedInfo(Google_Service_Books_VolumeRecommendedInfo $recommendedInfo) { $this->recommendedInfo = $recommendedInfo; } /** * @return Google_Service_Books_VolumeRecommendedInfo */ public function getRecommendedInfo() { return $this->recommendedInfo; } /** * @param Google_Service_Books_VolumeSaleInfo */ public function setSaleInfo(Google_Service_Books_VolumeSaleInfo $saleInfo) { $this->saleInfo = $saleInfo; } /** * @return Google_Service_Books_VolumeSaleInfo */ public function getSaleInfo() { return $this->saleInfo; } /** * @param Google_Service_Books_VolumeSearchInfo */ public function setSearchInfo(Google_Service_Books_VolumeSearchInfo $searchInfo) { $this->searchInfo = $searchInfo; } /** * @return Google_Service_Books_VolumeSearchInfo */ public function getSearchInfo() { return $this->searchInfo; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Books_VolumeUserInfo */ public function setUserInfo(Google_Service_Books_VolumeUserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return Google_Service_Books_VolumeUserInfo */ public function getUserInfo() { return $this->userInfo; } /** * @param Google_Service_Books_VolumeVolumeInfo */ public function setVolumeInfo(Google_Service_Books_VolumeVolumeInfo $volumeInfo) { $this->volumeInfo = $volumeInfo; } /** * @return Google_Service_Books_VolumeVolumeInfo */ public function getVolumeInfo() { return $this->volumeInfo; } }