| 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 | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customFieldList | |||||||||||
| expenseAccount | |||||||||||
| externalId | |||||||||||
| externalIdString | |||||||||||
| internalId | |||||||||||
| internalIdNumber | |||||||||||
| itemTypeNoHierarchy | |||||||||||
| liabilityAccount | |||||||||||
| masterPayCode | |||||||||||
| name | |||||||||||
| subsidiary | |||||||||||
| vendor | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the expenseAccount property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the externalIdString property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the internalIdNumber property.
| |||||||||||
Gets the value of the itemTypeNoHierarchy property.
| |||||||||||
Gets the value of the liabilityAccount property.
| |||||||||||
Gets the value of the masterPayCode property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Gets the value of the vendor property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the expenseAccount property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the externalIdString property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the internalIdNumber property.
| |||||||||||
Sets the value of the itemTypeNoHierarchy property.
| |||||||||||
Sets the value of the liabilityAccount property.
| |||||||||||
Sets the value of the masterPayCode property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the subsidiary property.
| |||||||||||
Sets the value of the vendor property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldList property.
SearchCustomFieldList
Gets the value of the expenseAccount property.
SearchMultiSelectField
Gets the value of the externalId property.
SearchMultiSelectField
Gets the value of the externalIdString property.
SearchStringField
Gets the value of the internalId property.
SearchMultiSelectField
Gets the value of the internalIdNumber property.
SearchLongField
Gets the value of the itemTypeNoHierarchy property.
SearchEnumMultiSelectField
Gets the value of the liabilityAccount property.
SearchMultiSelectField
Gets the value of the masterPayCode property.
SearchMultiSelectField
Gets the value of the name property.
SearchStringField
Gets the value of the subsidiary property.
SearchMultiSelectField
Gets the value of the vendor property.
SearchMultiSelectField
Sets the value of the customFieldList property.
| value | Allowed object is
SearchCustomFieldList
|
|---|
Sets the value of the expenseAccount property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the externalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the externalIdString property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the internalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the internalIdNumber property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the itemTypeNoHierarchy property.
| value | Allowed object is
SearchEnumMultiSelectField
|
|---|
Sets the value of the liabilityAccount property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the masterPayCode property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the name property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the subsidiary property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the vendor property.
| value | Allowed object is
SearchMultiSelectField
|
|---|