| java.lang.Object | |
| ↳ | com.workday.recruiting.CompensatableGuidelinesDataType |
Data element containing the compensation guidelines for a compensation change.
Java class for Compensatable_Guidelines_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensatable_Guidelines_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Package_Reference" type="{urn:com.workday/bsvc}Compensation_PackageObjectType" minOccurs="0"/>
<element name="Compensation_Grade_Reference" type="{urn:com.workday/bsvc}Compensation_GradeObjectType" minOccurs="0"/>
<element name="Compensation_Grade_Profile_Reference" type="{urn:com.workday/bsvc}Compensation_Grade_ProfileObjectType" minOccurs="0"/>
<element name="Compensation_Step_Reference" type="{urn:com.workday/bsvc}Compensation_StepObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationGradeProfileReference property.
| |||||||||||
Gets the value of the compensationGradeReference property.
| |||||||||||
Gets the value of the compensationPackageReference property.
| |||||||||||
Gets the value of the compensationStepReference property.
| |||||||||||
Sets the value of the compensationGradeProfileReference property.
| |||||||||||
Sets the value of the compensationGradeReference property.
| |||||||||||
Sets the value of the compensationPackageReference property.
| |||||||||||
Sets the value of the compensationStepReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationGradeProfileReference property.
CompensationGradeProfileObjectType
Gets the value of the compensationGradeReference property.
CompensationGradeObjectType
Gets the value of the compensationPackageReference property.
CompensationPackageObjectType
Gets the value of the compensationStepReference property.
CompensationStepObjectType
Sets the value of the compensationGradeProfileReference property.
| value | Allowed object is
CompensationGradeProfileObjectType
|
|---|
Sets the value of the compensationGradeReference property.
| value | Allowed object is
CompensationGradeObjectType
|
|---|
Sets the value of the compensationPackageReference property.
| value | Allowed object is
CompensationPackageObjectType
|
|---|
Sets the value of the compensationStepReference property.
| value | Allowed object is
CompensationStepObjectType
|
|---|