| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.Record | |
| ↳ | com.netsuite.webservices.platform.common_2012_1.InventoryDetail | |
Java class for InventoryDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryDetail">
<complexContent>
<extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
<sequence>
<element name="inventoryAssignmentList" type="{urn:common_2012_1.platform.webservices.netsuite.com}InventoryAssignmentList" minOccurs="0"/>
<element name="customForm" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customForm | |||||||||||
| inventoryAssignmentList | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customForm property.
| |||||||||||
Gets the value of the inventoryAssignmentList property.
| |||||||||||
Sets the value of the customForm property.
| |||||||||||
Sets the value of the inventoryAssignmentList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the customForm property.
RecordRef
Gets the value of the inventoryAssignmentList property.
InventoryAssignmentList
Sets the value of the customForm property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the inventoryAssignmentList property.
| value | Allowed object is
InventoryAssignmentList
|
|---|