public class

Account

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2010_2.Account

Class Overview

Java class for Account complex type.

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

 <complexType name="Account">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="acctType" type="{urn:types.accounting_2010_2.lists.webservices.netsuite.com}AccountType" minOccurs="0"/>
         <element name="acctNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="acctName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="includeChildren" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="currency" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="generalRate" type="{urn:types.accounting_2010_2.lists.webservices.netsuite.com}ConsolidatedRate" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="cashFlowRate" type="{urn:types.accounting_2010_2.lists.webservices.netsuite.com}ConsolidatedRate" minOccurs="0"/>
         <element name="billableExpensesAcct" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="deferralAcct" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="curDocNum" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="inventory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="subsidiaryList" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="category1099misc" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="openingBalance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="translationsList" type="{urn:accounting_2010_2.lists.webservices.netsuite.com}AccountTranslationList" 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 acctName
protected String acctNumber
protected AccountType acctType
protected RecordRef billableExpensesAcct
protected ConsolidatedRate cashFlowRate
protected RecordRef category1099Misc
protected RecordRef clazz
protected Long curDocNum
protected RecordRef currency
protected CustomFieldList customFieldList
protected RecordRef deferralAcct
protected RecordRef department
protected String description
protected String exchangeRate
protected String externalId
protected ConsolidatedRate generalRate
protected Boolean includeChildren
protected String internalId
protected Boolean inventory
protected Boolean isInactive
protected RecordRef location
protected Double openingBalance
protected RecordRef parent
protected RecordRefList subsidiaryList
protected XMLGregorianCalendar tranDate
protected AccountTranslationList translationsList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Account()
Public Methods
String getAcctName()
Gets the value of the acctName property.
String getAcctNumber()
Gets the value of the acctNumber property.
AccountType getAcctType()
Gets the value of the acctType property.
RecordRef getBillableExpensesAcct()
Gets the value of the billableExpensesAcct property.
ConsolidatedRate getCashFlowRate()
Gets the value of the cashFlowRate property.
RecordRef getCategory1099Misc()
Gets the value of the category1099Misc property.
RecordRef getClazz()
Gets the value of the clazz property.
Long getCurDocNum()
Gets the value of the curDocNum property.
RecordRef getCurrency()
Gets the value of the currency property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getDeferralAcct()
Gets the value of the deferralAcct property.
RecordRef getDepartment()
Gets the value of the department property.
String getDescription()
Gets the value of the description property.
String getExchangeRate()
Gets the value of the exchangeRate property.
String getExternalId()
Gets the value of the externalId property.
ConsolidatedRate getGeneralRate()
Gets the value of the generalRate property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getLocation()
Gets the value of the location property.
Double getOpeningBalance()
Gets the value of the openingBalance property.
RecordRef getParent()
Gets the value of the parent property.
RecordRefList getSubsidiaryList()
Gets the value of the subsidiaryList property.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
AccountTranslationList getTranslationsList()
Gets the value of the translationsList property.
Boolean isIncludeChildren()
Gets the value of the includeChildren property.
Boolean isInventory()
Gets the value of the inventory property.
Boolean isIsInactive()
Gets the value of the isInactive property.
void setAcctName(String value)
Sets the value of the acctName property.
void setAcctNumber(String value)
Sets the value of the acctNumber property.
void setAcctType(AccountType value)
Sets the value of the acctType property.
void setBillableExpensesAcct(RecordRef value)
Sets the value of the billableExpensesAcct property.
void setCashFlowRate(ConsolidatedRate value)
Sets the value of the cashFlowRate property.
void setCategory1099Misc(RecordRef value)
Sets the value of the category1099Misc property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCurDocNum(Long value)
Sets the value of the curDocNum property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setDeferralAcct(RecordRef value)
Sets the value of the deferralAcct property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setDescription(String value)
Sets the value of the description property.
void setExchangeRate(String value)
Sets the value of the exchangeRate property.
void setExternalId(String value)
Sets the value of the externalId property.
void setGeneralRate(ConsolidatedRate value)
Sets the value of the generalRate property.
void setIncludeChildren(Boolean value)
Sets the value of the includeChildren property.
void setInternalId(String value)
Sets the value of the internalId property.
void setInventory(Boolean value)
Sets the value of the inventory property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setOpeningBalance(Double value)
Sets the value of the openingBalance property.
void setParent(RecordRef value)
Sets the value of the parent property.
void setSubsidiaryList(RecordRefList value)
Sets the value of the subsidiaryList property.
void setTranDate(XMLGregorianCalendar value)
Sets the value of the tranDate property.
void setTranslationsList(AccountTranslationList value)
Sets the value of the translationsList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected String acctName

