public class

ExpenseReport

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.transactions.employees_2010_2.ExpenseReport

Class Overview

Java class for ExpenseReport complex type.

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

 <complexType name="ExpenseReport">
   <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="status" type="{http://www.w3.org/2001/XMLSchema}string" 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="tranId" 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="dueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="advance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="tax1Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="amount" 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="complete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="supervisorApproval" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="accountingApproval" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="useMultiCurrency" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="tax2Amt" 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="expenseList" type="{urn:employees_2010_2.transactions.webservices.netsuite.com}ExpenseReportExpenseList" 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 Boolean accountingApproval
protected Double advance
protected Double amount
protected RecordRef clazz
protected Boolean complete
protected XMLGregorianCalendar createdDate
protected CustomFieldList customFieldList
protected RecordRef customForm
protected RecordRef department
protected XMLGregorianCalendar dueDate
protected RecordRef entity
protected ExpenseReportExpenseList expenseList
protected String externalId
protected String internalId
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected String memo
protected RecordRef postingPeriod
protected String status
protected RecordRef subsidiary
protected Boolean supervisorApproval
protected Double tax1Amt
protected Double tax2Amt
protected Double total
protected XMLGregorianCalendar tranDate
protected String tranId
protected Boolean useMultiCurrency
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
ExpenseReport()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
Double getAdvance()
Gets the value of the advance property.
Double getAmount()
Gets the value of the amount 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.
XMLGregorianCalendar getDueDate()
Gets the value of the dueDate property.
RecordRef getEntity()
Gets the value of the entity property.
ExpenseReportExpenseList 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.
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 getTax1Amt()
Gets the value of the tax1Amt property.
Double getTax2Amt()
Gets the value of the tax2Amt 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.
Boolean isAccountingApproval()
Gets the value of the accountingApproval property.
Boolean isComplete()
Gets the value of the complete property.
Boolean isSupervisorApproval()
Gets the value of the supervisorApproval property.
Boolean isUseMultiCurrency()
Gets the value of the useMultiCurrency property.
void setAccount(RecordRef value)
Sets the value of the account property.
void setAccountingApproval(Boolean value)
Sets the value of the accountingApproval property.
void setAdvance(Double value)
Sets the value of the advance property.
void setAmount(Double value)
Sets the value of the amount property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setComplete(Boolean value)
Sets the value of the complete 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 setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate property.
void setEntity(RecordRef value)
Sets the value of the entity property.
void setExpenseList(ExpenseReportExpenseList 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 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 setSupervisorApproval(Boolean value)
Sets the value of the supervisorApproval property.
void setTax1Amt(Double value)
Sets the value of the tax1Amt property.
void setTax2Amt(Double value)
Sets the value of the tax2Amt 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 setUseMultiCurrency(Boolean value)
Sets the value of the useMultiCurrency property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected RecordRef account

protected Boolean accountingApproval

protected Double advance

protected Double amount

protected RecordRef clazz

protected Boolean complete

protected XMLGregorianCalendar createdDate

protected CustomFieldList customFieldList

protected RecordRef customForm

protected RecordRef department

protected XMLGregorianCalendar dueDate

protected RecordRef entity

protected ExpenseReportExpenseList expenseList

protected String externalId

protected String internalId

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected String memo

protected RecordRef postingPeriod

protected String status

protected RecordRef subsidiary

protected Boolean supervisorApproval

protected Double tax1Amt

protected Double tax2Amt

protected Double total

protected XMLGregorianCalendar tranDate

protected String tranId

protected Boolean useMultiCurrency

Public Constructors

public ExpenseReport ()

Public Methods

public RecordRef getAccount ()

Gets the value of the account property.

Returns

public Double getAdvance ()

Gets the value of the advance property.

Returns
  • possible object is Double

public Double getAmount ()

Gets the value of the amount 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 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 ExpenseReportExpenseList 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 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 getTax1Amt ()

Gets the value of the tax1Amt property.

Returns
  • possible object is Double

public Double getTax2Amt ()

Gets the value of the tax2Amt property.

Returns
  • possible object is Double

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 Boolean isAccountingApproval ()

Gets the value of the accountingApproval property.

Returns
  • possible object is Boolean

public Boolean isComplete ()

Gets the value of the complete property.

Returns
  • possible object is Boolean

public Boolean isSupervisorApproval ()

Gets the value of the supervisorApproval property.

Returns
  • possible object is Boolean

public Boolean isUseMultiCurrency ()

Gets the value of the useMultiCurrency 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 setAccountingApproval (Boolean value)

Sets the value of the accountingApproval property.

Parameters
value Allowed object is Boolean

public void setAdvance (Double value)

Sets the value of the advance property.

Parameters
value Allowed object is Double

public void setAmount (Double value)

Sets the value of the amount 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 setComplete (Boolean value)

Sets the value of the complete property.

Parameters
value Allowed object is Boolean

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 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 setExpenseList (ExpenseReportExpenseList value)

Sets the value of the expenseList property.

Parameters
value Allowed object is ExpenseReportExpenseList

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

Sets the value of the supervisorApproval property.

Parameters
value Allowed object is Boolean

public void setTax1Amt (Double value)

Sets the value of the tax1Amt property.

Parameters
value Allowed object is Double

public void setTax2Amt (Double value)

Sets the value of the tax2Amt property.

Parameters
value Allowed object is Double

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

Sets the value of the useMultiCurrency property.

Parameters
value Allowed object is Boolean