public class

PayeeTimeOffDetailDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PayeeTimeOffDetailDataType

Class Overview

Details on Time Off entry.

Java class for Payee_Time_Off_Detail_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payee_Time_Off_Detail_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Paid_Hours" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="18"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Unpaid_Hours" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="18"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal paidHours
protected XMLGregorianCalendar periodEndDate
protected XMLGregorianCalendar periodStartDate
protected BigDecimal unpaidHours
Public Constructors
PayeeTimeOffDetailDataType()
Public Methods
BigDecimal getPaidHours()
Gets the value of the paidHours property.
XMLGregorianCalendar getPeriodEndDate()
Gets the value of the periodEndDate property.
XMLGregorianCalendar getPeriodStartDate()
Gets the value of the periodStartDate property.
BigDecimal getUnpaidHours()
Gets the value of the unpaidHours property.
void setPaidHours(BigDecimal value)
Sets the value of the paidHours property.
void setPeriodEndDate(XMLGregorianCalendar value)
Sets the value of the periodEndDate property.
void setPeriodStartDate(XMLGregorianCalendar value)
Sets the value of the periodStartDate property.
void setUnpaidHours(BigDecimal value)
Sets the value of the unpaidHours property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal paidHours

protected XMLGregorianCalendar periodEndDate

protected XMLGregorianCalendar periodStartDate

protected BigDecimal unpaidHours

Public Constructors

public PayeeTimeOffDetailDataType ()

Public Methods

public BigDecimal getPaidHours ()

Gets the value of the paidHours property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getPeriodEndDate ()

Gets the value of the periodEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getPeriodStartDate ()

Gets the value of the periodStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getUnpaidHours ()

Gets the value of the unpaidHours property.

Returns
  • possible object is BigDecimal

public void setPaidHours (BigDecimal value)

Sets the value of the paidHours property.

Parameters
value Allowed object is BigDecimal

public void setPeriodEndDate (XMLGregorianCalendar value)

Sets the value of the periodEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPeriodStartDate (XMLGregorianCalendar value)

Sets the value of the periodStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUnpaidHours (BigDecimal value)

Sets the value of the unpaidHours property.

Parameters
value Allowed object is BigDecimal