public class

AssignEligiblePeriodActivitiesForEmployeeDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.AssignEligiblePeriodActivitiesForEmployeeDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar eligibleActivityDate
protected List<PeriodActivityEligibilityEntryDataType> eligiblePeriodActivitiesSubData
protected EmployeeObjectType employeeReference
protected PositionElementObjectType positionReference
protected EventClassificationSubcategoryObjectType reasonReference
Public Constructors
AssignEligiblePeriodActivitiesForEmployeeDataType()
Public Methods
XMLGregorianCalendar getEligibleActivityDate()
Gets the value of the eligibleActivityDate property.
List<PeriodActivityEligibilityEntryDataType> getEligiblePeriodActivitiesSubData()
Gets the value of the eligiblePeriodActivitiesSubData property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
EventClassificationSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
void setEligibleActivityDate(XMLGregorianCalendar value)
Sets the value of the eligibleActivityDate property.
void setEligiblePeriodActivitiesSubData(List<PeriodActivityEligibilityEntryDataType> eligiblePeriodActivitiesSubData)
Sets the value of the eligiblePeriodActivitiesSubData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the reasonReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar eligibleActivityDate

protected List<PeriodActivityEligibilityEntryDataType> eligiblePeriodActivitiesSubData

protected EmployeeObjectType employeeReference

protected PositionElementObjectType positionReference

protected EventClassificationSubcategoryObjectType reasonReference

Public Constructors

public AssignEligiblePeriodActivitiesForEmployeeDataType ()

Public Methods

public XMLGregorianCalendar getEligibleActivityDate ()

Gets the value of the eligibleActivityDate property.

Returns
  • possible object is XMLGregorianCalendar

public List<PeriodActivityEligibilityEntryDataType> getEligiblePeriodActivitiesSubData ()

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

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public EventClassificationSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public void setEligibleActivityDate (XMLGregorianCalendar value)

Sets the value of the eligibleActivityDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEligiblePeriodActivitiesSubData (List<PeriodActivityEligibilityEntryDataType> eligiblePeriodActivitiesSubData)

Sets the value of the eligiblePeriodActivitiesSubData property.

Parameters
eligiblePeriodActivitiesSubData Allowed object is PeriodActivityEligibilityEntryDataType

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType