class VoterInfoResponse extends Collection (View source)

Properties

protected $collection_key
protected $contestsType
protected $contestsDataType
protected $dropOffLocationsType
protected $dropOffLocationsDataType
protected $earlyVoteSitesType
protected $earlyVoteSitesDataType
protected $electionType
protected $electionDataType
string $kind
bool $mailOnly
protected $normalizedInputType
protected $normalizedInputDataType
protected $otherElectionsType
protected $otherElectionsDataType
protected $pollingLocationsType
protected $pollingLocationsDataType
string $precinctId
protected $precinctsType
protected $precinctsDataType
protected $stateType
protected $stateDataType

Methods

setContests($contests)

No description

getContests()

No description

setDropOffLocations($dropOffLocations)

No description

setEarlyVoteSites($earlyVoteSites)

No description

getEarlyVoteSites()

No description

setElection(Election $election)

No description

getElection()

No description

setKind($kind)

No description

string
getKind()

No description

setMailOnly($mailOnly)

No description

bool
getMailOnly()

No description

setNormalizedInput(SimpleAddressType $normalizedInput)

No description

setOtherElections($otherElections)

No description

getOtherElections()

No description

setPollingLocations($pollingLocations)

No description

setPrecinctId($precinctId)

No description

string
getPrecinctId()

No description

setPrecincts($precincts)

No description

getPrecincts()

No description

setState($state)

No description

getState()

No description

Details

setContests($contests)

No description

Parameters

$contests

Contest[] getContests()

No description

Return Value

Contest[]

setDropOffLocations($dropOffLocations)

No description

Parameters

$dropOffLocations

PollingLocation[] getDropOffLocations()

No description

Return Value

PollingLocation[]

setEarlyVoteSites($earlyVoteSites)

No description

Parameters

$earlyVoteSites

PollingLocation[] getEarlyVoteSites()

No description

Return Value

PollingLocation[]

setElection(Election $election)

No description

Parameters

Election $election

Election getElection()

No description

Return Value

Election

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setMailOnly($mailOnly)

No description

Parameters

$mailOnly

bool getMailOnly()

No description

Return Value

bool

setNormalizedInput(SimpleAddressType $normalizedInput)

No description

Parameters

SimpleAddressType $normalizedInput

SimpleAddressType getNormalizedInput()

No description

Return Value

SimpleAddressType

setOtherElections($otherElections)

No description

Parameters

$otherElections

Election[] getOtherElections()

No description

Return Value

Election[]

setPollingLocations($pollingLocations)

No description

Parameters

$pollingLocations

PollingLocation[] getPollingLocations()

No description

Return Value

PollingLocation[]

setPrecinctId($precinctId)

No description

Parameters

$precinctId

string getPrecinctId()

No description

Return Value

string

setPrecincts($precincts)

No description

Parameters

$precincts

Precinct[] getPrecincts()

No description

Return Value

Precinct[]

setState($state)

No description

Parameters

$state

AdministrationRegion[] getState()

No description

Return Value

AdministrationRegion[]