| java.lang.Object | |
| ↳ | com.workday.recruiting.JobProfileSummaryDataType |
Contains the details of a Job Profile.
Java class for Job_Profile_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_Summary_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" minOccurs="0"/>
<element name="Job_Profile_Name" type="{http://www.w3.org/2001/XMLSchema}string" 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_Family_Reference" type="{urn:com.workday/bsvc}Job_FamilyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Work_Shift_Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Job_Profile_Exempt_Data" type="{urn:com.workday/bsvc}Job_Profile_Exempt_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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| criticalJob | |||||||||||
| difficultyToFillReference | |||||||||||
| jobCategoryReference | |||||||||||
| jobFamilyReference | |||||||||||
| jobProfileExemptData | |||||||||||
| jobProfileName | |||||||||||
| jobProfileReference | |||||||||||
| managementLevelReference | |||||||||||
| workShiftRequired | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the criticalJob property.
| |||||||||||
Gets the value of the difficultyToFillReference property.
| |||||||||||
Gets the value of the jobCategoryReference property.
| |||||||||||
Gets the value of the jobFamilyReference property.
| |||||||||||
Gets the value of the jobProfileExemptData property.
| |||||||||||
Gets the value of the jobProfileName property.
| |||||||||||
Gets the value of the jobProfileReference property.
| |||||||||||
Gets the value of the managementLevelReference 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 jobCategoryReference property.
| |||||||||||
Sets the value of the jobFamilyReference property.
| |||||||||||
Sets the value of the jobProfileExemptData property.
| |||||||||||
Sets the value of the jobProfileName property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
Sets the value of the managementLevelReference property.
| |||||||||||
Sets the value of the workShiftRequired property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the criticalJob property. This getter has been renamed from isCriticalJob() to getCriticalJob() by cxf-xjc-boolean plugin.
Gets the value of the difficultyToFillReference property.
DifficultyToFillObjectType
Gets the value of the jobCategoryReference property.
JobCategoryObjectType
Gets the value of the jobFamilyReference 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 jobFamilyReference property.
For example, to add a new item, do as follows:
getJobFamilyReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobFamilyObjectType
Gets the value of the jobProfileExemptData 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 jobProfileExemptData property.
For example, to add a new item, do as follows:
getJobProfileExemptData().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfileExemptDataType
Gets the value of the jobProfileName property.
Gets the value of the jobProfileReference property.
JobProfileObjectType
Gets the value of the managementLevelReference property.
ManagementLevelObjectType
Gets the value of the workShiftRequired property. This getter has been renamed from isWorkShiftRequired() to getWorkShiftRequired() by cxf-xjc-boolean plugin.
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 jobCategoryReference property.
| value | Allowed object is
JobCategoryObjectType
|
|---|
Sets the value of the jobFamilyReference property.
| jobFamilyReference | Allowed object is
JobFamilyObjectType
|
|---|
Sets the value of the jobProfileExemptData property.
| jobProfileExemptData | Allowed object is
JobProfileExemptDataType
|
|---|
Sets the value of the jobProfileName property.
| value | Allowed object is String |
|---|
Sets the value of the jobProfileReference property.
| value | Allowed object is
JobProfileObjectType
|
|---|
Sets the value of the managementLevelReference property.
| value | Allowed object is
ManagementLevelObjectType
|
|---|
Sets the value of the workShiftRequired property.
| value | Allowed object is Boolean |
|---|