public class

EmployeeDeduction

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

Class Overview

Java class for EmployeeDeduction complex type.

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

 <complexType name="EmployeeDeduction">
   <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="rate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="limit" 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 XMLGregorianCalendar effectiveDate
protected XMLGregorianCalendar expirationDate
protected Boolean inactive
protected Double limit
protected RecordRef payrollItem
protected String rate
Public Constructors
EmployeeDeduction()
Public Methods
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 getLimit()
Gets the value of the limit property.
RecordRef getPayrollItem()
Gets the value of the payrollItem property.
String getRate()
Gets the value of the rate 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 setLimit(Double value)
Sets the value of the limit property.
void setPayrollItem(RecordRef value)
Sets the value of the payrollItem property.
void setRate(String value)
Sets the value of the rate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar effectiveDate

protected XMLGregorianCalendar expirationDate

protected Boolean inactive

protected Double limit

protected RecordRef payrollItem

protected String rate

Public Constructors

public EmployeeDeduction ()

Public Methods

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 getLimit ()

Gets the value of the limit property.

Returns
  • possible object is Double

public RecordRef getPayrollItem ()

Gets the value of the payrollItem property.

Returns

public String getRate ()

Gets the value of the rate property.

Returns
  • possible object is String

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 setLimit (Double value)

Sets the value of the limit 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 setRate (String value)

Sets the value of the rate property.

Parameters
value Allowed object is String