| java.lang.Object | |
| ↳ | com.workday.payrollinterface.CompensatableSummaryAmountDataType |
Data element containing summary compensation information for the worker.
Java class for Compensatable_Summary_Amount_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensatable_Summary_Amount_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Total_Base_Pay" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Total_Salary_and_Allowances" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Primary_Compensation_Basis" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyReference | |||||||||||
| frequencyReference | |||||||||||
| primaryCompensationBasis | |||||||||||
| totalBasePay | |||||||||||
| totalSalaryAndAllowances | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the primaryCompensationBasis property.
| |||||||||||
Gets the value of the totalBasePay property.
| |||||||||||
Gets the value of the totalSalaryAndAllowances property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the primaryCompensationBasis property.
| |||||||||||
Sets the value of the totalBasePay property.
| |||||||||||
Sets the value of the totalSalaryAndAllowances property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the primaryCompensationBasis property.
Gets the value of the totalBasePay property.
Gets the value of the totalSalaryAndAllowances property.
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the primaryCompensationBasis property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the totalBasePay property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the totalSalaryAndAllowances property.
| value | Allowed object is BigDecimal |
|---|