public class

AcademicAppointmentResponseType

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

Class Overview

Top-level response element for Academic Appointment business process operations.

Java class for Academic_Appointment_ResponseType complex type.

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

 <complexType name="Academic_Appointment_ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Event_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <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"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AcademicAppointmentTrackObjectType academicAppointmentTrackReference
protected UniqueIdentifierObjectType eventReference
protected String version
protected WorkerObjectType workerReference
Public Constructors
AcademicAppointmentResponseType()
Public Methods
AcademicAppointmentTrackObjectType getAcademicAppointmentTrackReference()
Gets the value of the academicAppointmentTrackReference property.
UniqueIdentifierObjectType getEventReference()
Gets the value of the eventReference property.
String getVersion()
Gets the value of the version property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setAcademicAppointmentTrackReference(AcademicAppointmentTrackObjectType value)
Sets the value of the academicAppointmentTrackReference property.
void setEventReference(UniqueIdentifierObjectType value)
Sets the value of the eventReference property.
void setVersion(String value)
Sets the value of the version 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 UniqueIdentifierObjectType eventReference

protected String version

protected WorkerObjectType workerReference

Public Constructors

public AcademicAppointmentResponseType ()

Public Methods

public AcademicAppointmentTrackObjectType getAcademicAppointmentTrackReference ()

Gets the value of the academicAppointmentTrackReference property.

Returns

public UniqueIdentifierObjectType getEventReference ()

Gets the value of the eventReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

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 setEventReference (UniqueIdentifierObjectType value)

Sets the value of the eventReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType