public class

EmployeeAccruedTime

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.employees_2013_2.EmployeeAccruedTime

Class Overview

Java class for EmployeeAccruedTime complex type.

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

 <complexType name="EmployeeAccruedTime">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="payrollItem" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="accruedHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="accrualRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="monetaryRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="resetAccruedHoursAtYearEnd" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="accrualMethod" type="{urn:types.employees_2013_2.lists.webservices.netsuite.com}EmployeeAccruedTimeAccrualMethod" minOccurs="0"/>
         <element name="maximumAccruedHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeAccruedTimeAccrualMethod accrualMethod
protected Double accrualRate
protected Double accruedHours
protected XMLGregorianCalendar effectiveDate
protected XMLGregorianCalendar expirationDate
protected Boolean inactive
protected Double maximumAccruedHours
protected Double monetaryRate
protected RecordRef payrollItem
protected Boolean resetAccruedHoursAtYearEnd
Public Constructors
EmployeeAccruedTime()
Public Methods
EmployeeAccruedTimeAccrualMethod getAccrualMethod()
Gets the value of the accrualMethod property.
Double getAccrualRate()
Gets the value of the accrualRate property.
Double getAccruedHours()
Gets the value of the accruedHours property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
Boolean getInactive()
Gets the value of the inactive property.
Double getMaximumAccruedHours()
Gets the value of the maximumAccruedHours property.
Double getMonetaryRate()
Gets the value of the monetaryRate property.
RecordRef getPayrollItem()
Gets the value of the payrollItem property.
Boolean getResetAccruedHoursAtYearEnd()
Gets the value of the resetAccruedHoursAtYearEnd property.
void setAccrualMethod(EmployeeAccruedTimeAccrualMethod value)
Sets the value of the accrualMethod property.
void setAccrualRate(Double value)
Sets the value of the accrualRate property.
void setAccruedHours(Double value)
Sets the value of the accruedHours property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setMaximumAccruedHours(Double value)
Sets the value of the maximumAccruedHours property.
void setMonetaryRate(Double value)
Sets the value of the monetaryRate property.
void setPayrollItem(RecordRef value)
Sets the value of the payrollItem property.
void setResetAccruedHoursAtYearEnd(Boolean value)
Sets the value of the resetAccruedHoursAtYearEnd property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EmployeeAccruedTimeAccrualMethod accrualMethod

protected Double accrualRate

protected Double accruedHours

protected XMLGregorianCalendar effectiveDate

protected XMLGregorianCalendar expirationDate

protected Boolean inactive

protected Double maximumAccruedHours

protected Double monetaryRate

protected RecordRef payrollItem

protected Boolean resetAccruedHoursAtYearEnd

Public Constructors

public EmployeeAccruedTime ()

Public Methods

public EmployeeAccruedTimeAccrualMethod getAccrualMethod ()

Gets the value of the accrualMethod property.

Returns

public Double getAccrualRate ()

Gets the value of the accrualRate property.

Returns
  • possible object is Double

public Double getAccruedHours ()

Gets the value of the accruedHours property.

Returns
  • possible object is Double

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Double getMaximumAccruedHours ()

Gets the value of the maximumAccruedHours property.

Returns
  • possible object is Double

public Double getMonetaryRate ()

Gets the value of the monetaryRate property.

Returns
  • possible object is Double

public RecordRef getPayrollItem ()

Gets the value of the payrollItem property.

Returns

public Boolean getResetAccruedHoursAtYearEnd ()

Gets the value of the resetAccruedHoursAtYearEnd property. This getter has been renamed from isResetAccruedHoursAtYearEnd() to getResetAccruedHoursAtYearEnd() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAccrualMethod (EmployeeAccruedTimeAccrualMethod value)

Sets the value of the accrualMethod property.

Parameters
value Allowed object is EmployeeAccruedTimeAccrualMethod

public void setAccrualRate (Double value)

Sets the value of the accrualRate property.

Parameters
value Allowed object is Double

public void setAccruedHours (Double value)

Sets the value of the accruedHours property.

Parameters
value Allowed object is Double

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setMaximumAccruedHours (Double value)

Sets the value of the maximumAccruedHours property.

Parameters
value Allowed object is Double

public void setMonetaryRate (Double value)

Sets the value of the monetaryRate property.

Parameters
value Allowed object is Double

public void setPayrollItem (RecordRef value)

Sets the value of the payrollItem property.

Parameters
value Allowed object is RecordRef

public void setResetAccruedHoursAtYearEnd (Boolean value)

Sets the value of the resetAccruedHoursAtYearEnd property.

Parameters
value Allowed object is Boolean