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
String
public String getPartnerJobId()
String
public void setPartnerJobId(String value)
value
- allowed object is
String
public Long getContractId()
String
public void setContractId(Long value)
value
- allowed object is
String
public String getCustomerJobCode()
String
public void setCustomerJobCode(String value)
value
- allowed object is
String
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public PostingDate getPostingDate()
PostingDate
public void setPostingDate(PostingDate value)
value
- allowed object is
PostingDate
public ExpirationDate getExpirationDate()
ExpirationDate
public void setExpirationDate(ExpirationDate value)
value
- allowed object is
ExpirationDate
public Company getCompany()
Company
public void setCompany(Company value)
value
- allowed object is
Company
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getDescriptionSnippet()
String
public void setDescriptionSnippet(String value)
value
- allowed object is
String
public Position getPosition()
Position
public void setPosition(Position value)
value
- allowed object is
Position
public String getSkillsAndExperience()
String
public void setSkillsAndExperience(String value)
value
- allowed object is
String
public Long getExpirationTimestamp()
String
public void setExpirationTimestamp(Long value)
value
- allowed object is
String
public JobPoster getJobPoster()
JobPoster
public void setJobPoster(JobPoster value)
value
- allowed object is
JobPoster
public String getLocationDescription()
String
public void setLocationDescription(String value)
value
- allowed object is
String
public Long getPostingTimestamp()
String
public void setPostingTimestamp(Long value)
value
- allowed object is
String
public String getSalary()
String
public void setSalary(String value)
value
- allowed object is
String
public SiteJobRequest getSiteJobRequest()
SiteJobRequest
public void setSiteJobRequest(SiteJobRequest value)
value
- allowed object is
SiteJobRequest
public String getSiteJobUrl()
String
public void setSiteJobUrl(String value)
value
- allowed object is
String
public String getReferralBonus()
String
public void setReferralBonus(String value)
value
- allowed object is
String
public Poster getPoster()
Poster
public void setPoster(Poster value)
value
- allowed object is
Poster
public HowToApply getHowToApply()
HowToApply
public void setHowToApply(HowToApply value)
value
- allowed object is
HowToApply
public String getTrackingPixelUrl()
String
public void setTrackingPixelUrl(String value)
value
- allowed object is
String
public Renewal getRenewal()
Renewal
Apache Camel