| java.lang.Object | |
| ↳ | workday.com.bsvc.CompensatableSummaryDataType |
Wrapper element containing summary compensation information for a position. The information is in the position's compensation currency and frequency, annualized, and annualized in the default currency.
Java class for Compensatable_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensatable_Summary_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Compensation_Summary_Data" type="{urn:com.workday/bsvc}Compensatable_Summary_Amount_DataType" minOccurs="0"/>
<element name="Annualized_Summary_Data" type="{urn:com.workday/bsvc}Compensatable_Summary_Amount_Annualized_DataType" minOccurs="0"/>
<element name="Summary_Data_in_Pay_Group_Frequency" type="{urn:com.workday/bsvc}Compensatable_Summary_Amount_In_Target_Frequency_DataType" minOccurs="0"/>
<element name="Annualized_in_Reporting_Currency_Summary_Data" type="{urn:com.workday/bsvc}Compensatable_Summary_Amount_Annualized_In_Reporting_Currency_DataType" minOccurs="0"/>
<element name="Summary_Data_in_Hourly_Frequency" type="{urn:com.workday/bsvc}Compensatable_Summary_Amount_Hourly_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the annualizedInReportingCurrencySummaryData property.
CompensatableSummaryAmountAnnualizedInReportingCurrencyDataType
Gets the value of the annualizedSummaryData property.
CompensatableSummaryAmountAnnualizedDataType
Gets the value of the employeeCompensationSummaryData property.
CompensatableSummaryAmountDataType
Gets the value of the summaryDataInHourlyFrequency property.
CompensatableSummaryAmountHourlyDataType
Gets the value of the summaryDataInPayGroupFrequency property.
CompensatableSummaryAmountInTargetFrequencyDataType
Sets the value of the annualizedInReportingCurrencySummaryData property.
| value | Allowed object is
CompensatableSummaryAmountAnnualizedInReportingCurrencyDataType
|
|---|
Sets the value of the annualizedSummaryData property.
| value | Allowed object is
CompensatableSummaryAmountAnnualizedDataType
|
|---|
Sets the value of the employeeCompensationSummaryData property.
| value | Allowed object is
CompensatableSummaryAmountDataType
|
|---|
Sets the value of the summaryDataInHourlyFrequency property.
| value | Allowed object is
CompensatableSummaryAmountHourlyDataType
|
|---|
Sets the value of the summaryDataInPayGroupFrequency property.
| value | Allowed object is
CompensatableSummaryAmountInTargetFrequencyDataType
|
|---|

