public class

TransferOrder

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.transactions.inventory_2010_2.TransferOrder

Class Overview

Java class for TransferOrder complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransferOrder">
   <complexContent>
     <extension base="{urn:core_2010_2.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="customForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="shippingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="subTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="transactionShipAddress" type="{urn:common_2010_2.platform.webservices.netsuite.com}ShipAddress" minOccurs="0"/>
         <element name="shipAddressList" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="shipAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fob" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="tranId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="orderStatus" type="{urn:types.inventory_2010_2.transactions.webservices.netsuite.com}TransferOrderOrderStatus" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="employee" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="transferLocation" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="shipMethod" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="trackingNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="linkedTrackingNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="altShippingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="shippingTax1Rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="shippingTax2Rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="handlingTax1Rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="handlingTax2Rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="shippingTaxCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="handlingTaxCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="itemList" type="{urn:inventory_2010_2.transactions.webservices.netsuite.com}TransferOrderItemList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" 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 Double altShippingCost
protected RecordRef clazz
protected XMLGregorianCalendar createdDate
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef department
protected RecordRef employee
protected String externalId
protected String fob
protected Double handlingTax1Rate
protected Double handlingTax2Rate
protected RecordRef handlingTaxCode
protected String internalId
protected TransferOrderItemList itemList
protected XMLGregorianCalendar lastModifiedDate
protected String linkedTrackingNumbers
protected RecordRef location
protected String memo
protected TransferOrderOrderStatus orderStatus
protected String shipAddress
protected RecordRef shipAddressList
protected Boolean shipComplete
protected XMLGregorianCalendar shipDate
protected RecordRef shipMethod
protected Double shippingCost
protected Double shippingTax1Rate
protected Double shippingTax2Rate
protected RecordRef shippingTaxCode
protected String source
protected String status
protected Double subTotal
protected RecordRef subsidiary
protected Double total
protected String trackingNumbers
protected XMLGregorianCalendar tranDate
protected String tranId
protected ShipAddress transactionShipAddress
protected RecordRef transferLocation
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
TransferOrder()
Public Methods
Double getAltShippingCost()
Gets the value of the altShippingCost property.
RecordRef getClazz()
Gets the value of the clazz property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
RecordRef getDepartment()
Gets the value of the department property.
RecordRef getEmployee()
Gets the value of the employee property.
String getExternalId()
Gets the value of the externalId property.
String getFob()
Gets the value of the fob property.
Double getHandlingTax1Rate()
Gets the value of the handlingTax1Rate property.
Double getHandlingTax2Rate()
Gets the value of the handlingTax2Rate property.
RecordRef getHandlingTaxCode()
Gets the value of the handlingTaxCode property.
String getInternalId()
Gets the value of the internalId property.
TransferOrderItemList getItemList()
Gets the value of the itemList property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
String getLinkedTrackingNumbers()
Gets the value of the linkedTrackingNumbers property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
TransferOrderOrderStatus getOrderStatus()
Gets the value of the orderStatus property.
String getShipAddress()
Gets the value of the shipAddress property.
RecordRef getShipAddressList()
Gets the value of the shipAddressList property.
XMLGregorianCalendar getShipDate()
Gets the value of the shipDate property.
RecordRef getShipMethod()
Gets the value of the shipMethod property.
Double getShippingCost()
Gets the value of the shippingCost property.
Double getShippingTax1Rate()
Gets the value of the shippingTax1Rate property.
Double getShippingTax2Rate()
Gets the value of the shippingTax2Rate property.
RecordRef getShippingTaxCode()
Gets the value of the shippingTaxCode property.
String getSource()
Gets the value of the source property.
String getStatus()
Gets the value of the status property.
Double getSubTotal()
Gets the value of the subTotal property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
Double getTotal()
Gets the value of the total property.
String getTrackingNumbers()
Gets the value of the trackingNumbers property.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
String getTranId()
Gets the value of the tranId property.
ShipAddress getTransactionShipAddress()
Gets the value of the transactionShipAddress property.
RecordRef getTransferLocation()
Gets the value of the transferLocation property.
Boolean isShipComplete()
Gets the value of the shipComplete property.
void setAltShippingCost(Double value)
Sets the value of the altShippingCost property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setEmployee(RecordRef value)
Sets the value of the employee property.
void setExternalId(String value)
Sets the value of the externalId property.
void setFob(String value)
Sets the value of the fob property.
void setHandlingTax1Rate(Double value)
Sets the value of the handlingTax1Rate property.
void setHandlingTax2Rate(Double value)
Sets the value of the handlingTax2Rate property.
void setHandlingTaxCode(RecordRef value)
Sets the value of the handlingTaxCode property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItemList(TransferOrderItemList value)
Sets the value of the itemList property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLinkedTrackingNumbers(String value)
Sets the value of the linkedTrackingNumbers property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setOrderStatus(TransferOrderOrderStatus value)
Sets the value of the orderStatus property.
void setShipAddress(String value)
Sets the value of the shipAddress property.
void setShipAddressList(RecordRef value)
Sets the value of the shipAddressList property.
void setShipComplete(Boolean value)
Sets the value of the shipComplete property.
void setShipDate(XMLGregorianCalendar value)
Sets the value of the shipDate property.
void setShipMethod(RecordRef value)
Sets the value of the shipMethod property.
void setShippingCost(Double value)
Sets the value of the shippingCost property.
void setShippingTax1Rate(Double value)
Sets the value of the shippingTax1Rate property.
void setShippingTax2Rate(Double value)
Sets the value of the shippingTax2Rate property.
void setShippingTaxCode(RecordRef value)
Sets the value of the shippingTaxCode property.
void setSource(String value)
Sets the value of the source property.
void setStatus(String value)
Sets the value of the status property.
void setSubTotal(Double value)
Sets the value of the subTotal property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setTotal(Double value)
Sets the value of the total property.
void setTrackingNumbers(String value)
Sets the value of the trackingNumbers property.
void setTranDate(XMLGregorianCalendar value)
Sets the value of the tranDate property.
void setTranId(String value)
Sets the value of the tranId property.
void setTransactionShipAddress(ShipAddress value)
Sets the value of the transactionShipAddress property.
void setTransferLocation(RecordRef value)
Sets the value of the transferLocation property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Double altShippingCost

