| java.lang.Object | |
| ↳ | com.workday.compensation.PeriodActivityAssignmentEventDataType |
Contains a reference to the Manage Period Activity Pay Assignments business process event and the assignment details.
Java class for Period_Activity_Assignment_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Period_Activity_Assignment_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period_Activity_Assignment_Event_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Employee__Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" minOccurs="0"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}PositionObjectType" minOccurs="0"/>
<element name="Academic_Period_Reference" type="{urn:com.workday/bsvc}Academic_PeriodObjectType" minOccurs="0"/>
<element name="Period_Activity_Rate_Matrix_Reference" type="{urn:com.workday/bsvc}Period_Activity_Rate_MatrixObjectType" minOccurs="0"/>
<element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
<element name="Period_Activity_Pay_Assignment" type="{urn:com.workday/bsvc}Period_Activity_Assignment_Version_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Period_Activity_Pay_Assignment_Removed" type="{urn:com.workday/bsvc}Period_Activity_Assignment_Deleted_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicPeriodReference | |||||||||||
| effectiveDate | |||||||||||
| employeeReference | |||||||||||
| periodActivityAssignmentEventReference | |||||||||||
| periodActivityPayAssignment | |||||||||||
| periodActivityPayAssignmentRemoved | |||||||||||
| 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 periodActivityAssignmentEventReference property.
| |||||||||||
Gets the value of the periodActivityPayAssignment property.
| |||||||||||
Gets the value of the periodActivityPayAssignmentRemoved 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 periodActivityAssignmentEventReference property.
| |||||||||||
Sets the value of the periodActivityPayAssignment property.
| |||||||||||
Sets the value of the periodActivityPayAssignmentRemoved 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 periodActivityAssignmentEventReference property.
UniqueIdentifierObjectType
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
PeriodActivityAssignmentVersionDataType
Gets the value of the periodActivityPayAssignmentRemoved 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 periodActivityPayAssignmentRemoved property.
For example, to add a new item, do as follows:
getPeriodActivityPayAssignmentRemoved().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodActivityAssignmentDeletedDataType
Gets the value of the periodActivityRateMatrixReference property.
PeriodActivityRateMatrixObjectType
Gets the value of the positionReference property.
PositionObjectType
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 periodActivityAssignmentEventReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the periodActivityPayAssignment property.
| periodActivityPayAssignment | Allowed object is
PeriodActivityAssignmentVersionDataType
|
|---|
Sets the value of the periodActivityPayAssignmentRemoved property.
| periodActivityPayAssignmentRemoved | Allowed object is
PeriodActivityAssignmentDeletedDataType
|
|---|
Sets the value of the periodActivityRateMatrixReference property.
| value | Allowed object is
PeriodActivityRateMatrixObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionObjectType
|
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|