public class

AddAcademicAppointmentDataType

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

Class Overview

Wrapper element for the Add Academic Appointment business process.

Java class for Add_Academic_Appointment_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected AcademicAppointmentSnapshotDataType academicAppointmentData
protected GeneralEventSubcategoryObjectType reasonReference
protected WorkerObjectType workerReference
Public Constructors
AddAcademicAppointmentDataType()
Public Methods
AcademicAppointmentSnapshotDataType getAcademicAppointmentData()
Gets the value of the academicAppointmentData property.
GeneralEventSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setAcademicAppointmentData(AcademicAppointmentSnapshotDataType value)
Sets the value of the academicAppointmentData property.
void setReasonReference(GeneralEventSubcategoryObjectType value)
Sets the value of the reasonReference 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 AcademicAppointmentSnapshotDataType academicAppointmentData

protected GeneralEventSubcategoryObjectType reasonReference

protected WorkerObjectType workerReference

Public Constructors

public AddAcademicAppointmentDataType ()

Public Methods

public AcademicAppointmentSnapshotDataType getAcademicAppointmentData ()

Gets the value of the academicAppointmentData property.

Returns

public GeneralEventSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setAcademicAppointmentData (AcademicAppointmentSnapshotDataType value)

Sets the value of the academicAppointmentData property.

Parameters
value Allowed object is AcademicAppointmentSnapshotDataType

public void setReasonReference (GeneralEventSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is GeneralEventSubcategoryObjectType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType