| java.lang.Object | |
| ↳ | workday.com.bsvc.CompensationDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| summaryCompensationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the summaryCompensationData property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the summaryCompensationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the effectiveDate property.
Gets the value of the summaryCompensationData property.
CompensationSummaryDataType
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the summaryCompensationData property.
| value | Allowed object is
CompensationSummaryDataType
|
|---|

