compensationRange = $compensationRange; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function getCompensationRange() { return $this->compensationRange; } public function setCompensationUnits($compensationUnits) { $this->compensationUnits = $compensationUnits; } public function getCompensationUnits() { return $this->compensationUnits; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } public function setIncludeJobWithUnspecifiedCompensationRange($includeJobWithUnspecifiedCompensationRange) { $this->includeJobWithUnspecifiedCompensationRange = $includeJobWithUnspecifiedCompensationRange; } public function getIncludeJobWithUnspecifiedCompensationRange() { return $this->includeJobWithUnspecifiedCompensationRange; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }