| java.lang.Object | |
| ↳ | com.workday.hr.EmployeeEmploymentInfoType |
Response element containing an instance of Employee and his/her Employment Information.
Java class for Employee_Employment_InfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Employment_InfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}Employee_ReferenceType"/>
<element name="Employee_Employment_Info_Data" type="{urn:com.workday/bsvc}Employee_Employment_Info_DataType" minOccurs="0"/>
</sequence>
<attribute name="As_Of_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfDate | |||||||||||
| asOfMoment | |||||||||||
| employeeEmploymentInfoData | |||||||||||
| employeeReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the asOfMoment property.
| |||||||||||
Gets the value of the employeeEmploymentInfoData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the asOfDate property.
| |||||||||||
Sets the value of the asOfMoment property.
| |||||||||||
Sets the value of the employeeEmploymentInfoData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the asOfDate property.
Gets the value of the asOfMoment property.
Gets the value of the employeeEmploymentInfoData property.
EmployeeEmploymentInfoDataType
Gets the value of the employeeReference property.
EmployeeReferenceType
Gets the value of the version property.
Sets the value of the asOfDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the asOfMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeEmploymentInfoData property.
| value | Allowed object is
EmployeeEmploymentInfoDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeReferenceType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|