| java.lang.Object | |
| ↳ | com.workday.absence.AdjustTimeOffDataType |
Contains adjustment data for the Adjust Time Off business process
Java class for Adjust_Time_Off_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Adjust_Time_Off_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Adjust_Time_Off_Entry_Data" type="{urn:com.workday/bsvc}Adjust_Time_Off_Entry_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adjustTimeOffEntryData | |||||||||||
| employeeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the adjustTimeOffEntryData property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Sets the value of the adjustTimeOffEntryData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the adjustTimeOffEntryData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the adjustTimeOffEntryData property.
For example, to add a new item, do as follows:
getAdjustTimeOffEntryData().add(newItem);
Objects of the following type(s) are allowed in the list
AdjustTimeOffEntryDataType
Gets the value of the employeeReference property.
EmployeeObjectType
Sets the value of the adjustTimeOffEntryData property.
| adjustTimeOffEntryData | Allowed object is
AdjustTimeOffEntryDataType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|