| java.lang.Object | |
| ↳ | com.workday.absence.TimeOffPlanBalanceRecordType |
Time Off Plan Balance Record
Java class for Time_Off_Plan_Balance_RecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Time_Off_Plan_Balance_RecordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Time_Off_Plan_Reference" type="{urn:com.workday/bsvc}Absence_Plan__All_ObjectType"/>
<element name="Unit_of_Time_Reference" type="{urn:com.workday/bsvc}Unit_of_TimeObjectType"/>
<element name="Time_Off_Plan_Balance_Position_Record" type="{urn:com.workday/bsvc}Time_Off_Plan_Balance_Position_RecordType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| timeOffPlanBalancePositionRecord | |||||||||||
| timeOffPlanReference | |||||||||||
| unitOfTimeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the timeOffPlanBalancePositionRecord property.
| |||||||||||
Gets the value of the timeOffPlanReference property.
| |||||||||||
Gets the value of the unitOfTimeReference property.
| |||||||||||
Sets the value of the timeOffPlanBalancePositionRecord property.
| |||||||||||
Sets the value of the timeOffPlanReference property.
| |||||||||||
Sets the value of the unitOfTimeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the timeOffPlanBalancePositionRecord 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 timeOffPlanBalancePositionRecord property.
For example, to add a new item, do as follows:
getTimeOffPlanBalancePositionRecord().add(newItem);
Objects of the following type(s) are allowed in the list
TimeOffPlanBalancePositionRecordType
Gets the value of the timeOffPlanReference property.
AbsencePlanAllObjectType
Gets the value of the unitOfTimeReference property.
UnitOfTimeObjectType
Sets the value of the timeOffPlanBalancePositionRecord property.
| timeOffPlanBalancePositionRecord | Allowed object is
TimeOffPlanBalancePositionRecordType
|
|---|
Sets the value of the timeOffPlanReference property.
| value | Allowed object is
AbsencePlanAllObjectType
|
|---|
Sets the value of the unitOfTimeReference property.
| value | Allowed object is
UnitOfTimeObjectType
|
|---|