address = $address; } /** * @return Google_Service_CivicInfo_SimpleAddressType */ public function getAddress() { return $this->address; } public function setEndDate($endDate) { $this->endDate = $endDate; } public function getEndDate() { return $this->endDate; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } public function setPollingHours($pollingHours) { $this->pollingHours = $pollingHours; } public function getPollingHours() { return $this->pollingHours; } /** * @param Google_Service_CivicInfo_Source */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_CivicInfo_Source */ public function getSources() { return $this->sources; } public function setStartDate($startDate) { $this->startDate = $startDate; } public function getStartDate() { return $this->startDate; } public function setVoterServices($voterServices) { $this->voterServices = $voterServices; } public function getVoterServices() { return $this->voterServices; } }