divisions = $divisions; } /** * @return Google_Service_CivicInfo_GeographicDivision */ public function getDivisions() { return $this->divisions; } /** * @param Google_Service_CivicInfo_Office */ public function setOffices($offices) { $this->offices = $offices; } /** * @return Google_Service_CivicInfo_Office */ public function getOffices() { return $this->offices; } /** * @param Google_Service_CivicInfo_Official */ public function setOfficials($officials) { $this->officials = $officials; } /** * @return Google_Service_CivicInfo_Official */ public function getOfficials() { return $this->officials; } }