public class

TimeOffPlanBalancePositionRecordType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.absence.TimeOffPlanBalancePositionRecordType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected PositionObjectType positionReference
protected BigDecimal timeOffPlanBalance
Public Constructors
TimeOffPlanBalancePositionRecordType()
Public Methods
PositionObjectType getPositionReference()
Gets the value of the positionReference property.
BigDecimal getTimeOffPlanBalance()
Gets the value of the timeOffPlanBalance property.
void setPositionReference(PositionObjectType value)
Sets the value of the positionReference property.
void setTimeOffPlanBalance(BigDecimal value)
Sets the value of the timeOffPlanBalance property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PositionObjectType positionReference

protected BigDecimal timeOffPlanBalance

Public Constructors

public TimeOffPlanBalancePositionRecordType ()

Public Methods

public PositionObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public BigDecimal getTimeOffPlanBalance ()

Gets the value of the timeOffPlanBalance property.

Returns
  • possible object is BigDecimal

public void setPositionReference (PositionObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionObjectType

public void setTimeOffPlanBalance (BigDecimal value)

Sets the value of the timeOffPlanBalance property.

Parameters
value Allowed object is BigDecimal