| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.employees_2013_2.PaycheckJournalCompanyTax |
Java class for PaycheckJournalCompanyTax complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaycheckJournalCompanyTax">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="payrollItem" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="department" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| clazz | |||||||||||
| customFieldList | |||||||||||
| department | |||||||||||
| id | |||||||||||
| location | |||||||||||
| payrollItem | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the clazz property.
| |||||||||||
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the department property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the payrollItem property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the clazz property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the department property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the payrollItem property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the clazz property.
RecordRef
Gets the value of the customFieldList property.
CustomFieldList
Gets the value of the department property.
RecordRef
Gets the value of the id property.
Gets the value of the location property.
RecordRef
Gets the value of the payrollItem property.
RecordRef
Sets the value of the amount property.
| value | Allowed object is Double |
|---|
Sets the value of the clazz property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the customFieldList property.
| value | Allowed object is
CustomFieldList
|
|---|
Sets the value of the department property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the id property.
| value | Allowed object is Long |
|---|
Sets the value of the location property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the payrollItem property.
| value | Allowed object is
RecordRef
|
|---|