| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.SerializedInventoryItemNumbers |
Java class for SerializedInventoryItemNumbers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SerializedInventoryItemNumbers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serialNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| serialNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the serialNumber property.
| |||||||||||
Sets the value of the serialNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the serialNumber property.
RecordRef
Sets the value of the serialNumber property.
| value | Allowed object is
RecordRef
|
|---|