| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationGradeProfileType |
Contains a compensation grade profile and its associated data.
Java class for Compensation_Grade_ProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Grade_ProfileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Grade_Profile_Reference" type="{urn:com.workday/bsvc}Compensation_Grade_ProfileObjectType" minOccurs="0"/>
<element name="Compensation_Grade_Profile_Data" type="{urn:com.workday/bsvc}Compensation_Grade_Profile_DataType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationGradeProfileData | |||||||||||
| compensationGradeProfileReference | |||||||||||
| delete | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationGradeProfileData property.
| |||||||||||
Gets the value of the compensationGradeProfileReference property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Sets the value of the compensationGradeProfileData property.
| |||||||||||
Sets the value of the compensationGradeProfileReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationGradeProfileData property.
CompensationGradeProfileDataType
Gets the value of the compensationGradeProfileReference property.
CompensationGradeProfileObjectType
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Sets the value of the compensationGradeProfileData property.
| value | Allowed object is
CompensationGradeProfileDataType
|
|---|
Sets the value of the compensationGradeProfileReference property.
| value | Allowed object is
CompensationGradeProfileObjectType
|
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|