| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.Record | |
| ↳ | com.netsuite.webservices.transactions.inventory_2012_1.BinTransfer | |
Java class for BinTransfer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinTransfer">
<complexContent>
<extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
<sequence>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="tranDate" 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="location" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="inventoryList" type="{urn:inventory_2012_1.transactions.webservices.netsuite.com}BinTransferInventoryList" minOccurs="0"/>
<element name="subsidiary" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| createdDate | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| inventoryList | |||||||||||
| lastModifiedDate | |||||||||||
| location | |||||||||||
| memo | |||||||||||
| subsidiary | |||||||||||
| tranDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the inventoryList property.
| |||||||||||
Gets the value of the lastModifiedDate property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Gets the value of the tranDate property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the inventoryList property.
| |||||||||||
Sets the value of the lastModifiedDate property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the subsidiary property.
| |||||||||||
Sets the value of the tranDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the createdDate property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the inventoryList property.
BinTransferInventoryList
Gets the value of the lastModifiedDate property.
Gets the value of the location property.
RecordRef
Gets the value of the memo property.
Gets the value of the subsidiary property.
RecordRef
Gets the value of the tranDate property.
Sets the value of the createdDate 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 inventoryList property.
| value | Allowed object is
BinTransferInventoryList
|
|---|
Sets the value of the lastModifiedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the location property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the subsidiary property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the tranDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|