| java.lang.Object | |
| ↳ | com.workday.absence.TimeOffPlanBalancePositionRecordType |
Time Off Plan Balance Position Record
Java class for Time_Off_Plan_Balance_Position_RecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Time_Off_Plan_Balance_Position_RecordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Reference" type="{urn:com.workday/bsvc}PositionObjectType" minOccurs="0"/>
<element name="Time_Off_Plan_Balance">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| positionReference | |||||||||||
| timeOffPlanBalance | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the timeOffPlanBalance property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the timeOffPlanBalance property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the positionReference property.
PositionObjectType
Gets the value of the timeOffPlanBalance property.
Sets the value of the positionReference property.
| value | Allowed object is
PositionObjectType
|
|---|
Sets the value of the timeOffPlanBalance property.
| value | Allowed object is BigDecimal |
|---|