public class

PayrollItemSearchBasic

extends SearchRecordBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.PayrollItemSearchBasic

Class Overview

Java class for PayrollItemSearchBasic complex type.

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

 <complexType name="PayrollItemSearchBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
       <sequence>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="expenseAccount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="itemTypeNoHierarchy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="liabilityAccount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="masterPayCode" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="vendor" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchCustomFieldList customFieldList
protected SearchMultiSelectField expenseAccount
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchEnumMultiSelectField itemTypeNoHierarchy
protected SearchMultiSelectField liabilityAccount
protected SearchMultiSelectField masterPayCode
protected SearchStringField name
protected SearchMultiSelectField subsidiary
protected SearchMultiSelectField vendor
Public Constructors
PayrollItemSearchBasic()
Public Methods
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchMultiSelectField getExpenseAccount()
Gets the value of the expenseAccount property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchEnumMultiSelectField getItemTypeNoHierarchy()
Gets the value of the itemTypeNoHierarchy property.
SearchMultiSelectField getLiabilityAccount()
Gets the value of the liabilityAccount property.
SearchMultiSelectField getMasterPayCode()
Gets the value of the masterPayCode property.
SearchStringField getName()
Gets the value of the name property.
SearchMultiSelectField getSubsidiary()
Gets the value of the subsidiary property.
SearchMultiSelectField getVendor()
Gets the value of the vendor property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setExpenseAccount(SearchMultiSelectField value)
Sets the value of the expenseAccount property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setItemTypeNoHierarchy(SearchEnumMultiSelectField value)
Sets the value of the itemTypeNoHierarchy property.
void setLiabilityAccount(SearchMultiSelectField value)
Sets the value of the liabilityAccount property.
void setMasterPayCode(SearchMultiSelectField value)
Sets the value of the masterPayCode property.
void setName(SearchStringField value)
Sets the value of the name property.
void setSubsidiary(SearchMultiSelectField value)
Sets the value of the subsidiary property.
void setVendor(SearchMultiSelectField value)
Sets the value of the vendor property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchCustomFieldList customFieldList

protected SearchMultiSelectField expenseAccount

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchEnumMultiSelectField itemTypeNoHierarchy

protected SearchMultiSelectField liabilityAccount

protected SearchMultiSelectField masterPayCode

protected SearchStringField name

protected SearchMultiSelectField subsidiary

protected SearchMultiSelectField vendor

Public Constructors

public PayrollItemSearchBasic ()

Public Methods

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchMultiSelectField getExpenseAccount ()

Gets the value of the expenseAccount property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchEnumMultiSelectField getItemTypeNoHierarchy ()

Gets the value of the itemTypeNoHierarchy property.

Returns

public SearchMultiSelectField getLiabilityAccount ()

Gets the value of the liabilityAccount property.

Returns

public SearchMultiSelectField getMasterPayCode ()

Gets the value of the masterPayCode property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public SearchMultiSelectField getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public SearchMultiSelectField getVendor ()

Gets the value of the vendor property.

Returns

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setExpenseAccount (SearchMultiSelectField value)

Sets the value of the expenseAccount property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setItemTypeNoHierarchy (SearchEnumMultiSelectField value)

Sets the value of the itemTypeNoHierarchy property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setLiabilityAccount (SearchMultiSelectField value)

Sets the value of the liabilityAccount property.

Parameters
value Allowed object is SearchMultiSelectField

public void setMasterPayCode (SearchMultiSelectField value)

Sets the value of the masterPayCode property.

Parameters
value Allowed object is SearchMultiSelectField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField

public void setSubsidiary (SearchMultiSelectField value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is SearchMultiSelectField

public void setVendor (SearchMultiSelectField value)

Sets the value of the vendor property.

Parameters
value Allowed object is SearchMultiSelectField