public class PersonalAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Availability
The availability of the candidate
|
String |
Birthplace
The birthplace of the candidate
|
String |
CurrentLocation
The current location listed on the resume
|
Salary |
CurrentSalary
The current salary listed on the resume
|
SovrenDate |
DateOfBirth
The date of birth given on the resume
|
String |
DrivingLicense
A driving license listed on the resume
|
String |
FamilyComposition
The family composition
|
String |
FathersName
The candidate's father's name listed on the resume
|
String |
Gender
The candidate's gender listed on the resume
|
String |
HukouArea
Used in Chinese resumes
|
String |
HukouCity
Used in Chinese resumes
|
String |
MaritalStatus
The marital status listed on the resume
|
String |
MothersMaidenName
The candidate's mother's maiden name listed on the resume
|
String |
MotherTongue
The candidate's mother tongue (native language) listed on the resume
|
List<NationalIdentity> |
NationalIdentities
Any national identities provided on the resume
|
String |
Nationality
The candidate's nationality listed on the resume
|
String |
PassportNumber
The candidate's passport number listed on the resume
|
String |
PreferredLocation
The candidate's preferred location listed on the resume
|
Salary |
RequiredSalary
The candidate's required salary listed on the resume
|
String |
VisaStatus
The candidate's visa status listed on the resume
|
String |
WillingToRelocate
Whether the candidate is willing to relocate
|
| Constructor and Description |
|---|
PersonalAttributes() |
public String Availability
public String Birthplace
public String CurrentLocation
public Salary CurrentSalary
public SovrenDate DateOfBirth
public String DrivingLicense
public String FamilyComposition
public String FathersName
public String Gender
public String HukouCity
public String HukouArea
public String MaritalStatus
public String MothersMaidenName
public String MotherTongue
public List<NationalIdentity> NationalIdentities
public String Nationality
public String PassportNumber
public String PreferredLocation
public Salary RequiredSalary
public String VisaStatus
public String WillingToRelocate
Copyright © 2023. All rights reserved.