public class

VendorBill

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

Class Overview

Java class for VendorBill complex type.

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

 <complexType name="VendorBill">
   <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="account" 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="subsidiary" 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="postingPeriod" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="currencyName" 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="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="discountDate" 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="userTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="discountAmount" 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="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tax2Total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="creditLimit" 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="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="landedCostMethod" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}LandedCostMethod" minOccurs="0"/>
         <element name="expenseList" type="{urn:purchases_2010_2.transactions.webservices.netsuite.com}VendorBillExpenseList" minOccurs="0"/>
         <element name="itemList" type="{urn:purchases_2010_2.transactions.webservices.netsuite.com}VendorBillItemList" minOccurs="0"/>
         <element name="landedCostsList" type="{urn:purchases_2010_2.transactions.webservices.netsuite.com}PurchLandedCostList" 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 RecordRef account
protected RecordRef clazz
protected XMLGregorianCalendar createdDate
protected Double creditLimit
protected String currencyName
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef department
protected Double discountAmount
protected XMLGregorianCalendar discountDate
protected XMLGregorianCalendar dueDate
protected RecordRef entity
protected Double exchangeRate
protected VendorBillExpenseList expenseList
protected String externalId
protected String internalId
protected VendorBillItemList itemList
protected LandedCostMethod landedCostMethod
protected PurchLandedCostList landedCostsList
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected String memo
protected RecordRef postingPeriod
protected String status
protected RecordRef subsidiary
protected Double tax2Total
protected Double taxTotal
protected RecordRef terms
protected XMLGregorianCalendar tranDate
protected String tranId
protected Double userTotal
protected String vatRegNum
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
VendorBill()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
RecordRef getClazz()
Gets the value of the clazz property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
Double getCreditLimit()
Gets the value of the creditLimit 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.
Double getDiscountAmount()
Gets the value of the discountAmount property.
XMLGregorianCalendar getDiscountDate()
Gets the value of the discountDate property.
XMLGregorianCalendar getDueDate()
Gets the value of the dueDate property.
RecordRef getEntity()
Gets the value of the entity property.
Double getExchangeRate()
Gets the value of the exchangeRate property.
VendorBillExpenseList getExpenseList()
Gets the value of the expenseList property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
VendorBillItemList getItemList()
Gets the value of the itemList property.
LandedCostMethod getLandedCostMethod()
Gets the value of the landedCostMethod property.
PurchLandedCostList getLandedCostsList()
Gets the value of the landedCostsList 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 getPostingPeriod()
Gets the value of the postingPeriod property.
String getStatus()
Gets the value of the status 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.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
String getTranId()
Gets the value of the tranId property.
Double getUserTotal()
Gets the value of the userTotal property.
String getVatRegNum()
Gets the value of the vatRegNum property.
void setAccount(RecordRef value)
Sets the value of the account property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCreditLimit(Double value)
Sets the value of the creditLimit 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 setDiscountAmount(Double value)
Sets the value of the discountAmount property.
void setDiscountDate(XMLGregorianCalendar value)
Sets the value of the discountDate property.
void setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate 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(VendorBillExpenseList value)
Sets the value of the expenseList property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItemList(VendorBillItemList value)
Sets the value of the itemList property.
void setLandedCostMethod(LandedCostMethod value)
Sets the value of the landedCostMethod property.
void setLandedCostsList(PurchLandedCostList value)
Sets the value of the landedCostsList 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 setPostingPeriod(RecordRef value)
Sets the value of the postingPeriod property.
void setStatus(String value)
Sets the value of the status property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary 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 setTranDate(XMLGregorianCalendar value)
Sets the value of the tranDate property.
void setTranId(String value)
Sets the value of the tranId property.
void setUserTotal(Double value)
Sets the value of the userTotal 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 RecordRef account

protected RecordRef clazz

protected XMLGregorianCalendar createdDate

protected Double creditLimit

protected String currencyName

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef department

protected Double discountAmount

protected XMLGregorianCalendar discountDate

protected XMLGregorianCalendar dueDate

protected RecordRef entity

protected Double exchangeRate

protected VendorBillExpenseList expenseList

protected String externalId

protected String internalId

protected VendorBillItemList itemList

protected LandedCostMethod landedCostMethod

protected PurchLandedCostList landedCostsList

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected String memo

protected RecordRef postingPeriod

protected String status

protected RecordRef subsidiary

protected Double tax2Total

protected Double taxTotal

protected RecordRef terms

protected XMLGregorianCalendar tranDate

protected String tranId

protected Double userTotal

protected String vatRegNum

Public Constructors

public VendorBill ()

Public Methods

public RecordRef getAccount ()

Gets the value of the account 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 Double getCreditLimit ()

Gets the value of the creditLimit property.

Returns
  • possible object is Double

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 Double getDiscountAmount ()

Gets the value of the discountAmount property.

Returns
  • possible object is Double

public XMLGregorianCalendar getDiscountDate ()

Gets the value of the discountDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is XMLGregorianCalendar

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 VendorBillExpenseList 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 getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public VendorBillItemList getItemList ()

Gets the value of the itemList property.

Returns

public LandedCostMethod getLandedCostMethod ()

Gets the value of the landedCostMethod property.

Returns

public PurchLandedCostList getLandedCostsList ()

Gets the value of the landedCostsList 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 getPostingPeriod ()

Gets the value of the postingPeriod property.

Returns

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

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 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 Double getUserTotal ()

Gets the value of the userTotal property.

Returns
  • possible object is Double

public String getVatRegNum ()

Gets the value of the vatRegNum property.

Returns
  • possible object is String

public void setAccount (RecordRef value)

Sets the value of the account 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 setCreditLimit (Double value)

Sets the value of the creditLimit property.

Parameters
value Allowed object is Double

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 setDiscountAmount (Double value)

Sets the value of the discountAmount property.

Parameters
value Allowed object is Double

public void setDiscountDate (XMLGregorianCalendar value)

Sets the value of the discountDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDueDate (XMLGregorianCalendar value)

Sets the value of the dueDate property.

Parameters
value Allowed object is XMLGregorianCalendar

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 (VendorBillExpenseList value)

Sets the value of the expenseList property.

Parameters
value Allowed object is VendorBillExpenseList

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 setItemList (VendorBillItemList value)

Sets the value of the itemList property.

Parameters
value Allowed object is VendorBillItemList

public void setLandedCostMethod (LandedCostMethod value)

Sets the value of the landedCostMethod property.

Parameters
value Allowed object is LandedCostMethod

public void setLandedCostsList (PurchLandedCostList value)

Sets the value of the landedCostsList property.

Parameters
value Allowed object is PurchLandedCostList

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

Sets the value of the postingPeriod property.

Parameters
value Allowed object is RecordRef

public void setStatus (String value)

Sets the value of the status 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 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 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 setUserTotal (Double value)

Sets the value of the userTotal property.

Parameters
value Allowed object is Double

public void setVatRegNum (String value)

Sets the value of the vatRegNum property.

Parameters
value Allowed object is String