| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.Record | |
| ↳ | com.netsuite.webservices.lists.accounting_2012_1.InventoryNumber | |
Java class for InventoryNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryNumber">
<complexContent>
<extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
<sequence>
<element name="inventoryNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="units" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="locationsList" type="{urn:accounting_2012_1.lists.webservices.netsuite.com}InventoryNumberLocationsList" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2012_1.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 | |||||||||||
| expirationDate | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| inventoryNumber | |||||||||||
| item | |||||||||||
| locationsList | |||||||||||
| memo | |||||||||||
| status | |||||||||||
| units | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the inventoryNumber property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the locationsList property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the units property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the inventoryNumber property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the locationsList property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the units property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldList property.
CustomFieldList
Gets the value of the expirationDate property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the inventoryNumber property.
Gets the value of the item property.
RecordRef
Gets the value of the locationsList property.
InventoryNumberLocationsList
Gets the value of the memo property.
Gets the value of the status property.
Gets the value of the units property.
Sets the value of the customFieldList property.
| value | Allowed object is
CustomFieldList
|
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the inventoryNumber property.
| value | Allowed object is String |
|---|
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the locationsList property.
| value | Allowed object is
InventoryNumberLocationsList
|
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the units property.
| value | Allowed object is String |
|---|