public class Position 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" minOccurs="0"/> <element ref="{}title" minOccurs="0"/> <element ref="{}summary" minOccurs="0"/> <element ref="{}start-date" minOccurs="0"/> <element ref="{}end-date" minOccurs="0"/> <element ref="{}is-current"/> <element ref="{}company"/> <element ref="{}description"/> <element ref="{}description-snippet"/> <element ref="{}skills-and-experience"/> <element ref="{}location" minOccurs="0"/> <element ref="{}job-functions"/> <element ref="{}industries"/> <element ref="{}job-type"/> <element ref="{}experience-level"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Company |
company |
protected String |
description |
protected String |
descriptionSnippet |
protected EndDate |
endDate |
protected ExperienceLevel |
experienceLevel |
protected String |
id |
protected Industries |
industries |
protected boolean |
isCurrent |
protected JobFunctions |
jobFunctions |
protected JobType |
jobType |
protected Location |
location |
protected String |
skillsAndExperience |
protected StartDate |
startDate |
protected String |
summary |
protected String |
title |
Constructor and Description |
---|
Position() |
Modifier and Type | Method and Description |
---|---|
Company |
getCompany()
Gets the value of the company property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionSnippet()
Gets the value of the descriptionSnippet property.
|
EndDate |
getEndDate()
Gets the value of the endDate property.
|
ExperienceLevel |
getExperienceLevel()
Gets the value of the experienceLevel property.
|
String |
getId()
Gets the value of the id property.
|
Industries |
getIndustries()
Gets the value of the industries property.
|
JobFunctions |
getJobFunctions()
Gets the value of the jobFunctions property.
|
JobType |
getJobType()
Gets the value of the jobType property.
|
Location |
getLocation()
Gets the value of the location property.
|
String |
getSkillsAndExperience()
Gets the value of the skillsAndExperience property.
|
StartDate |
getStartDate()
Gets the value of the startDate property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getTitle()
Gets the value of the title property.
|
boolean |
isIsCurrent()
Gets the value of the isCurrent property.
|
void |
setCompany(Company value)
Sets the value of the company property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDescriptionSnippet(String value)
Sets the value of the descriptionSnippet property.
|
void |
setEndDate(EndDate value)
Sets the value of the endDate property.
|
void |
setExperienceLevel(ExperienceLevel value)
Sets the value of the experienceLevel property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIndustries(Industries value)
Sets the value of the industries property.
|
void |
setIsCurrent(boolean value)
Sets the value of the isCurrent property.
|
void |
setJobFunctions(JobFunctions value)
Sets the value of the jobFunctions property.
|
void |
setJobType(JobType value)
Sets the value of the jobType property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setSkillsAndExperience(String value)
Sets the value of the skillsAndExperience property.
|
void |
setStartDate(StartDate value)
Sets the value of the startDate property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String id
protected String title
protected String summary
protected StartDate startDate
protected EndDate endDate
protected boolean isCurrent
protected Company company
protected String description
protected String descriptionSnippet
protected String skillsAndExperience
protected Location location
protected JobFunctions jobFunctions
protected Industries industries
protected JobType jobType
protected ExperienceLevel experienceLevel
public void setId(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getSummary()
String
public void setSummary(String value)
value
- allowed object is
String
public StartDate getStartDate()
StartDate
public void setStartDate(StartDate value)
value
- allowed object is
StartDate
public EndDate getEndDate()
EndDate
public void setEndDate(EndDate value)
value
- allowed object is
EndDate
public boolean isIsCurrent()
public void setIsCurrent(boolean value)
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 String getSkillsAndExperience()
String
public void setSkillsAndExperience(String value)
value
- allowed object is
String
public Location getLocation()
Location
public void setLocation(Location value)
value
- allowed object is
Location
public JobFunctions getJobFunctions()
JobFunctions
public void setJobFunctions(JobFunctions value)
value
- allowed object is
JobFunctions
public Industries getIndustries()
Industries
public void setIndustries(Industries value)
value
- allowed object is
Industries
public JobType getJobType()
JobType
public void setJobType(JobType value)
value
- allowed object is
JobType
public ExperienceLevel getExperienceLevel()
ExperienceLevel
public void setExperienceLevel(ExperienceLevel value)
value
- allowed object is
ExperienceLevel
Apache Camel