| java.lang.Object | |
| ↳ | com.workday.hr.JobProfileCompensationDataType |
Element contains Compensation related data for the Job Profile. Currently, only an optional Compensation Grade association for the Job Profile is available.
Java class for Job_Profile_Compensation_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_Compensation_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Grade_Reference" type="{urn:com.workday/bsvc}Compensation_GradeObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationGradeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationGradeReference property.
| |||||||||||
Sets the value of the compensationGradeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the compensationGradeReference property.
CompensationGradeObjectType
Sets the value of the compensationGradeReference property.
| value | Allowed object is
CompensationGradeObjectType
|
|---|

