| java.lang.Object | |
| ↳ | com.workday.absence.TimeOffPlanBalanceType |
Time Off Plan Balance
Java class for Time_Off_Plan_BalanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Time_Off_Plan_BalanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Time_Off_Plan_Balance_Data" type="{urn:com.workday/bsvc}Time_Off_Plan_Balance_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReference | |||||||||||
| timeOffPlanBalanceData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the timeOffPlanBalanceData property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the timeOffPlanBalanceData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeReference property.
WorkerObjectType
Gets the value of the timeOffPlanBalanceData property.
TimeOffPlanBalanceDataType
Sets the value of the employeeReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the timeOffPlanBalanceData property.
| value | Allowed object is
TimeOffPlanBalanceDataType
|
|---|