| java.lang.Object | |
| ↳ | com.workday.compensation.PeriodActivityPayAssignmentsDataType |
Contains Period Activity Assignment information for a given Worker and Period range in a format suitable for constructing a Manage Period Activity Pay operation request.
Java class for Period_Activity_Pay_Assignments_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period_Activity_Pay_Assignments_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<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="Academic_Period_Reference" type="{urn:com.workday/bsvc}Academic_PeriodObjectType"/>
<element name="Period_Activity_Rate_Matrix_Reference" type="{urn:com.workday/bsvc}Period_Activity_Rate_MatrixObjectType"/>
<element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType"/>
<element name="Period_Activity_Pay_Assignment" type="{urn:com.workday/bsvc}Period_Activity_Pay_Assignment_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicPeriodReference | |||||||||||
| effectiveDate | |||||||||||
| employeeReference | |||||||||||
| periodActivityPayAssignment | |||||||||||
| periodActivityRateMatrixReference | |||||||||||
| positionReference | |||||||||||
| reasonReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the academicPeriodReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the periodActivityPayAssignment property.
| |||||||||||
Gets the value of the periodActivityRateMatrixReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Sets the value of the academicPeriodReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the periodActivityPayAssignment property.
| |||||||||||
Sets the value of the periodActivityRateMatrixReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the academicPeriodReference property.
AcademicPeriodObjectType
Gets the value of the effectiveDate property.
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the periodActivityPayAssignment 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 periodActivityPayAssignment property.
For example, to add a new item, do as follows:
getPeriodActivityPayAssignment().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodActivityPayAssignmentDataType
Gets the value of the periodActivityRateMatrixReference property.
PeriodActivityRateMatrixObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the reasonReference property.
EventClassificationSubcategoryObjectType
Sets the value of the academicPeriodReference property.
| value | Allowed object is
AcademicPeriodObjectType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the periodActivityPayAssignment property.
| periodActivityPayAssignment | Allowed object is
PeriodActivityPayAssignmentDataType
|
|---|
Sets the value of the periodActivityRateMatrixReference property.
| value | Allowed object is
PeriodActivityRateMatrixObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|