| java.lang.Object | |
| ↳ | workday.com.bsvc.JobProfileBasicDataType |
Contains the basic job profile information.
Java class for Job_Profile_Basic_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_Basic_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Job_Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Include_Job_Code_in_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Job_Profile_Private_Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Job_Profile_Summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Work_Shift_Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Public_Job" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Management_Level_Reference" type="{urn:com.workday/bsvc}Management_LevelObjectType" minOccurs="0"/>
<element name="Job_Category_Reference" type="{urn:com.workday/bsvc}Job_CategoryObjectType" minOccurs="0"/>
<element name="Job_Level_Reference" type="{urn:com.workday/bsvc}Job_LevelObjectType" minOccurs="0"/>
<element name="Job_Family_Data" type="{urn:com.workday/bsvc}Job_Profile_Job_Family_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Company_Insider_Data" type="{urn:com.workday/bsvc}Company_Insider_Job_Profile_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Critical_Job" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Difficulty_to_Fill_Reference" type="{urn:com.workday/bsvc}Difficulty_to_FillObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyInsiderData | |||||||||||
| criticalJob | |||||||||||
| difficultyToFillReference | |||||||||||
| inactive | |||||||||||
| includeJobCodeInName | |||||||||||
| jobCategoryReference | |||||||||||
| jobFamilyData | |||||||||||
| jobLevelReference | |||||||||||
| jobProfilePrivateTitle | |||||||||||
| jobProfileSummary | |||||||||||
| jobTitle | |||||||||||
| managementLevelReference | |||||||||||
| publicJob | |||||||||||
| workShiftRequired | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyInsiderData property.
| |||||||||||
Gets the value of the difficultyToFillReference property.
| |||||||||||
Gets the value of the jobCategoryReference property.
| |||||||||||
Gets the value of the jobFamilyData property.
| |||||||||||
Gets the value of the jobLevelReference property.
| |||||||||||
Gets the value of the jobProfilePrivateTitle property.
| |||||||||||
Gets the value of the jobProfileSummary property.
| |||||||||||
Gets the value of the jobTitle property.
| |||||||||||
Gets the value of the managementLevelReference property.
| |||||||||||
Gets the value of the criticalJob property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the includeJobCodeInName property.
| |||||||||||
Gets the value of the publicJob property.
| |||||||||||
Gets the value of the workShiftRequired property.
| |||||||||||
Sets the value of the criticalJob property.
| |||||||||||
Sets the value of the difficultyToFillReference property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the includeJobCodeInName property.
| |||||||||||
Sets the value of the jobCategoryReference property.
| |||||||||||
Sets the value of the jobLevelReference property.
| |||||||||||
Sets the value of the jobProfilePrivateTitle property.
| |||||||||||
Sets the value of the jobProfileSummary property.
| |||||||||||
Sets the value of the jobTitle property.
| |||||||||||
Sets the value of the managementLevelReference property.
| |||||||||||
Sets the value of the publicJob property.
| |||||||||||
Sets the value of the workShiftRequired property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the companyInsiderData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the companyInsiderData property.
For example, to add a new item, do as follows:
getCompanyInsiderData().add(newItem);
Objects of the following type(s) are allowed in the list
CompanyInsiderJobProfileDataType
Gets the value of the difficultyToFillReference property.
DifficultyToFillObjectType
Gets the value of the jobCategoryReference property.
JobCategoryObjectType
Gets the value of the jobFamilyData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the jobFamilyData property.
For example, to add a new item, do as follows:
getJobFamilyData().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfileJobFamilyDataType
Gets the value of the jobLevelReference property.
JobLevelObjectType
Gets the value of the jobProfilePrivateTitle property.
Gets the value of the jobProfileSummary property.
Gets the value of the jobTitle property.
Gets the value of the managementLevelReference property.
ManagementLevelObjectType
Gets the value of the criticalJob property.
Gets the value of the inactive property.
Gets the value of the includeJobCodeInName property.
Gets the value of the publicJob property.
Gets the value of the workShiftRequired property.
Sets the value of the criticalJob property.
| value | Allowed object is Boolean |
|---|
Sets the value of the difficultyToFillReference property.
| value | Allowed object is
DifficultyToFillObjectType
|
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeJobCodeInName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobCategoryReference property.
| value | Allowed object is
JobCategoryObjectType
|
|---|
Sets the value of the jobLevelReference property.
| value | Allowed object is
JobLevelObjectType
|
|---|
Sets the value of the jobProfilePrivateTitle property.
| value | Allowed object is String |
|---|
Sets the value of the jobProfileSummary property.
| value | Allowed object is String |
|---|
Sets the value of the jobTitle property.
| value | Allowed object is String |
|---|
Sets the value of the managementLevelReference property.
| value | Allowed object is
ManagementLevelObjectType
|
|---|
Sets the value of the publicJob property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workShiftRequired property.
| value | Allowed object is Boolean |
|---|