public class

JournalEntryLine

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.general_2010_2.JournalEntryLine

Class Overview

Java class for JournalEntryLine complex type.

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

 <complexType name="JournalEntryLine">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="account" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="debit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="credit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="taxCode" 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="taxRate1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="entity" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="grossAmt" 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="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="schedule" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="residual" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="schedulenum" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="tax1Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="tax1Acct" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef account
protected RecordRef clazz
protected Double credit
protected CustomFieldList customFieldList
protected Double debit
protected RecordRef department
protected XMLGregorianCalendar endDate
protected RecordRef entity
protected Double grossAmt
protected RecordRef location
protected String memo
protected String residual
protected RecordRef schedule
protected RecordRef schedulenum
protected XMLGregorianCalendar startDate
protected RecordRef tax1Acct
protected Double tax1Amt
protected RecordRef taxCode
protected Double taxRate1
Public Constructors
JournalEntryLine()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
RecordRef getClazz()
Gets the value of the clazz property.
Double getCredit()
Gets the value of the credit property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
Double getDebit()
Gets the value of the debit property.
RecordRef getDepartment()
Gets the value of the department property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
RecordRef getEntity()
Gets the value of the entity property.
Double getGrossAmt()
Gets the value of the grossAmt property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
String getResidual()
Gets the value of the residual property.
RecordRef getSchedule()
Gets the value of the schedule property.
RecordRef getSchedulenum()
Gets the value of the schedulenum property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
RecordRef getTax1Acct()
Gets the value of the tax1Acct property.
Double getTax1Amt()
Gets the value of the tax1Amt property.
RecordRef getTaxCode()
Gets the value of the taxCode property.
Double getTaxRate1()
Gets the value of the taxRate1 property.
void setAccount(RecordRef value)
Sets the value of the account property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCredit(Double value)
Sets the value of the credit property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setDebit(Double value)
Sets the value of the debit property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setEntity(RecordRef value)
Sets the value of the entity property.
void setGrossAmt(Double value)
Sets the value of the grossAmt property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setResidual(String value)
Sets the value of the residual property.
void setSchedule(RecordRef value)
Sets the value of the schedule property.
void setSchedulenum(RecordRef value)
Sets the value of the schedulenum property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setTax1Acct(RecordRef value)
Sets the value of the tax1Acct property.
void setTax1Amt(Double value)
Sets the value of the tax1Amt property.
void setTaxCode(RecordRef value)
Sets the value of the taxCode property.
void setTaxRate1(Double value)
Sets the value of the taxRate1 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef account

protected RecordRef clazz

protected Double credit

protected CustomFieldList customFieldList

protected Double debit

protected RecordRef department

protected XMLGregorianCalendar endDate

protected RecordRef entity

protected Double grossAmt

protected RecordRef location

protected String memo

protected String residual

protected RecordRef schedule

protected RecordRef schedulenum

protected XMLGregorianCalendar startDate

protected RecordRef tax1Acct

protected Double tax1Amt

protected RecordRef taxCode

protected Double taxRate1

Public Constructors

public JournalEntryLine ()

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

Gets the value of the credit property.

Returns
  • possible object is Double

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public Double getDebit ()

Gets the value of the debit property.

Returns
  • possible object is Double

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getEntity ()

Gets the value of the entity property.

Returns

public Double getGrossAmt ()

Gets the value of the grossAmt property.

Returns
  • possible object is Double

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 getResidual ()

Gets the value of the residual property.

Returns
  • possible object is String

public RecordRef getSchedule ()

Gets the value of the schedule property.

Returns

public RecordRef getSchedulenum ()

Gets the value of the schedulenum property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getTax1Acct ()

Gets the value of the tax1Acct property.

Returns

public Double getTax1Amt ()

Gets the value of the tax1Amt property.

Returns
  • possible object is Double

public RecordRef getTaxCode ()

Gets the value of the taxCode property.

Returns

public Double getTaxRate1 ()

Gets the value of the taxRate1 property.

Returns
  • possible object is Double

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

Sets the value of the credit property.

Parameters
value Allowed object is Double

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setDebit (Double value)

Sets the value of the debit property.

Parameters
value Allowed object is Double

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate 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 setGrossAmt (Double value)

Sets the value of the grossAmt property.

Parameters
value Allowed object is Double

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

Sets the value of the residual property.

Parameters
value Allowed object is String

public void setSchedule (RecordRef value)

Sets the value of the schedule property.

Parameters
value Allowed object is RecordRef

public void setSchedulenum (RecordRef value)

Sets the value of the schedulenum property.

Parameters
value Allowed object is RecordRef

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTax1Acct (RecordRef value)

Sets the value of the tax1Acct property.

Parameters
value Allowed object is RecordRef

public void setTax1Amt (Double value)

Sets the value of the tax1Amt property.

Parameters
value Allowed object is Double

public void setTaxCode (RecordRef value)

Sets the value of the taxCode property.

Parameters
value Allowed object is RecordRef

public void setTaxRate1 (Double value)

Sets the value of the taxRate1 property.

Parameters
value Allowed object is Double