public class

PayrollItem

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.lists.employees_2013_2.PayrollItem

Class Overview

Java class for PayrollItem complex type.

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

 <complexType name="PayrollItem">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="itemType" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vendor" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="expenseAccount" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="liabilityAccount" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="employeePaid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomFieldList customFieldList
protected Boolean employeePaid
protected RecordRef expenseAccount
protected String externalId
protected Boolean inactive
protected String internalId
protected RecordRef itemType
protected RecordRef liabilityAccount
protected String name
protected RecordRef subsidiary
protected RecordRef vendor
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
PayrollItem()
Public Methods
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
Boolean getEmployeePaid()
Gets the value of the employeePaid property.
RecordRef getExpenseAccount()
Gets the value of the expenseAccount property.
String getExternalId()
Gets the value of the externalId property.
Boolean getInactive()
Gets the value of the inactive property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getItemType()
Gets the value of the itemType property.
RecordRef getLiabilityAccount()
Gets the value of the liabilityAccount property.
String getName()
Gets the value of the name property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
RecordRef getVendor()
Gets the value of the vendor property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setEmployeePaid(Boolean value)
Sets the value of the employeePaid property.
void setExpenseAccount(RecordRef value)
Sets the value of the expenseAccount property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItemType(RecordRef value)
Sets the value of the itemType property.
void setLiabilityAccount(RecordRef value)
Sets the value of the liabilityAccount property.
void setName(String value)
Sets the value of the name property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setVendor(RecordRef value)
Sets the value of the vendor property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected CustomFieldList customFieldList

protected Boolean employeePaid

protected RecordRef expenseAccount

protected String externalId

protected Boolean inactive

protected String internalId

protected RecordRef itemType

protected RecordRef liabilityAccount

protected String name

protected RecordRef subsidiary

protected RecordRef vendor

Public Constructors

public PayrollItem ()

Public Methods

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public Boolean getEmployeePaid ()

Gets the value of the employeePaid property. This getter has been renamed from isEmployeePaid() to getEmployeePaid() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRef getExpenseAccount ()

Gets the value of the expenseAccount property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

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 String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getItemType ()

Gets the value of the itemType property.

Returns

public RecordRef getLiabilityAccount ()

Gets the value of the liabilityAccount property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public RecordRef getVendor ()

Gets the value of the vendor property.

Returns

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setEmployeePaid (Boolean value)

Sets the value of the employeePaid property.

Parameters
value Allowed object is Boolean

public void setExpenseAccount (RecordRef value)

Sets the value of the expenseAccount property.

Parameters
value Allowed object is RecordRef

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setItemType (RecordRef value)

Sets the value of the itemType property.

Parameters
value Allowed object is RecordRef

public void setLiabilityAccount (RecordRef value)

Sets the value of the liabilityAccount property.

Parameters
value Allowed object is RecordRef

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

public void setVendor (RecordRef value)

Sets the value of the vendor property.

Parameters
value Allowed object is RecordRef