public class

VendorPayment

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

Class Overview

Java class for VendorPayment complex type.

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

 <complexType name="VendorPayment">
   <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="balance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="apAcct" 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="address" 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="voidJournal" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="postingPeriod" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" 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="toAch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="toBePrinted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="printVoucher" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="tranId" 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="department" 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="subsidiary" 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="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="applyList" type="{urn:purchases_2010_2.transactions.webservices.netsuite.com}VendorPaymentApplyList" minOccurs="0"/>
         <element name="creditList" type="{urn:purchases_2010_2.transactions.webservices.netsuite.com}VendorPaymentCreditList" minOccurs="0"/>
         <element name="billPay" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 String address
protected RecordRef apAcct
protected VendorPaymentApplyList applyList
protected Double balance
protected Boolean billPay
protected RecordRef clazz
protected XMLGregorianCalendar createdDate
protected VendorPaymentCreditList creditList
protected String currencyName
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef department
protected RecordRef entity
protected Double exchangeRate
protected String externalId
protected String internalId
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected String memo
protected RecordRef postingPeriod
protected Boolean printVoucher
protected String status
protected RecordRef subsidiary
protected Boolean toAch
protected Boolean toBePrinted
protected Double total
protected XMLGregorianCalendar tranDate
protected String tranId
protected RecordRef voidJournal
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
VendorPayment()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
String getAddress()
Gets the value of the address property.
RecordRef getApAcct()
Gets the value of the apAcct property.
VendorPaymentApplyList getApplyList()
Gets the value of the applyList property.
Double getBalance()
Gets the value of the balance property.
RecordRef getClazz()
Gets the value of the clazz property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
VendorPaymentCreditList getCreditList()
Gets the value of the creditList 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.
RecordRef getEntity()
Gets the value of the entity property.
Double getExchangeRate()
Gets the value of the exchangeRate property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId 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 getTotal()
Gets the value of the total property.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
String getTranId()
Gets the value of the tranId property.
RecordRef getVoidJournal()
Gets the value of the voidJournal property.
Boolean isBillPay()
Gets the value of the billPay property.
Boolean isPrintVoucher()
Gets the value of the printVoucher property.
Boolean isToAch()
Gets the value of the toAch property.
Boolean isToBePrinted()
Gets the value of the toBePrinted property.
void setAccount(RecordRef value)
Sets the value of the account property.
void setAddress(String value)
Sets the value of the address property.
void setApAcct(RecordRef value)
Sets the value of the apAcct property.
void setApplyList(VendorPaymentApplyList value)
Sets the value of the applyList property.
void setBalance(Double value)
Sets the value of the balance property.
void setBillPay(Boolean value)
Sets the value of the billPay property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCreditList(VendorPaymentCreditList value)
Sets the value of the creditList 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 setEntity(RecordRef value)
Sets the value of the entity property.
void setExchangeRate(Double value)
Sets the value of the exchangeRate property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId 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 setPrintVoucher(Boolean value)
Sets the value of the printVoucher property.
void setStatus(String value)
Sets the value of the status property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setToAch(Boolean value)
Sets the value of the toAch property.
void setToBePrinted(Boolean value)
Sets the value of the toBePrinted property.
void setTotal(Double value)
Sets the value of the total property.
void setTranDate(XMLGregorianCalendar value)
Sets the value of the tranDate property.
void setTranId(String value)
Sets the value of the tranId property.
void setVoidJournal(RecordRef value)
Sets the value of the voidJournal property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected RecordRef account

protected String address

protected RecordRef apAcct

protected VendorPaymentApplyList applyList

protected Double balance

protected Boolean billPay

protected RecordRef clazz

protected XMLGregorianCalendar createdDate

protected VendorPaymentCreditList creditList

protected String currencyName

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef department

protected RecordRef entity

protected Double exchangeRate

protected String externalId

protected String internalId

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected String memo

protected RecordRef postingPeriod

protected Boolean printVoucher

protected String status

protected RecordRef subsidiary

protected Boolean toAch

protected Boolean toBePrinted

protected Double total

protected XMLGregorianCalendar tranDate

protected String tranId

protected RecordRef voidJournal

Public Constructors

public VendorPayment ()

Public Methods

public RecordRef getAccount ()

Gets the value of the account property.

Returns

public String getAddress ()

Gets the value of the address property.

Returns
  • possible object is String

public RecordRef getApAcct ()

Gets the value of the apAcct property.

Returns

public VendorPaymentApplyList getApplyList ()

Gets the value of the applyList property.

Returns

public Double getBalance ()

Gets the value of the balance 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 VendorPaymentCreditList getCreditList ()

Gets the value of the creditList 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 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 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 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 getTotal ()

Gets the value of the total property.

Returns
  • possible object is Double

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

Gets the value of the voidJournal property.

Returns

public Boolean isBillPay ()

Gets the value of the billPay property.

Returns
  • possible object is Boolean

public Boolean isPrintVoucher ()

Gets the value of the printVoucher property.

Returns
  • possible object is Boolean

public Boolean isToAch ()

Gets the value of the toAch property.

Returns
  • possible object is Boolean

public Boolean isToBePrinted ()

Gets the value of the toBePrinted property.

Returns
  • possible object is Boolean

public void setAccount (RecordRef value)

Sets the value of the account property.

Parameters
value Allowed object is RecordRef

public void setAddress (String value)

Sets the value of the address property.

Parameters
value Allowed object is String

public void setApAcct (RecordRef value)

Sets the value of the apAcct property.

Parameters
value Allowed object is RecordRef

public void setApplyList (VendorPaymentApplyList value)

Sets the value of the applyList property.

Parameters
value Allowed object is VendorPaymentApplyList

public void setBalance (Double value)

Sets the value of the balance property.

Parameters
value Allowed object is Double

public void setBillPay (Boolean value)

Sets the value of the billPay property.

Parameters
value Allowed object is Boolean

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 setCreditList (VendorPaymentCreditList value)

Sets the value of the creditList property.

Parameters
value Allowed object is VendorPaymentCreditList

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 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 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 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 setPrintVoucher (Boolean value)

Sets the value of the printVoucher property.

Parameters
value Allowed object is Boolean

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 setToAch (Boolean value)

Sets the value of the toAch 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 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 setVoidJournal (RecordRef value)

Sets the value of the voidJournal property.

Parameters
value Allowed object is RecordRef