public class

BinTransfer

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.Record
     ↳ com.netsuite.webservices.transactions.inventory_2012_1.BinTransfer

Class Overview

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>
 

Summary

Fields
protected XMLGregorianCalendar createdDate
protected String externalId
protected String internalId
protected BinTransferInventoryList inventoryList
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected String memo
protected RecordRef subsidiary
protected XMLGregorianCalendar tranDate
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2012_1.Record
Public Constructors
BinTransfer()
Public Methods
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
BinTransferInventoryList getInventoryList()
Gets the value of the inventoryList property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setInventoryList(BinTransferInventoryList value)
Sets the value of the inventoryList property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setTranDate(XMLGregorianCalendar value)
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

Fields

protected XMLGregorianCalendar createdDate

protected String externalId

protected String internalId

protected BinTransferInventoryList inventoryList

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected String memo

protected RecordRef subsidiary

protected XMLGregorianCalendar tranDate

Public Constructors

public BinTransfer ()

Public Methods

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public BinTransferInventoryList getInventoryList ()

Gets the value of the inventoryList property.

Returns

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public XMLGregorianCalendar getTranDate ()

Gets the value of the tranDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setInventoryList (BinTransferInventoryList value)

Sets the value of the inventoryList property.

Parameters
value Allowed object is BinTransferInventoryList

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

public void setTranDate (XMLGregorianCalendar value)

Sets the value of the tranDate property.

Parameters
value Allowed object is XMLGregorianCalendar