public class Job extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}id"/>
<element ref="{}partner-job-id"/>
<element ref="{}contract-id"/>
<element ref="{}customer-job-code" minOccurs="0"/>
<element ref="{}active" minOccurs="0"/>
<sequence minOccurs="0">
<element ref="{}posting-date"/>
<element ref="{}expiration-date"/>
</sequence>
<sequence>
<element ref="{}company"/>
<element ref="{}description"/>
<element ref="{}description-snippet"/>
<element ref="{}position"/>
<element ref="{}skills-and-experience"/>
<element ref="{}expiration-timestamp"/>
<element ref="{}job-poster"/>
<element ref="{}location-description"/>
<element ref="{}posting-timestamp"/>
<element ref="{}salary"/>
<element ref="{}site-job-request"/>
<element ref="{}site-job-url"/>
</sequence>
<sequence minOccurs="0">
<element ref="{}referral-bonus"/>
<element ref="{}poster"/>
<element ref="{}how-to-apply"/>
<element ref="{}tracking-pixel-url"/>
<element ref="{}renewal"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Company |
company |
protected Long |
contractId |
protected String |
customerJobCode |
protected String |
description |
protected String |
descriptionSnippet |
protected ExpirationDate |
expirationDate |
protected Long |
expirationTimestamp |
protected HowToApply |
howToApply |
protected String |
id |
protected JobPoster |
jobPoster |
protected String |
locationDescription |
protected String |
partnerJobId |
protected Position |
position |
protected Poster |
poster |
protected PostingDate |
postingDate |
protected Long |
postingTimestamp |
protected String |
referralBonus |
protected Renewal |
renewal |
protected String |
salary |
protected SiteJobRequest |
siteJobRequest |
protected String |
siteJobUrl |
protected String |
skillsAndExperience |
protected String |
trackingPixelUrl |
| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
Company |
getCompany()
Gets the value of the company property.
|
Long |
getContractId()
Gets the value of the contractId property.
|
String |
getCustomerJobCode()
Gets the value of the customerJobCode property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionSnippet()
Gets the value of the descriptionSnippet property.
|
ExpirationDate |
getExpirationDate()
Gets the value of the expirationDate property.
|
Long |
getExpirationTimestamp()
Gets the value of the expirationTimestamp property.
|
HowToApply |
getHowToApply()
Gets the value of the howToApply property.
|
String |
getId()
Gets the value of the id property.
|
JobPoster |
getJobPoster()
Gets the value of the jobPoster property.
|
String |
getLocationDescription()
Gets the value of the locationDescription property.
|
String |
getPartnerJobId()
Gets the value of the partnerJobId property.
|
Position |
getPosition()
Gets the value of the position property.
|
Poster |
getPoster()
Gets the value of the poster property.
|
PostingDate |
getPostingDate()
Gets the value of the postingDate property.
|
Long |
getPostingTimestamp()
Gets the value of the postingTimestamp property.
|
String |
getReferralBonus()
Gets the value of the referralBonus property.
|
Renewal |
getRenewal()
Gets the value of the renewal property.
|
String |
getSalary()
Gets the value of the salary property.
|
SiteJobRequest |
getSiteJobRequest()
Gets the value of the siteJobRequest property.
|
String |
getSiteJobUrl()
Gets the value of the siteJobUrl property.
|
String |
getSkillsAndExperience()
Gets the value of the skillsAndExperience property.
|
String |
getTrackingPixelUrl()
Gets the value of the trackingPixelUrl property.
|
Boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setCompany(Company value)
Sets the value of the company property.
|
void |
setContractId(Long value)
Sets the value of the contractId property.
|
void |
setCustomerJobCode(String value)
Sets the value of the customerJobCode property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDescriptionSnippet(String value)
Sets the value of the descriptionSnippet property.
|
void |
setExpirationDate(ExpirationDate value)
Sets the value of the expirationDate property.
|
void |
setExpirationTimestamp(Long value)
Sets the value of the expirationTimestamp property.
|
void |
setHowToApply(HowToApply value)
Sets the value of the howToApply property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setJobPoster(JobPoster value)
Sets the value of the jobPoster property.
|
void |
setLocationDescription(String value)
Sets the value of the locationDescription property.
|
void |
setPartnerJobId(String value)
Sets the value of the partnerJobId property.
|
void |
setPosition(Position value)
Sets the value of the position property.
|
void |
setPoster(Poster value)
Sets the value of the poster property.
|
void |
setPostingDate(PostingDate value)
Sets the value of the postingDate property.
|
void |
setPostingTimestamp(Long value)
Sets the value of the postingTimestamp property.
|
void |
setReferralBonus(String value)
Sets the value of the referralBonus property.
|
void |
setRenewal(Renewal value)
Sets the value of the renewal property.
|
void |
setSalary(String value)
Sets the value of the salary property.
|
void |
setSiteJobRequest(SiteJobRequest value)
Sets the value of the siteJobRequest property.
|
void |
setSiteJobUrl(String value)
Sets the value of the siteJobUrl property.
|
void |
setSkillsAndExperience(String value)
Sets the value of the skillsAndExperience property.
|
void |
setTrackingPixelUrl(String value)
Sets the value of the trackingPixelUrl property.
|
protected String id
protected String partnerJobId
protected Long contractId
protected String customerJobCode
protected Boolean active
protected PostingDate postingDate
protected ExpirationDate expirationDate
protected Company company
protected String description
protected String descriptionSnippet
protected Position position
protected String skillsAndExperience
protected Long expirationTimestamp
protected JobPoster jobPoster
protected String locationDescription
protected Long postingTimestamp
protected String salary
protected SiteJobRequest siteJobRequest
protected String siteJobUrl
protected String referralBonus
protected Poster poster
protected HowToApply howToApply
protected String trackingPixelUrl
protected Renewal renewal
public void setId(String value)
value - allowed object is
Stringpublic String getPartnerJobId()
Stringpublic void setPartnerJobId(String value)
value - allowed object is
Stringpublic Long getContractId()
Stringpublic void setContractId(Long value)
value - allowed object is
Stringpublic String getCustomerJobCode()
Stringpublic void setCustomerJobCode(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic PostingDate getPostingDate()
PostingDatepublic void setPostingDate(PostingDate value)
value - allowed object is
PostingDatepublic ExpirationDate getExpirationDate()
ExpirationDatepublic void setExpirationDate(ExpirationDate value)
value - allowed object is
ExpirationDatepublic Company getCompany()
Companypublic void setCompany(Company value)
value - allowed object is
Companypublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDescriptionSnippet()
Stringpublic void setDescriptionSnippet(String value)
value - allowed object is
Stringpublic Position getPosition()
Positionpublic void setPosition(Position value)
value - allowed object is
Positionpublic String getSkillsAndExperience()
Stringpublic void setSkillsAndExperience(String value)
value - allowed object is
Stringpublic Long getExpirationTimestamp()
Stringpublic void setExpirationTimestamp(Long value)
value - allowed object is
Stringpublic JobPoster getJobPoster()
JobPosterpublic void setJobPoster(JobPoster value)
value - allowed object is
JobPosterpublic String getLocationDescription()
Stringpublic void setLocationDescription(String value)
value - allowed object is
Stringpublic Long getPostingTimestamp()
Stringpublic void setPostingTimestamp(Long value)
value - allowed object is
Stringpublic String getSalary()
Stringpublic void setSalary(String value)
value - allowed object is
Stringpublic SiteJobRequest getSiteJobRequest()
SiteJobRequestpublic void setSiteJobRequest(SiteJobRequest value)
value - allowed object is
SiteJobRequestpublic String getSiteJobUrl()
Stringpublic void setSiteJobUrl(String value)
value - allowed object is
Stringpublic String getReferralBonus()
Stringpublic void setReferralBonus(String value)
value - allowed object is
Stringpublic Poster getPoster()
Posterpublic void setPoster(Poster value)
value - allowed object is
Posterpublic HowToApply getHowToApply()
HowToApplypublic void setHowToApply(HowToApply value)
value - allowed object is
HowToApplypublic String getTrackingPixelUrl()
Stringpublic void setTrackingPixelUrl(String value)
value - allowed object is
Stringpublic Renewal getRenewal()
RenewalApache Camel