| java.lang.Object | |
| ↳ | com.workday.hr.EndAcademicAppointmentDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicAppointmentTrackReference | |||||||||||
| reasonReference | |||||||||||
| trackEndDate | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the academicAppointmentTrackReference property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Gets the value of the trackEndDate property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the academicAppointmentTrackReference property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
Sets the value of the trackEndDate property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the academicAppointmentTrackReference property.
AcademicAppointmentTrackObjectType
Gets the value of the reasonReference property.
GeneralEventSubcategoryObjectType
Gets the value of the trackEndDate property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the academicAppointmentTrackReference property.
| value | Allowed object is
AcademicAppointmentTrackObjectType
|
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
GeneralEventSubcategoryObjectType
|
|---|
Sets the value of the trackEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|