protected RecordRef clazz

protected XMLGregorianCalendar createdDate

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef department

protected RecordRef employee

protected String externalId

protected String fob

protected Double handlingTax1Rate

protected Double handlingTax2Rate

protected RecordRef handlingTaxCode

protected String internalId

protected TransferOrderItemList itemList

protected XMLGregorianCalendar lastModifiedDate

protected String linkedTrackingNumbers

protected RecordRef location

protected String memo

protected TransferOrderOrderStatus orderStatus

protected String shipAddress

protected RecordRef shipAddressList

protected Boolean shipComplete

protected XMLGregorianCalendar shipDate

protected RecordRef shipMethod

protected Double shippingCost

protected Double shippingTax1Rate

protected Double shippingTax2Rate

protected RecordRef shippingTaxCode

protected String source

protected String status

protected Double subTotal

protected RecordRef subsidiary

protected Double total

protected String trackingNumbers

protected XMLGregorianCalendar tranDate

protected String tranId

protected ShipAddress transactionShipAddress

protected RecordRef transferLocation

Public Constructors

public TransferOrder ()

Public Methods

public Double getAltShippingCost ()

Gets the value of the altShippingCost property.

Returns
  • possible object is Double

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public RecordRef getEmployee ()

Gets the value of the employee property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getFob ()

Gets the value of the fob property.

Returns
  • possible object is String

public Double getHandlingTax1Rate ()

Gets the value of the handlingTax1Rate property.

Returns
  • possible object is Double

public Double getHandlingTax2Rate ()

Gets the value of the handlingTax2Rate property.

Returns
  • possible object is Double

public RecordRef getHandlingTaxCode ()

Gets the value of the handlingTaxCode property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public TransferOrderItemList getItemList ()

Gets the value of the itemList property.

Returns

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getLinkedTrackingNumbers ()

Gets the value of the linkedTrackingNumbers property.

Returns
  • possible object is String

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 TransferOrderOrderStatus getOrderStatus ()

Gets the value of the orderStatus property.

Returns

public String getShipAddress ()

Gets the value of the shipAddress property.

Returns
  • possible object is String

public RecordRef getShipAddressList ()

Gets the value of the shipAddressList property.

Returns

public XMLGregorianCalendar getShipDate ()

Gets the value of the shipDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getShipMethod ()

Gets the value of the shipMethod property.

