| java.lang.Object | |
| ↳ | com.workday.compensation.BasePayPlanDataType |
Base Pay Plan Data consists of common information from the following Base Pay Plans: Salary, Hourly, and Unit.
Java class for Base_Pay_Plan_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Base_Pay_Plan_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Element_Reference" type="{urn:com.workday/bsvc}Compensation_Pay_EarningObjectType"/>
<element name="Setup_Security_Segment_Reference" type="{urn:com.workday/bsvc}Compensation_Setup_Security_SegmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="Exclude_from_Merit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice>
<element name="Salary_Data" type="{urn:com.workday/bsvc}Salary_Plan_DataType"/>
<element name="Hourly_Data" type="{urn:com.workday/bsvc}Hourly_Plan_DataType"/>
<element name="Unit_Data" type="{urn:com.workday/bsvc}Unit_Salary_Plan_DataType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationElementReference | |||||||||||
| currencyReference | |||||||||||
| excludeFromMerit | |||||||||||
| frequencyReference | |||||||||||
| hourlyData | |||||||||||
| salaryData | |||||||||||
| setupSecuritySegmentReference | |||||||||||
| unitData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationElementReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the excludeFromMerit property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the hourlyData property.
| |||||||||||
Gets the value of the salaryData property.
| |||||||||||
Gets the value of the setupSecuritySegmentReference property.
| |||||||||||
Gets the value of the unitData property.
| |||||||||||
Sets the value of the compensationElementReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the excludeFromMerit property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the hourlyData property.
| |||||||||||
Sets the value of the salaryData property.
| |||||||||||
Sets the value of the setupSecuritySegmentReference property.
| |||||||||||
Sets the value of the unitData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationElementReference property.
CompensationPayEarningObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the excludeFromMerit property. This getter has been renamed from isExcludeFromMerit() to getExcludeFromMerit() by cxf-xjc-boolean plugin.
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the hourlyData property.
HourlyPlanDataType
Gets the value of the salaryData property.
SalaryPlanDataType
Gets the value of the setupSecuritySegmentReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the setupSecuritySegmentReference property.
For example, to add a new item, do as follows:
getSetupSecuritySegmentReference().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationSetupSecuritySegmentObjectType
Gets the value of the unitData property.
UnitSalaryPlanDataType
Sets the value of the compensationElementReference property.
| value | Allowed object is
CompensationPayEarningObjectType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the excludeFromMerit property.
| value | Allowed object is Boolean |
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the hourlyData property.
| value | Allowed object is
HourlyPlanDataType
|
|---|
Sets the value of the salaryData property.
| value | Allowed object is
SalaryPlanDataType
|
|---|
Sets the value of the setupSecuritySegmentReference property.
| setupSecuritySegmentReference | Allowed object is
CompensationSetupSecuritySegmentObjectType
|
|---|
Sets the value of the unitData property.
| value | Allowed object is
UnitSalaryPlanDataType
|
|---|