| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2012_1.InventoryAssignment |
Java class for InventoryAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryAssignment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="issueInventoryNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="receiptInventoryNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="binNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="toBinNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="quantityAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| binNumber | |||||||||||
| expirationDate | |||||||||||
| internalId | |||||||||||
| issueInventoryNumber | |||||||||||
| quantity | |||||||||||
| quantityAvailable | |||||||||||
| receiptInventoryNumber | |||||||||||
| toBinNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the binNumber property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the issueInventoryNumber property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the receiptInventoryNumber property.
| |||||||||||
Gets the value of the toBinNumber property.
| |||||||||||
Gets the value of the quantityAvailable property.
| |||||||||||
Sets the value of the binNumber property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the issueInventoryNumber property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the quantityAvailable property.
| |||||||||||
Sets the value of the receiptInventoryNumber property.
| |||||||||||
Sets the value of the toBinNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the binNumber property.
RecordRef
Gets the value of the expirationDate property.
Gets the value of the internalId property.
Gets the value of the issueInventoryNumber property.
RecordRef
Gets the value of the quantity property.
Gets the value of the receiptInventoryNumber property.
Gets the value of the toBinNumber property.
RecordRef
Gets the value of the quantityAvailable property.
Sets the value of the binNumber property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the issueInventoryNumber property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the quantity property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityAvailable property.
| value | Allowed object is Boolean |
|---|
Sets the value of the receiptInventoryNumber property.
| value | Allowed object is String |
|---|
Sets the value of the toBinNumber property.
| value | Allowed object is
RecordRef
|
|---|