public class

EndAcademicAppointmentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.EndAcademicAppointmentDataType

Class Overview

Wrapper element for the End Academic Appointment business process.

Java class for End_Academic_Appointment_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="End_Academic_Appointment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Academic_Appointment_Track_Reference" type="{urn:com.workday/bsvc}Academic_Appointment_TrackObjectType" minOccurs="0"/>
         <element name="Reason_Reference" type="{urn:com.workday/bsvc}General_Event_SubcategoryObjectType"/>
         <element name="Track_End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AcademicAppointmentTrackObjectType academicAppointmentTrackReference
protected GeneralEventSubcategoryObjectType reasonReference
protected XMLGregorianCalendar trackEndDate
protected WorkerObjectType workerReference
Public Constructors
EndAcademicAppointmentDataType()
Public Methods
AcademicAppointmentTrackObjectType getAcademicAppointmentTrackReference()
Gets the value of the academicAppointmentTrackReference property.
GeneralEventSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
XMLGregorianCalendar getTrackEndDate()
Gets the value of the trackEndDate property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setAcademicAppointmentTrackReference(AcademicAppointmentTrackObjectType value)
Sets the value of the academicAppointmentTrackReference property.
void setReasonReference(GeneralEventSubcategoryObjectType value)
Sets the value of the reasonReference property.
void setTrackEndDate(XMLGregorianCalendar value)
Sets the value of the trackEndDate property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AcademicAppointmentTrackObjectType academicAppointmentTrackReference

protected GeneralEventSubcategoryObjectType reasonReference

protected XMLGregorianCalendar trackEndDate

protected WorkerObjectType workerReference

Public Constructors

public EndAcademicAppointmentDataType ()

Public Methods

public AcademicAppointmentTrackObjectType getAcademicAppointmentTrackReference ()

Gets the value of the academicAppointmentTrackReference property.

Returns

public GeneralEventSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public XMLGregorianCalendar getTrackEndDate ()

Gets the value of the trackEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setAcademicAppointmentTrackReference (AcademicAppointmentTrackObjectType value)

Sets the value of the academicAppointmentTrackReference property.

Parameters
value Allowed object is AcademicAppointmentTrackObjectType

public void setReasonReference (GeneralEventSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is GeneralEventSubcategoryObjectType

public void setTrackEndDate (XMLGregorianCalendar value)

Sets the value of the trackEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType