public class

CompensationDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CompensationDataType

Class Overview

Encapsulating element containg all Compensation Data.

Java class for Compensation_DataType complex type.

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

 <complexType name="Compensation_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Summary_Compensation_Data" type="{urn:com.workday/bsvc}Compensation_Summary_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar effectiveDate
protected CompensationSummaryDataType summaryCompensationData
Public Constructors
CompensationDataType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
CompensationSummaryDataType getSummaryCompensationData()
Gets the value of the summaryCompensationData property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setSummaryCompensationData(CompensationSummaryDataType value)
Sets the value of the summaryCompensationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar effectiveDate

protected CompensationSummaryDataType summaryCompensationData

Public Constructors

public CompensationDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public CompensationSummaryDataType getSummaryCompensationData ()

Gets the value of the summaryCompensationData property.

Returns

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSummaryCompensationData (CompensationSummaryDataType value)

Sets the value of the summaryCompensationData property.

Parameters
value Allowed object is CompensationSummaryDataType