divisions = $divisions; } /** * @return Google_Service_CivicInfo_GeographicDivision */ public function getDivisions() { return $this->divisions; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CivicInfo_SimpleAddressType */ public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $normalizedInput) { $this->normalizedInput = $normalizedInput; } /** * @return Google_Service_CivicInfo_SimpleAddressType */ public function getNormalizedInput() { return $this->normalizedInput; } /** * @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; } }