| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.Record | |
| ↳ | com.netsuite.webservices.lists.employees_2013_2.PayrollItem | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customFieldList | |||||||||||
| employeePaid | |||||||||||
| expenseAccount | |||||||||||
| externalId | |||||||||||
| inactive | |||||||||||
| internalId | |||||||||||
| itemType | |||||||||||
| liabilityAccount | |||||||||||
| name | |||||||||||
| subsidiary | |||||||||||
| vendor | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the employeePaid property.
| |||||||||||
Gets the value of the expenseAccount property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the itemType property.
| |||||||||||
Gets the value of the liabilityAccount 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 employeePaid property.
| |||||||||||
Sets the value of the expenseAccount property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the itemType property.
| |||||||||||
Sets the value of the liabilityAccount 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
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldList property.
CustomFieldList
Gets the value of the employeePaid property. This getter has been renamed from isEmployeePaid() to getEmployeePaid() by cxf-xjc-boolean plugin.
Gets the value of the expenseAccount property.
RecordRef
Gets the value of the externalId property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the internalId property.
Gets the value of the itemType property.
RecordRef
Gets the value of the liabilityAccount property.
RecordRef
Gets the value of the name property.
Gets the value of the subsidiary property.
RecordRef
Gets the value of the vendor property.
RecordRef
Sets the value of the customFieldList property.
| value | Allowed object is
CustomFieldList
|
|---|
Sets the value of the employeePaid property.
| value | Allowed object is Boolean |
|---|
Sets the value of the expenseAccount property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the itemType property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the liabilityAccount property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the subsidiary property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the vendor property.
| value | Allowed object is
RecordRef
|
|---|