address = $address; } /** * @return SimpleAddressType[] */ public function getAddress() { return $this->address; } /** * @param Channel[] */ public function setChannels($channels) { $this->channels = $channels; } /** * @return Channel[] */ public function getChannels() { return $this->channels; } /** * @param string[] */ public function setEmails($emails) { $this->emails = $emails; } /** * @return string[] */ public function getEmails() { return $this->emails; } /** * @param GeocodingSummary[] */ public function setGeocodingSummaries($geocodingSummaries) { $this->geocodingSummaries = $geocodingSummaries; } /** * @return GeocodingSummary[] */ public function getGeocodingSummaries() { return $this->geocodingSummaries; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setParty($party) { $this->party = $party; } /** * @return string */ public function getParty() { return $this->party; } /** * @param string[] */ public function setPhones($phones) { $this->phones = $phones; } /** * @return string[] */ public function getPhones() { return $this->phones; } /** * @param string */ public function setPhotoUrl($photoUrl) { $this->photoUrl = $photoUrl; } /** * @return string */ public function getPhotoUrl() { return $this->photoUrl; } /** * @param string[] */ public function setUrls($urls) { $this->urls = $urls; } /** * @return string[] */ public function getUrls() { return $this->urls; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Official::class, 'Google_Service_CivicInfo_Official');