| java.lang.Object | |
| ↳ | workday.com.bsvc.JobProfileDataType |
Element containing all Job Profile Data.
Java class for Job_Profile_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Job_Profile_Basic_Data" type="{urn:com.workday/bsvc}Job_Profile_Basic_DataType" minOccurs="0"/>
<element name="Job_Classification_Data" type="{urn:com.workday/bsvc}Job_Profile_Job_Classification_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Profile_Pay_Rate_Data" type="{urn:com.workday/bsvc}Job_Profile_Pay_Rate_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Profile_Exempt_Data" type="{urn:com.workday/bsvc}Job_Profile_Exempt_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Workers_Compensation_Code_Replacement_Data" type="{urn:com.workday/bsvc}Workers_Compensation_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Qualification_Replacement_Data" type="{urn:com.workday/bsvc}Qualification_Data_for_Position_Restriction_or_Job_ProfileType" minOccurs="0"/>
<element name="Integration_Field_Override_Data" type="{urn:com.workday/bsvc}Document_Field_Result_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Profile_Compensation_Data" type="{urn:com.workday/bsvc}Job_Profile_Compensation_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| integrationFieldOverrideData | |||||||||||
| jobClassificationData | |||||||||||
| jobCode | |||||||||||
| jobProfileBasicData | |||||||||||
| jobProfileCompensationData | |||||||||||
| jobProfileExemptData | |||||||||||
| jobProfilePayRateData | |||||||||||
| qualificationReplacementData | |||||||||||
| workersCompensationCodeReplacementData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the integrationFieldOverrideData property.
| |||||||||||
Gets the value of the jobClassificationData property.
| |||||||||||
Gets the value of the jobCode property.
| |||||||||||
Gets the value of the jobProfileBasicData property.
| |||||||||||
Gets the value of the jobProfileCompensationData property.
| |||||||||||
Gets the value of the jobProfileExemptData property.
| |||||||||||
Gets the value of the jobProfilePayRateData property.
| |||||||||||
Gets the value of the qualificationReplacementData property.
| |||||||||||
Gets the value of the workersCompensationCodeReplacementData property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the jobCode property.
| |||||||||||
Sets the value of the jobProfileBasicData property.
| |||||||||||
Sets the value of the jobProfileCompensationData property.
| |||||||||||
Sets the value of the qualificationReplacementData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the integrationFieldOverrideData 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 integrationFieldOverrideData property.
For example, to add a new item, do as follows:
getIntegrationFieldOverrideData().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentFieldResultDataType
Gets the value of the jobClassificationData 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 jobClassificationData property.
For example, to add a new item, do as follows:
getJobClassificationData().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfileJobClassificationDataType
Gets the value of the jobCode property.
Gets the value of the jobProfileBasicData property.
JobProfileBasicDataType
Gets the value of the jobProfileCompensationData property.
JobProfileCompensationDataType
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 jobProfilePayRateData 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 jobProfilePayRateData property.
For example, to add a new item, do as follows:
getJobProfilePayRateData().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfilePayRateDataType
Gets the value of the qualificationReplacementData property.
QualificationDataForPositionRestrictionOrJobProfileType
Gets the value of the workersCompensationCodeReplacementData 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 workersCompensationCodeReplacementData property.
For example, to add a new item, do as follows:
getWorkersCompensationCodeReplacementData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkersCompensationReplacementDataType
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the jobCode property.
| value | Allowed object is String |
|---|
Sets the value of the jobProfileBasicData property.
| value | Allowed object is
JobProfileBasicDataType
|
|---|
Sets the value of the jobProfileCompensationData property.
| value | Allowed object is
JobProfileCompensationDataType
|
|---|
Sets the value of the qualificationReplacementData property.
| value | Allowed object is
QualificationDataForPositionRestrictionOrJobProfileType
|
|---|