public class

PurchaseOrder

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.transactions.purchases_2010_2.PurchaseOrder

Class Overview

Java class for PurchaseOrder complex type.

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

 <complexType name="PurchaseOrder">
   <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="entity" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="vatRegNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="employee" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="supervisorApproval" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="createdFrom" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="terms" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="dueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="otherRefNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="currencyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="toBePrinted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="toBeEmailed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="toBeFaxed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="transactionBillAddress" type="{urn:common_2010_2.platform.webservices.netsuite.com}BillAddress" minOccurs="0"/>
         <element name="billAddressList" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="billAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipTo" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="subTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="tax2Total" type="{http://www.w3.org/2001/XMLSchema}double" 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="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="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="class" 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="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="orderStatus" type="{urn:types.purchases_2010_2.transactions.webservices.netsuite.com}PurchaseOrderOrderStatus" minOccurs="0"/>
         <element name="itemList" type="{urn:purchases_2010_2.transactions.webservices.netsuite.com}PurchaseOrderItemList" minOccurs="0"/>
         <element name="expenseList" type="{urn:purchases_2010_2.transactions.webservices.netsuite.com}PurchaseOrderExpenseList" 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 String billAddress
protected RecordRef billAddressList
protected RecordRef clazz
protected XMLGregorianCalendar createdDate
protected RecordRef createdFrom
protected String currencyName
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef department
protected XMLGregorianCalendar dueDate
protected String email
protected RecordRef employee
protected RecordRef entity
protected Double exchangeRate
protected PurchaseOrderExpenseList expenseList
protected String externalId
protected String fax
protected String fob
protected String internalId
protected PurchaseOrderItemList itemList
protected XMLGregorianCalendar lastModifiedDate
protected String linkedTrackingNumbers
protected RecordRef location
protected String memo
protected String message
protected PurchaseOrderOrderStatus orderStatus
protected String otherRefNum
protected String shipAddress
protected RecordRef shipAddressList
protected XMLGregorianCalendar shipDate
protected RecordRef shipMethod
protected RecordRef shipTo
protected String source
protected String status
protected Double subTotal
protected RecordRef subsidiary
protected Boolean supervisorApproval
protected Double tax2Total
protected Double taxTotal
protected RecordRef terms
protected Boolean toBeEmailed
protected Boolean toBeFaxed
protected Boolean toBePrinted
protected Double total
protected String trackingNumbers
protected XMLGregorianCalendar tranDate
protected String tranId
protected BillAddress transactionBillAddress
protected ShipAddress transactionShipAddress
protected String vatRegNum
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
PurchaseOrder()
Public Methods
String getBillAddress()
Gets the value of the billAddress property.
RecordRef getBillAddressList()
Gets the value of the billAddressList property.
RecordRef getClazz()
Gets the value of the clazz property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
RecordRef getCreatedFrom()
Gets the value of the createdFrom property.
String getCurrencyName()
Gets the value of the currencyName 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.
XMLGregorianCalendar getDueDate()
Gets the value of the dueDate property.
String getEmail()
Gets the value of the email property.
RecordRef getEmployee()
Gets the value of the employee property.
RecordRef getEntity()
Gets the value of the entity property.
Double getExchangeRate()
Gets the value of the exchangeRate property.
PurchaseOrderExpenseList getExpenseList()
Gets the value of the expenseList property.
String getExternalId()
Gets the value of the externalId property.
String getFax()
Gets the value of the fax property.
String getFob()
Gets the value of the fob property.
String getInternalId()
Gets the value of the internalId property.
PurchaseOrderItemList 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.
String getMessage()
Gets the value of the message property.
PurchaseOrderOrderStatus getOrderStatus()
Gets the value of the orderStatus property.
String getOtherRefNum()
Gets the value of the otherRefNum 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.
RecordRef getShipTo()
Gets the value of the shipTo 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 getTax2Total()
Gets the value of the tax2Total property.
Double getTaxTotal()
Gets the value of the taxTotal property.
RecordRef getTerms()
Gets the value of the terms 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.
BillAddress getTransactionBillAddress()
Gets the value of the transactionBillAddress property.
ShipAddress getTransactionShipAddress()
Gets the value of the transactionShipAddress property.
String getVatRegNum()
Gets the value of the vatRegNum property.
Boolean isSupervisorApproval()
Gets the value of the supervisorApproval property.
Boolean isToBeEmailed()
Gets the value of the toBeEmailed property.
Boolean isToBeFaxed()
Gets the value of the toBeFaxed property.
Boolean isToBePrinted()
Gets the value of the toBePrinted property.
void setBillAddress(String value)
Sets the value of the billAddress property.
void setBillAddressList(RecordRef value)
Sets the value of the billAddressList property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCreatedFrom(RecordRef value)
Sets the value of the createdFrom property.
void setCurrencyName(String value)
Sets the value of the currencyName 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 setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate property.
void setEmail(String value)
Sets the value of the email property.
void setEmployee(RecordRef value)
Sets the value of the employee property.
void setEntity(RecordRef value)
Sets the value of the entity property.
void setExchangeRate(Double value)
Sets the value of the exchangeRate property.
void setExpenseList(PurchaseOrderExpenseList value)
Sets the value of the expenseList property.
void setExternalId(String value)
Sets the value of the externalId property.
void setFax(String value)
Sets the value of the fax property.
void setFob(String value)
Sets the value of the fob property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItemList(PurchaseOrderItemList 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 setMessage(String value)
Sets the value of the message property.
void setOrderStatus(PurchaseOrderOrderStatus value)
Sets the value of the orderStatus property.
void setOtherRefNum(String value)
Sets the value of the otherRefNum property.
void setShipAddress(String value)
Sets the value of the shipAddress property.
void setShipAddressList(RecordRef value)
Sets the value of the shipAddressList property.
void setShipDate(XMLGregorianCalendar value)
Sets the value of the shipDate property.
void setShipMethod(RecordRef value)
Sets the value of the shipMethod property.
void setShipTo(RecordRef value)
Sets the value of the shipTo 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 setSupervisorApproval(Boolean value)
Sets the value of the supervisorApproval property.
void setTax2Total(Double value)
Sets the value of the tax2Total property.
void setTaxTotal(Double value)
Sets the value of the taxTotal property.
void setTerms(RecordRef value)
Sets the value of the terms property.
void setToBeEmailed(Boolean value)
Sets the value of the toBeEmailed property.
void setToBeFaxed(Boolean value)
Sets the value of the toBeFaxed property.
void setToBePrinted(Boolean value)
Sets the value of the toBePrinted 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 setTransactionBillAddress(BillAddress value)
Sets the value of the transactionBillAddress property.
void setTransactionShipAddress(ShipAddress value)
Sets the value of the transactionShipAddress property.
void setVatRegNum(String value)
Sets the value of the vatRegNum property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected String billAddress

protected RecordRef billAddressList

protected RecordRef clazz

protected XMLGregorianCalendar createdDate

protected RecordRef createdFrom

protected String currencyName

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef department

protected XMLGregorianCalendar dueDate

protected String email

protected RecordRef employee

protected RecordRef entity

protected Double exchangeRate

protected PurchaseOrderExpenseList expenseList

protected String externalId

protected String fax

protected String fob

protected String internalId

protected PurchaseOrderItemList itemList

protected XMLGregorianCalendar lastModifiedDate

protected String linkedTrackingNumbers

protected RecordRef location

protected String memo

protected String message

protected PurchaseOrderOrderStatus orderStatus

protected String otherRefNum

protected String shipAddress

protected RecordRef shipAddressList

protected XMLGregorianCalendar shipDate

protected RecordRef shipMethod

protected RecordRef shipTo

protected String source

protected String status

protected Double subTotal

protected RecordRef subsidiary

protected Boolean supervisorApproval

protected Double tax2Total

protected Double taxTotal

protected RecordRef terms

protected Boolean toBeEmailed

protected Boolean toBeFaxed

protected Boolean toBePrinted

protected Double total

protected String trackingNumbers

protected XMLGregorianCalendar tranDate

protected String tranId

protected BillAddress transactionBillAddress

protected ShipAddress transactionShipAddress

protected String vatRegNum

Public Constructors

public PurchaseOrder ()

Public Methods

public String getBillAddress ()

Gets the value of the billAddress property.

Returns
  • possible object is String

public RecordRef getBillAddressList ()

Gets the value of the billAddressList property.

Returns

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 RecordRef getCreatedFrom ()

Gets the value of the createdFrom property.

Returns

public String getCurrencyName ()

Gets the value of the currencyName property.

Returns
  • possible object is String

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 XMLGregorianCalendar getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public RecordRef getEmployee ()

Gets the value of the employee property.

Returns

public RecordRef getEntity ()

Gets the value of the entity property.

Returns

public Double getExchangeRate ()

Gets the value of the exchangeRate property.

Returns
  • possible object is Double

public PurchaseOrderExpenseList getExpenseList ()

Gets the value of the expenseList property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getFax ()

Gets the value of the fax property.

Returns
  • possible object is String

public String getFob ()

Gets the value of the fob property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public PurchaseOrderItemList 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 String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public PurchaseOrderOrderStatus getOrderStatus ()

Gets the value of the orderStatus property.

Returns

public String getOtherRefNum ()

Gets the value of the otherRefNum property.

Returns
  • possible object is String

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 RecordRef getShipTo ()

Gets the value of the shipTo 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 getTax2Total ()

Gets the value of the tax2Total property.

Returns
  • possible object is Double

public Double getTaxTotal ()

Gets the value of the taxTotal property.

Returns
  • possible object is Double

public RecordRef getTerms ()

Gets the value of the terms 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 BillAddress getTransactionBillAddress ()

Gets the value of the transactionBillAddress property.

Returns

public ShipAddress getTransactionShipAddress ()

Gets the value of the transactionShipAddress property.

Returns

public String getVatRegNum ()

Gets the value of the vatRegNum property.

Returns
  • possible object is String

public Boolean isSupervisorApproval ()

Gets the value of the supervisorApproval property.

Returns
  • possible object is Boolean

public Boolean isToBeEmailed ()

Gets the value of the toBeEmailed property.

Returns
  • possible object is Boolean

public Boolean isToBeFaxed ()

Gets the value of the toBeFaxed property.

Returns
  • possible object is Boolean

public Boolean isToBePrinted ()

Gets the value of the toBePrinted property.

Returns
  • possible object is Boolean

public void setBillAddress (String value)

Sets the value of the billAddress property.

Parameters
value Allowed object is String

public void setBillAddressList (RecordRef value)

Sets the value of the billAddressList property.

Parameters
value Allowed object is RecordRef

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 setCreatedFrom (RecordRef value)

Sets the value of the createdFrom property.

Parameters
value Allowed object is RecordRef

public void setCurrencyName (String value)

Sets the value of the currencyName property.

Parameters
value Allowed object is String

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 setDueDate (XMLGregorianCalendar value)

Sets the value of the dueDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setEmployee (RecordRef value)

Sets the value of the employee property.

Parameters
value Allowed object is RecordRef

public void setEntity (RecordRef value)

Sets the value of the entity property.

Parameters
value Allowed object is RecordRef

public void setExchangeRate (Double value)

Sets the value of the exchangeRate property.

Parameters
value Allowed object is Double

public void setExpenseList (PurchaseOrderExpenseList value)

Sets the value of the expenseList property.

Parameters
value Allowed object is PurchaseOrderExpenseList

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setFax (String value)

Sets the value of the fax 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 setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setItemList (PurchaseOrderItemList value)

Sets the value of the itemList property.

Parameters
value Allowed object is PurchaseOrderItemList

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 setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setOrderStatus (PurchaseOrderOrderStatus value)

Sets the value of the orderStatus property.

Parameters
value Allowed object is PurchaseOrderOrderStatus

public void setOtherRefNum (String value)

Sets the value of the otherRefNum property.

Parameters
value Allowed object is String

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 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 setShipTo (RecordRef value)

Sets the value of the shipTo 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 setSupervisorApproval (Boolean value)

Sets the value of the supervisorApproval property.

Parameters
value Allowed object is Boolean

public void setTax2Total (Double value)

Sets the value of the tax2Total property.

Parameters
value Allowed object is Double

public void setTaxTotal (Double value)

Sets the value of the taxTotal property.

Parameters
value Allowed object is Double

public void setTerms (RecordRef value)

Sets the value of the terms property.

Parameters
value Allowed object is RecordRef

public void setToBeEmailed (Boolean value)

Sets the value of the toBeEmailed property.

Parameters
value Allowed object is Boolean

public void setToBeFaxed (Boolean value)

Sets the value of the toBeFaxed property.

Parameters
value Allowed object is Boolean

public void setToBePrinted (Boolean value)

Sets the value of the toBePrinted property.

Parameters
value Allowed object is Boolean

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 setTransactionBillAddress (BillAddress value)

Sets the value of the transactionBillAddress property.

Parameters
value Allowed object is BillAddress

public void setTransactionShipAddress (ShipAddress value)

Sets the value of the transactionShipAddress property.

Parameters
value Allowed object is ShipAddress

public void setVatRegNum (String value)

Sets the value of the vatRegNum property.

Parameters
value Allowed object is String