| java.lang.Object | |
| ↳ | com.workday.compensation.RequestEmployeeMeritAdjustmentDataType |
Wrapper Element for the Request Employee Merit Adjustment business process.
Java class for Request_Employee_Merit_Adjustment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request_Employee_Merit_Adjustment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Merit_Increase_Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Merit_Plan_Reference" type="{urn:com.workday/bsvc}Merit_PlanObjectType" minOccurs="0"/>
<element name="Merit_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
<element name="Employee_Merit_Adjustment_Sub_Data" type="{urn:com.workday/bsvc}Employee_Merit_Adjustment_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeMeritAdjustmentSubData | |||||||||||
| employeeReference | |||||||||||
| meritIncreaseEffectiveDate | |||||||||||
| meritPlanReference | |||||||||||
| meritReasonReference | |||||||||||
| positionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeMeritAdjustmentSubData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the meritIncreaseEffectiveDate property.
| |||||||||||
Gets the value of the meritPlanReference property.
| |||||||||||
Gets the value of the meritReasonReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Sets the value of the employeeMeritAdjustmentSubData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the meritIncreaseEffectiveDate property.
| |||||||||||
Sets the value of the meritPlanReference property.
| |||||||||||
Sets the value of the meritReasonReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeMeritAdjustmentSubData 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 employeeMeritAdjustmentSubData property.
For example, to add a new item, do as follows:
getEmployeeMeritAdjustmentSubData().add(newItem);
Objects of the following type(s) are allowed in the list
EmployeeMeritAdjustmentDataType
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the meritIncreaseEffectiveDate property.
Gets the value of the meritPlanReference property.
MeritPlanObjectType
Gets the value of the meritReasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Sets the value of the employeeMeritAdjustmentSubData property.
| employeeMeritAdjustmentSubData | Allowed object is
EmployeeMeritAdjustmentDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the meritIncreaseEffectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the meritPlanReference property.
| value | Allowed object is
MeritPlanObjectType
|
|---|
Sets the value of the meritReasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|