| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationGradeType |
Contains a compensation grade and its associated data.
Java class for Compensation_GradeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_GradeType">
<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"/>
<element name="Compensation_Grade_Data" type="{urn:com.workday/bsvc}Compensation_Grade_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationGradeData | |||||||||||
| compensationGradeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationGradeData property.
| |||||||||||
Gets the value of the compensationGradeReference property.
| |||||||||||
Sets the value of the compensationGradeData property.
| |||||||||||
Sets the value of the compensationGradeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationGradeData property.
CompensationGradeDataType
Gets the value of the compensationGradeReference property.
CompensationGradeObjectType
Sets the value of the compensationGradeData property.
| value | Allowed object is
CompensationGradeDataType
|
|---|
Sets the value of the compensationGradeReference property.
| value | Allowed object is
CompensationGradeObjectType
|
|---|