| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeTimeOffDataType |
Information on Time Off entry.
Java class for Payee_Time_Off_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Time_Off_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Time_Off_Reference" type="{urn:com.workday/bsvc}Time_Off__All_ObjectType"/>
<element name="Time_Off_Type_Reference" type="{urn:com.workday/bsvc}Time_Off_TypeObjectType"/>
<element name="Time_Off_Detail_Data" type="{urn:com.workday/bsvc}Payee_Time_Off_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| timeOffDetailData | |||||||||||
| timeOffReference | |||||||||||
| timeOffTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the timeOffDetailData property.
| |||||||||||
Gets the value of the timeOffReference property.
| |||||||||||
Gets the value of the timeOffTypeReference property.
| |||||||||||
Sets the value of the timeOffDetailData property.
| |||||||||||
Sets the value of the timeOffReference property.
| |||||||||||
Sets the value of the timeOffTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the timeOffDetailData 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 timeOffDetailData property.
For example, to add a new item, do as follows:
getTimeOffDetailData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeTimeOffDetailDataType
Gets the value of the timeOffReference property.
TimeOffAllObjectType
Gets the value of the timeOffTypeReference property.
TimeOffTypeObjectType
Sets the value of the timeOffDetailData property.
| timeOffDetailData | Allowed object is
PayeeTimeOffDetailDataType
|
|---|
Sets the value of the timeOffReference property.
| value | Allowed object is
TimeOffAllObjectType
|
|---|
Sets the value of the timeOffTypeReference property.
| value | Allowed object is
TimeOffTypeObjectType
|
|---|