| java.lang.Object | |
| ↳ | com.workday.compensation.AssignEligiblePeriodActivitiesForEmployeeDataType |
Wrapper Element for the Assign Employee's ligible Activities business process.
Java class for Assign_Eligible_Period_Activities_for_Employee_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Assign_Eligible_Period_Activities_for_Employee_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="Eligible_Activity_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType"/>
<element name="Eligible_Period_Activities_Sub_Data" type="{urn:com.workday/bsvc}Period_Activity_Eligibility_Entry_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eligibleActivityDate | |||||||||||
| eligiblePeriodActivitiesSubData | |||||||||||
| employeeReference | |||||||||||
| positionReference | |||||||||||
| reasonReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eligibleActivityDate property.
| |||||||||||
Gets the value of the eligiblePeriodActivitiesSubData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Sets the value of the eligibleActivityDate property.
| |||||||||||
Sets the value of the eligiblePeriodActivitiesSubData property.
| |||||||||||
Sets the value of the employeeReference 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 eligibleActivityDate property.
Gets the value of the eligiblePeriodActivitiesSubData 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 eligiblePeriodActivitiesSubData property.
For example, to add a new item, do as follows:
getEligiblePeriodActivitiesSubData().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodActivityEligibilityEntryDataType
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the reasonReference property.
EventClassificationSubcategoryObjectType
Sets the value of the eligibleActivityDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eligiblePeriodActivitiesSubData property.
| eligiblePeriodActivitiesSubData | Allowed object is
PeriodActivityEligibilityEntryDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|