| java.lang.Object |
| ↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
| |
↳ |
com.netsuite.webservices.lists.accounting_2010_2.types.AccountType |
Class Overview
Java class for AccountType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AccountType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="_accountsPayable"/>
<enumeration value="_accountsReceivable"/>
<enumeration value="_bank"/>
<enumeration value="_costOfGoodsSold"/>
<enumeration value="_creditCard"/>
<enumeration value="_deferredExpense"/>
<enumeration value="_deferredRevenue"/>
<enumeration value="_equity"/>
<enumeration value="_expense"/>
<enumeration value="_fixedAsset"/>
<enumeration value="_income"/>
<enumeration value="_longTermLiability"/>
<enumeration value="_nonPosting"/>
<enumeration value="_otherAsset"/>
<enumeration value="_otherCurrentAsset"/>
<enumeration value="_otherCurrentLiability"/>
<enumeration value="_otherExpense"/>
<enumeration value="_otherIncome"/>
<enumeration value="_unbilledReceivable"/>
</restriction>
</simpleType>
Summary
| Enum Values |
| AccountType |
ACCOUNTS_PAYABLE |
|
| AccountType |
ACCOUNTS_RECEIVABLE |
|
| AccountType |
BANK |
|
| AccountType |
COST_OF_GOODS_SOLD |
|
| AccountType |
CREDIT_CARD |
|
| AccountType |
DEFERRED_EXPENSE |
|
| AccountType |
DEFERRED_REVENUE |
|
| AccountType |
EQUITY |
|
| AccountType |
EXPENSE |
|
| AccountType |
FIXED_ASSET |
|
| AccountType |
INCOME |
|
| AccountType |
LONG_TERM_LIABILITY |
|
| AccountType |
NON_POSTING |
|
| AccountType |
OTHER_ASSET |
|
| AccountType |
OTHER_CURRENT_ASSET |
|
| AccountType |
OTHER_CURRENT_LIABILITY |
|
| AccountType |
OTHER_EXPENSE |
|
| AccountType |
OTHER_INCOME |
|
| AccountType |
UNBILLED_RECEIVABLE |
|
| Fields |
|
private
final
String |
value |
|
|
[Expand]
Inherited Fields |
From class
java.lang.Enum
|
private
final
String |
name |
|
|
private
final
int |
ordinal |
|
|
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
int
|
compareTo(Object arg0)
|
|
final
int
|
compareTo(E arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
AccountType
OTHER_CURRENT_LIABILITY
Fields
private
final
String
value
Public Methods