| java.lang.Object | |
| ↳ | com.workday.hr.UpdateAcademicAppointmentDataType |
Wrapper element for the Update Academic Appointment business process.
Java class for Update_Academic_Appointment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Update_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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicAppointmentData | |||||||||||
| reasonReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the academicAppointmentData property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the academicAppointmentData property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the academicAppointmentData property.
AcademicAppointmentSnapshotDataType
Gets the value of the reasonReference property.
GeneralEventSubcategoryObjectType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the academicAppointmentData property.
| value | Allowed object is
AcademicAppointmentSnapshotDataType
|
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
GeneralEventSubcategoryObjectType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

