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
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getSummary()
Stringpublic void setSummary(String value)
value - allowed object is
Stringpublic StartDate getStartDate()
StartDatepublic void setStartDate(StartDate value)
value - allowed object is
StartDatepublic EndDate getEndDate()
EndDatepublic void setEndDate(EndDate value)
value - allowed object is
EndDatepublic boolean isIsCurrent()
public void setIsCurrent(boolean value)
public 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 String getSkillsAndExperience()
Stringpublic void setSkillsAndExperience(String value)
value - allowed object is
Stringpublic Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic JobFunctions getJobFunctions()
JobFunctionspublic void setJobFunctions(JobFunctions value)
value - allowed object is
JobFunctionspublic Industries getIndustries()
Industriespublic void setIndustries(Industries value)
value - allowed object is
Industriespublic JobType getJobType()
JobTypepublic void setJobType(JobType value)
value - allowed object is
JobTypepublic ExperienceLevel getExperienceLevel()
ExperienceLevelpublic void setExperienceLevel(ExperienceLevel value)
value - allowed object is
ExperienceLevelApache Camel