public class

PayrollItemSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.PayrollItemSearchRowBasic

Class Overview

Java class for PayrollItemSearchRowBasic complex type.

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

 <complexType name="PayrollItemSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="expenseAccount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="itemTypeNoHierarchy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="liabilityAccount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="masterPayCode" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="vendor" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnStringField> expenseAccount
protected List<SearchColumnStringField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnStringField> itemTypeNoHierarchy
protected List<SearchColumnStringField> liabilityAccount
protected List<SearchColumnStringField> masterPayCode
protected List<SearchColumnStringField> name
protected List<SearchColumnStringField> vendor
Public Constructors
PayrollItemSearchRowBasic()
Public Methods
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnStringField> getExpenseAccount()
Gets the value of the expenseAccount property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnStringField> getItemTypeNoHierarchy()
Gets the value of the itemTypeNoHierarchy property.
List<SearchColumnStringField> getLiabilityAccount()
Gets the value of the liabilityAccount property.
List<SearchColumnStringField> getMasterPayCode()
Gets the value of the masterPayCode property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnStringField> getVendor()
Gets the value of the vendor property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setExpenseAccount(List<SearchColumnStringField> expenseAccount)
Sets the value of the expenseAccount property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setIsInactive(List<SearchColumnBooleanField> isInactive)
Sets the value of the isInactive property.
void setItemTypeNoHierarchy(List<SearchColumnStringField> itemTypeNoHierarchy)
Sets the value of the itemTypeNoHierarchy property.
void setLiabilityAccount(List<SearchColumnStringField> liabilityAccount)
Sets the value of the liabilityAccount property.
void setMasterPayCode(List<SearchColumnStringField> masterPayCode)
Sets the value of the masterPayCode property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
void setVendor(List<SearchColumnStringField> vendor)
Sets the value of the vendor property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnStringField> expenseAccount

protected List<SearchColumnStringField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnStringField> itemTypeNoHierarchy

protected List<SearchColumnStringField> liabilityAccount

protected List<SearchColumnStringField> masterPayCode

protected List<SearchColumnStringField> name

protected List<SearchColumnStringField> vendor

Public Constructors

public PayrollItemSearchRowBasic ()

Public Methods

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnStringField> getExpenseAccount ()

Gets the value of the expenseAccount property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the expenseAccount property.

For example, to add a new item, do as follows:

    getExpenseAccount().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnBooleanField> getIsInactive ()

Gets the value of the isInactive property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isInactive property.

For example, to add a new item, do as follows:

    getIsInactive().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnStringField> getItemTypeNoHierarchy ()

Gets the value of the itemTypeNoHierarchy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the itemTypeNoHierarchy property.

For example, to add a new item, do as follows:

    getItemTypeNoHierarchy().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getLiabilityAccount ()

Gets the value of the liabilityAccount property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the liabilityAccount property.

For example, to add a new item, do as follows:

    getLiabilityAccount().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getMasterPayCode ()

Gets the value of the masterPayCode property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the masterPayCode property.

For example, to add a new item, do as follows:

    getMasterPayCode().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getName ()

Gets the value of the name property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getVendor ()

Gets the value of the vendor property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the vendor property.

For example, to add a new item, do as follows:

    getVendor().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setExpenseAccount (List<SearchColumnStringField> expenseAccount)

Sets the value of the expenseAccount property.

Parameters
expenseAccount Allowed object is SearchColumnStringField

public void setExternalId (List<SearchColumnStringField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnStringField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setIsInactive (List<SearchColumnBooleanField> isInactive)

Sets the value of the isInactive property.

Parameters
isInactive Allowed object is SearchColumnBooleanField

public void setItemTypeNoHierarchy (List<SearchColumnStringField> itemTypeNoHierarchy)

Sets the value of the itemTypeNoHierarchy property.

Parameters
itemTypeNoHierarchy Allowed object is SearchColumnStringField

public void setLiabilityAccount (List<SearchColumnStringField> liabilityAccount)

Sets the value of the liabilityAccount property.

Parameters
liabilityAccount Allowed object is SearchColumnStringField

public void setMasterPayCode (List<SearchColumnStringField> masterPayCode)

Sets the value of the masterPayCode property.

Parameters
masterPayCode Allowed object is SearchColumnStringField

public void setName (List<SearchColumnStringField> name)

Sets the value of the name property.

Parameters
name Allowed object is SearchColumnStringField

public void setVendor (List<SearchColumnStringField> vendor)

Sets the value of the vendor property.

Parameters
vendor Allowed object is SearchColumnStringField