annualizedBaseCompensationRange = $annualizedBaseCompensationRange; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function getAnnualizedBaseCompensationRange() { return $this->annualizedBaseCompensationRange; } public function setAnnualizedBaseCompensationUnspecified($annualizedBaseCompensationUnspecified) { $this->annualizedBaseCompensationUnspecified = $annualizedBaseCompensationUnspecified; } public function getAnnualizedBaseCompensationUnspecified() { return $this->annualizedBaseCompensationUnspecified; } /** * @param Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function setAnnualizedTotalCompensationRange(Google_Service_JobService_ExtendedCompensationInfoCompensationRange $annualizedTotalCompensationRange) { $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function getAnnualizedTotalCompensationRange() { return $this->annualizedTotalCompensationRange; } public function setAnnualizedTotalCompensationUnspecified($annualizedTotalCompensationUnspecified) { $this->annualizedTotalCompensationUnspecified = $annualizedTotalCompensationUnspecified; } public function getAnnualizedTotalCompensationUnspecified() { return $this->annualizedTotalCompensationUnspecified; } public function setCurrency($currency) { $this->currency = $currency; } public function getCurrency() { return $this->currency; } /** * @param Google_Service_JobService_ExtendedCompensationInfoCompensationEntry */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationEntry */ public function getEntries() { return $this->entries; } }