/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CivicInfo
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CivicInfo/Contest.php (6696B)
ballotPlacement = $ballotPlacement;
}
public function getBallotPlacement()
{
return $this->ballotPlacement;
}
public function setBallotTitle($ballotTitle)
{
$this->ballotTitle = $ballotTitle;
}
public function getBallotTitle()
{
return $this->ballotTitle;
}
/**
* @param Google_Service_CivicInfo_Candidate[]
*/
public function setCandidates($candidates)
{
$this->candidates = $candidates;
}
/**
* @return Google_Service_CivicInfo_Candidate[]
*/
public function getCandidates()
{
return $this->candidates;
}
/**
* @param Google_Service_CivicInfo_ElectoralDistrict
*/
public function setDistrict(Google_Service_CivicInfo_ElectoralDistrict $district)
{
$this->district = $district;
}
/**
* @return Google_Service_CivicInfo_ElectoralDistrict
*/
public function getDistrict()
{
return $this->district;
}
public function setElectorateSpecifications($electorateSpecifications)
{
$this->electorateSpecifications = $electorateSpecifications;
}
public function getElectorateSpecifications()
{
return $this->electorateSpecifications;
}
public function setLevel($level)
{
$this->level = $level;
}
public function getLevel()
{
return $this->level;
}
public function setNumberElected($numberElected)
{
$this->numberElected = $numberElected;
}
public function getNumberElected()
{
return $this->numberElected;
}
public function setNumberVotingFor($numberVotingFor)
{
$this->numberVotingFor = $numberVotingFor;
}
public function getNumberVotingFor()
{
return $this->numberVotingFor;
}
public function setOffice($office)
{
$this->office = $office;
}
public function getOffice()
{
return $this->office;
}
public function setPrimaryParties($primaryParties)
{
$this->primaryParties = $primaryParties;
}
public function getPrimaryParties()
{
return $this->primaryParties;
}
public function setPrimaryParty($primaryParty)
{
$this->primaryParty = $primaryParty;
}
public function getPrimaryParty()
{
return $this->primaryParty;
}
public function setReferendumBallotResponses($referendumBallotResponses)
{
$this->referendumBallotResponses = $referendumBallotResponses;
}
public function getReferendumBallotResponses()
{
return $this->referendumBallotResponses;
}
public function setReferendumBrief($referendumBrief)
{
$this->referendumBrief = $referendumBrief;
}
public function getReferendumBrief()
{
return $this->referendumBrief;
}
public function setReferendumConStatement($referendumConStatement)
{
$this->referendumConStatement = $referendumConStatement;
}
public function getReferendumConStatement()
{
return $this->referendumConStatement;
}
public function setReferendumEffectOfAbstain($referendumEffectOfAbstain)
{
$this->referendumEffectOfAbstain = $referendumEffectOfAbstain;
}
public function getReferendumEffectOfAbstain()
{
return $this->referendumEffectOfAbstain;
}
public function setReferendumPassageThreshold($referendumPassageThreshold)
{
$this->referendumPassageThreshold = $referendumPassageThreshold;
}
public function getReferendumPassageThreshold()
{
return $this->referendumPassageThreshold;
}
public function setReferendumProStatement($referendumProStatement)
{
$this->referendumProStatement = $referendumProStatement;
}
public function getReferendumProStatement()
{
return $this->referendumProStatement;
}
public function setReferendumSubtitle($referendumSubtitle)
{
$this->referendumSubtitle = $referendumSubtitle;
}
public function getReferendumSubtitle()
{
return $this->referendumSubtitle;
}
public function setReferendumText($referendumText)
{
$this->referendumText = $referendumText;
}
public function getReferendumText()
{
return $this->referendumText;
}
public function setReferendumTitle($referendumTitle)
{
$this->referendumTitle = $referendumTitle;
}
public function getReferendumTitle()
{
return $this->referendumTitle;
}
public function setReferendumUrl($referendumUrl)
{
$this->referendumUrl = $referendumUrl;
}
public function getReferendumUrl()
{
return $this->referendumUrl;
}
public function setRoles($roles)
{
$this->roles = $roles;
}
public function getRoles()
{
return $this->roles;
}
/**
* @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 setSpecial($special)
{
$this->special = $special;
}
public function getSpecial()
{
return $this->special;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}