bizbuilderReference = $bizbuilderReference; } /** * @return GeostoreBizBuilderReferenceProto */ public function getBizbuilderReference() { return $this->bizbuilderReference; } /** * @param GeostoreTimeScheduleProto */ public function setHours(GeostoreTimeScheduleProto $hours) { $this->hours = $hours; } /** * @return GeostoreTimeScheduleProto */ public function getHours() { return $this->hours; } /** * @param GeostoreOpeningHoursProto */ public function setOpeningHours(GeostoreOpeningHoursProto $openingHours) { $this->openingHours = $openingHours; } /** * @return GeostoreOpeningHoursProto */ public function getOpeningHours() { return $this->openingHours; } /** * @param GeostorePriceInfoProto */ public function setPriceInfo(GeostorePriceInfoProto $priceInfo) { $this->priceInfo = $priceInfo; } /** * @return GeostorePriceInfoProto */ public function getPriceInfo() { return $this->priceInfo; } /** * @param GeostoreServiceAreaProto */ public function setServiceArea(GeostoreServiceAreaProto $serviceArea) { $this->serviceArea = $serviceArea; } /** * @return GeostoreServiceAreaProto */ public function getServiceArea() { return $this->serviceArea; } /** * @param GeostoreTelephoneProto[] */ public function setTelephone($telephone) { $this->telephone = $telephone; } /** * @return GeostoreTelephoneProto[] */ public function getTelephone() { return $this->telephone; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreEstablishmentProto::class, 'Google_Service_Contentwarehouse_GeostoreEstablishmentProto');