applicationEmailList = $applicationEmailList; } public function getApplicationEmailList() { return $this->applicationEmailList; } public function setApplicationInstruction($applicationInstruction) { $this->applicationInstruction = $applicationInstruction; } public function getApplicationInstruction() { return $this->applicationInstruction; } public function setApplicationUrls($applicationUrls) { $this->applicationUrls = $applicationUrls; } public function getApplicationUrls() { return $this->applicationUrls; } public function setBenefits($benefits) { $this->benefits = $benefits; } public function getBenefits() { return $this->benefits; } public function setCompanyDisplayName($companyDisplayName) { $this->companyDisplayName = $companyDisplayName; } public function getCompanyDisplayName() { return $this->companyDisplayName; } public function setCompanyName($companyName) { $this->companyName = $companyName; } public function getCompanyName() { return $this->companyName; } public function setCompanyTitle($companyTitle) { $this->companyTitle = $companyTitle; } public function getCompanyTitle() { return $this->companyTitle; } /** * @param Google_Service_JobService_CompensationInfo */ public function setCompensationInfo(Google_Service_JobService_CompensationInfo $compensationInfo) { $this->compensationInfo = $compensationInfo; } /** * @return Google_Service_JobService_CompensationInfo */ public function getCompensationInfo() { return $this->compensationInfo; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_JobService_CustomAttribute */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } /** * @return Google_Service_JobService_CustomAttribute */ public function getCustomAttributes() { return $this->customAttributes; } public function setDepartment($department) { $this->department = $department; } public function getDepartment() { return $this->department; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDistributorCompanyId($distributorCompanyId) { $this->distributorCompanyId = $distributorCompanyId; } public function getDistributorCompanyId() { return $this->distributorCompanyId; } public function setEducationLevels($educationLevels) { $this->educationLevels = $educationLevels; } public function getEducationLevels() { return $this->educationLevels; } public function setEmploymentTypes($employmentTypes) { $this->employmentTypes = $employmentTypes; } public function getEmploymentTypes() { return $this->employmentTypes; } /** * @param Google_Service_JobService_Date */ public function setEndDate(Google_Service_JobService_Date $endDate) { $this->endDate = $endDate; } /** * @return Google_Service_JobService_Date */ public function getEndDate() { return $this->endDate; } public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } public function getExpireTime() { return $this->expireTime; } /** * @param Google_Service_JobService_Date */ public function setExpiryDate(Google_Service_JobService_Date $expiryDate) { $this->expiryDate = $expiryDate; } /** * @return Google_Service_JobService_Date */ public function getExpiryDate() { return $this->expiryDate; } /** * @param Google_Service_JobService_ExtendedCompensationInfo */ public function setExtendedCompensationInfo(Google_Service_JobService_ExtendedCompensationInfo $extendedCompensationInfo) { $this->extendedCompensationInfo = $extendedCompensationInfo; } /** * @return Google_Service_JobService_ExtendedCompensationInfo */ public function getExtendedCompensationInfo() { return $this->extendedCompensationInfo; } /** * @param Google_Service_JobService_CustomField */ public function setFilterableCustomFields($filterableCustomFields) { $this->filterableCustomFields = $filterableCustomFields; } /** * @return Google_Service_JobService_CustomField */ public function getFilterableCustomFields() { return $this->filterableCustomFields; } public function setIncentives($incentives) { $this->incentives = $incentives; } public function getIncentives() { return $this->incentives; } /** * @param Google_Service_JobService_JobLocation */ public function setJobLocations($jobLocations) { $this->jobLocations = $jobLocations; } /** * @return Google_Service_JobService_JobLocation */ public function getJobLocations() { return $this->jobLocations; } public function setJobTitle($jobTitle) { $this->jobTitle = $jobTitle; } public function getJobTitle() { return $this->jobTitle; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setLevel($level) { $this->level = $level; } public function getLevel() { return $this->level; } public function setLocations($locations) { $this->locations = $locations; } public function getLocations() { return $this->locations; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPromotionValue($promotionValue) { $this->promotionValue = $promotionValue; } public function getPromotionValue() { return $this->promotionValue; } /** * @param Google_Service_JobService_Date */ public function setPublishDate(Google_Service_JobService_Date $publishDate) { $this->publishDate = $publishDate; } /** * @return Google_Service_JobService_Date */ public function getPublishDate() { return $this->publishDate; } public function setQualifications($qualifications) { $this->qualifications = $qualifications; } public function getQualifications() { return $this->qualifications; } public function setReferenceUrl($referenceUrl) { $this->referenceUrl = $referenceUrl; } public function getReferenceUrl() { return $this->referenceUrl; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRequisitionId($requisitionId) { $this->requisitionId = $requisitionId; } public function getRequisitionId() { return $this->requisitionId; } public function setResponsibilities($responsibilities) { $this->responsibilities = $responsibilities; } public function getResponsibilities() { return $this->responsibilities; } /** * @param Google_Service_JobService_Date */ public function setStartDate(Google_Service_JobService_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_JobService_Date */ public function getStartDate() { return $this->startDate; } /** * @param Google_Service_JobService_CustomField */ public function setUnindexedCustomFields($unindexedCustomFields) { $this->unindexedCustomFields = $unindexedCustomFields; } /** * @return Google_Service_JobService_CustomField */ public function getUnindexedCustomFields() { return $this->unindexedCustomFields; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setVisibility($visibility) { $this->visibility = $visibility; } public function getVisibility() { return $this->visibility; } }