contests = $contests; } /** * @return Google_Service_CivicInfo_Contest */ public function getContests() { return $this->contests; } /** * @param Google_Service_CivicInfo_PollingLocation */ public function setDropOffLocations($dropOffLocations) { $this->dropOffLocations = $dropOffLocations; } /** * @return Google_Service_CivicInfo_PollingLocation */ public function getDropOffLocations() { return $this->dropOffLocations; } /** * @param Google_Service_CivicInfo_PollingLocation */ public function setEarlyVoteSites($earlyVoteSites) { $this->earlyVoteSites = $earlyVoteSites; } /** * @return Google_Service_CivicInfo_PollingLocation */ public function getEarlyVoteSites() { return $this->earlyVoteSites; } /** * @param Google_Service_CivicInfo_Election */ public function setElection(Google_Service_CivicInfo_Election $election) { $this->election = $election; } /** * @return Google_Service_CivicInfo_Election */ public function getElection() { return $this->election; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMailOnly($mailOnly) { $this->mailOnly = $mailOnly; } public function getMailOnly() { return $this->mailOnly; } /** * @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_Election */ public function setOtherElections($otherElections) { $this->otherElections = $otherElections; } /** * @return Google_Service_CivicInfo_Election */ public function getOtherElections() { return $this->otherElections; } /** * @param Google_Service_CivicInfo_PollingLocation */ public function setPollingLocations($pollingLocations) { $this->pollingLocations = $pollingLocations; } /** * @return Google_Service_CivicInfo_PollingLocation */ public function getPollingLocations() { return $this->pollingLocations; } public function setPrecinctId($precinctId) { $this->precinctId = $precinctId; } public function getPrecinctId() { return $this->precinctId; } /** * @param Google_Service_CivicInfo_StreetSegment */ public function setSegments($segments) { $this->segments = $segments; } /** * @return Google_Service_CivicInfo_StreetSegment */ public function getSegments() { return $this->segments; } /** * @param Google_Service_CivicInfo_AdministrationRegion */ public function setState($state) { $this->state = $state; } /** * @return Google_Service_CivicInfo_AdministrationRegion */ public function getState() { return $this->state; } }