public class

CompensationSummaryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CompensationSummaryDataType

Class Overview

Encapsulating element containg a brief summary of Compensation data.

Java class for Compensation_Summary_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Compensation_Summary_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Total_Compensation" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <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="Currency_Reference" type="{urn:com.workday/bsvc}Currency_Reference_DataType" minOccurs="0"/>
         <element name="Frequency_Reference" type="{urn:com.workday/bsvc}Frequency_Reference_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CurrencyReferenceDataType currencyReference
protected FrequencyReferenceDataType frequencyReference
protected BigDecimal totalBasePay
protected BigDecimal totalCompensation
Public Constructors
CompensationSummaryDataType()
Public Methods
CurrencyReferenceDataType getCurrencyReference()
Gets the value of the currencyReference property.
FrequencyReferenceDataType getFrequencyReference()
Gets the value of the frequencyReference property.
BigDecimal getTotalBasePay()
Gets the value of the totalBasePay property.
BigDecimal getTotalCompensation()
Gets the value of the totalCompensation property.
void setCurrencyReference(CurrencyReferenceDataType value)
Sets the value of the currencyReference property.
void setFrequencyReference(FrequencyReferenceDataType value)
Sets the value of the frequencyReference property.
void setTotalBasePay(BigDecimal value)
Sets the value of the totalBasePay property.
void setTotalCompensation(BigDecimal value)
Sets the value of the totalCompensation property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CurrencyReferenceDataType currencyReference

protected FrequencyReferenceDataType frequencyReference

protected BigDecimal totalBasePay

protected BigDecimal totalCompensation

Public Constructors

public CompensationSummaryDataType ()

Public Methods

public CurrencyReferenceDataType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public FrequencyReferenceDataType getFrequencyReference ()

Gets the value of the frequencyReference property.

Returns

public BigDecimal getTotalBasePay ()

Gets the value of the totalBasePay property.

Returns
  • possible object is BigDecimal

public BigDecimal getTotalCompensation ()

Gets the value of the totalCompensation property.

Returns
  • possible object is BigDecimal

public void setCurrencyReference (CurrencyReferenceDataType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyReferenceDataType

public void setFrequencyReference (FrequencyReferenceDataType value)

Sets the value of the frequencyReference property.

Parameters
value Allowed object is FrequencyReferenceDataType

public void setTotalBasePay (BigDecimal value)

Sets the value of the totalBasePay property.

Parameters
value Allowed object is BigDecimal

public void setTotalCompensation (BigDecimal value)

Sets the value of the totalCompensation property.

Parameters
value Allowed object is BigDecimal