Returns

public Double getShippingCost ()

Gets the value of the shippingCost property.

Returns
  • possible object is Double

public Double getShippingTax1Rate ()

Gets the value of the shippingTax1Rate property.

Returns
  • possible object is Double

public Double getShippingTax2Rate ()

Gets the value of the shippingTax2Rate property.

Returns
  • possible object is Double

public RecordRef getShippingTaxCode ()

Gets the value of the shippingTaxCode property.

Returns

public String getSource ()

Gets the value of the source property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public Double getSubTotal ()

Gets the value of the subTotal property.

Returns
  • possible object is Double

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public Double getTotal ()

Gets the value of the total property.

Returns
  • possible object is Double

public String getTrackingNumbers ()

Gets the value of the trackingNumbers property.

Returns
  • possible object is String

public XMLGregorianCalendar getTranDate ()

Gets the value of the tranDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getTranId ()

Gets the value of the tranId property.

Returns
  • possible object is String

public ShipAddress getTransactionShipAddress ()

Gets the value of the transactionShipAddress property.

Returns

public RecordRef getTransferLocation ()

Gets the value of the transferLocation property.

Returns

public Boolean isShipComplete ()

Gets the value of the shipComplete property.

Returns
  • possible object is Boolean

public void setAltShippingCost (Double value)

Sets the value of the altShippingCost property.

Parameters
value Allowed object is Double

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setEmployee (RecordRef value)

Sets the value of the employee property.

Parameters
value Allowed object is RecordRef

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setFob (String value)

Sets the value of the fob property.

Parameters
value Allowed object is String

public void setHandlingTax1Rate (Double value)

Sets the value of the handlingTax1Rate property.

Parameters
value Allowed object is Double

public void setHandlingTax2Rate (Double value)

Sets the value of the handlingTax2Rate property.

Parameters
value Allowed object is Double

public void setHandlingTaxCode (RecordRef value)

Sets the value of the handlingTaxCode property.

Parameters
value Allowed object is RecordRef

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setItemList (TransferOrderItemList value)

Sets the value of the itemList property.

Parameters
value Allowed object is TransferOrderItemList

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLinkedTrackingNumbers (String value)

Sets the value of the linkedTrackingNumbers property.

Parameters
value Allowed object is String

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 setOrderStatus (TransferOrderOrderStatus value)

Sets the value of the orderStatus property.

Parameters
value Allowed object is TransferOrderOrderStatus

public void setShipAddress (String value)

Sets the value of the shipAddress property.

Parameters
value Allowed object is String

public void setShipAddressList (RecordRef value)

Sets the value of the shipAddressList property.

Parameters
value Allowed object is RecordRef

public void setShipComplete (Boolean value)

Sets the value of the shipComplete property.

Parameters
value Allowed object is Boolean

public void setShipDate (XMLGregorianCalendar value)

Sets the value of the shipDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setShipMethod (RecordRef value)

Sets the value of the shipMethod property.

Parameters
value Allowed object is RecordRef

public void setShippingCost (Double value)

Sets the value of the shippingCost property.

Parameters
value Allowed object is Double

public void setShippingTax1Rate (Double value)

Sets the value of the shippingTax1Rate property.

Parameters
value Allowed object is Double

public void setShippingTax2Rate (Double value)

Sets the value of the shippingTax2Rate property.

Parameters
value Allowed object is Double

public void setShippingTaxCode (RecordRef value)

Sets the value of the shippingTaxCode property.

Parameters
value Allowed object is RecordRef

public void setSource (String value)

Sets the value of the source property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setSubTotal (Double value)

Sets the value of the subTotal property.

Parameters
value Allowed object is Double

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

public void setTotal (Double value)

Sets the value of the total property.

Parameters
value Allowed object is Double

public void setTrackingNumbers (String value)

Sets the value of the trackingNumbers property.

Parameters
value Allowed object is String

public void setTranDate (XMLGregorianCalendar value)

Sets the value of the tranDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTranId (String value)

Sets the value of the tranId property.

Parameters
value Allowed object is String

public void setTransactionShipAddress (ShipAddress value)

Sets the value of the transactionShipAddress property.

Parameters
value Allowed object is ShipAddress

public void setTransferLocation (RecordRef value)

Sets the value of the transferLocation property.

Parameters
value Allowed object is RecordRef