protected String acctNumber

protected AccountType acctType

protected RecordRef billableExpensesAcct

protected ConsolidatedRate cashFlowRate

protected RecordRef category1099Misc

protected RecordRef clazz

protected Long curDocNum

protected RecordRef currency

protected CustomFieldList customFieldList

protected RecordRef deferralAcct

protected RecordRef department

protected String description

protected String exchangeRate

protected String externalId

protected ConsolidatedRate generalRate

protected Boolean includeChildren

protected String internalId

protected Boolean inventory

protected Boolean isInactive

protected RecordRef location

protected Double openingBalance

protected RecordRef parent

protected RecordRefList subsidiaryList

protected XMLGregorianCalendar tranDate

protected AccountTranslationList translationsList

Public Constructors

public Account ()

Public Methods

public String getAcctName ()

Gets the value of the acctName property.

Returns
  • possible object is String

public String getAcctNumber ()

Gets the value of the acctNumber property.

Returns
  • possible object is String

public AccountType getAcctType ()

Gets the value of the acctType property.

Returns

public RecordRef getBillableExpensesAcct ()

Gets the value of the billableExpensesAcct property.

Returns

public ConsolidatedRate getCashFlowRate ()

Gets the value of the cashFlowRate property.

Returns

public RecordRef getCategory1099Misc ()

Gets the value of the category1099Misc property.

Returns

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public Long getCurDocNum ()

Gets the value of the curDocNum property.

Returns
  • possible object is Long

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getDeferralAcct ()

Gets the value of the deferralAcct property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getExchangeRate ()

Gets the value of the exchangeRate property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public ConsolidatedRate getGeneralRate ()

Gets the value of the generalRate property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public Double getOpeningBalance ()

Gets the value of the openingBalance property.

Returns
  • possible object is Double

public RecordRef getParent ()

Gets the value of the parent property.

Returns

public RecordRefList getSubsidiaryList ()

Gets the value of the subsidiaryList property.

Returns

public XMLGregorianCalendar getTranDate ()

Gets the value of the tranDate property.

Returns
  • possible object is XMLGregorianCalendar

public AccountTranslationList getTranslationsList ()

Gets the value of the translationsList property.

Returns

public Boolean isIncludeChildren ()

Gets the value of the includeChildren property.

Returns
  • possible object is Boolean

public Boolean isInventory ()

Gets the value of the inventory property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public void setAcctName (String value)

Sets the value of the acctName property.

Parameters
value Allowed object is String

public void setAcctNumber (String value)

Sets the value of the acctNumber property.

Parameters
value Allowed object is String

public void setAcctType (AccountType value)

Sets the value of the acctType property.

Parameters
value Allowed object is AccountType

public void setBillableExpensesAcct (RecordRef value)

Sets the value of the billableExpensesAcct property.

Parameters
value Allowed object is RecordRef

public void setCashFlowRate (ConsolidatedRate value)

Sets the value of the cashFlowRate property.

Parameters
value Allowed object is ConsolidatedRate

public void setCategory1099Misc (RecordRef value)

Sets the value of the category1099Misc 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 setCurDocNum (Long value)

Sets the value of the curDocNum property.

Parameters
value Allowed object is Long

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setDeferralAcct (RecordRef value)

Sets the value of the deferralAcct 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 setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExchangeRate (String value)

Sets the value of the exchangeRate property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setGeneralRate (ConsolidatedRate value)

Sets the value of the generalRate property.

Parameters
value Allowed object is ConsolidatedRate

public void setIncludeChildren (Boolean value)

Sets the value of the includeChildren property.

Parameters
value Allowed object is Boolean

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setInventory (Boolean value)

Sets the value of the inventory property.

Parameters
value Allowed object is Boolean

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setOpeningBalance (Double value)

Sets the value of the openingBalance property.

Parameters
value Allowed object is Double

public void setParent (RecordRef value)

Sets the value of the parent property.

Parameters
value Allowed object is RecordRef

public void setSubsidiaryList (RecordRefList value)

Sets the value of the subsidiaryList property.

Parameters
value Allowed object is RecordRefList

public void setTranDate (XMLGregorianCalendar value)

Sets the value of the tranDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTranslationsList (AccountTranslationList value)

Sets the value of the translationsList property.

Parameters
value Allowed object is AccountTranslationList