public class Account extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Account complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Account">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ParentRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullyQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AccountAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TxnLocationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Classification" type="{http://schema.intuit.com/finance/v3}AccountClassificationEnum" minOccurs="0"/>
<element name="AccountType" type="{http://schema.intuit.com/finance/v3}AccountTypeEnum" minOccurs="0"/>
<element name="AccountSubType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AcctNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AcctNumExtn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BankNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OpeningBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="OpeningBalanceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="CurrentBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CurrentBalanceWithSubAccounts" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CurrencyRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="TaxAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="TaxCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="OnlineBankingEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FIName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="JournalCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="AccountEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountAlias |
protected IntuitAnyType |
accountEx |
protected String |
accountSubType |
protected AccountTypeEnum |
accountType |
protected String |
acctNum |
protected String |
acctNumExtn |
protected Boolean |
active |
protected String |
bankNum |
protected AccountClassificationEnum |
classification |
protected ReferenceType |
currencyRef |
protected BigDecimal |
currentBalance |
protected BigDecimal |
currentBalanceWithSubAccounts |
protected String |
description |
protected String |
fiName |
protected String |
fullyQualifiedName |
protected ReferenceType |
journalCodeRef |
protected String |
name |
protected Boolean |
onlineBankingEnabled |
protected BigDecimal |
openingBalance |
protected Date |
openingBalanceDate |
protected ReferenceType |
parentRef |
protected Boolean |
subAccount |
protected Boolean |
taxAccount |
protected ReferenceType |
taxCodeRef |
protected String |
txnLocationType |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getAccountAlias()
Gets the value of the accountAlias property.
|
IntuitAnyType |
getAccountEx()
Gets the value of the accountEx property.
|
String |
getAccountSubType()
Gets the value of the accountSubType property.
|
AccountTypeEnum |
getAccountType()
Gets the value of the accountType property.
|
String |
getAcctNum()
Gets the value of the acctNum property.
|
String |
getAcctNumExtn()
Gets the value of the acctNumExtn property.
|
String |
getBankNum()
Gets the value of the bankNum property.
|
AccountClassificationEnum |
getClassification()
Gets the value of the classification property.
|
ReferenceType |
getCurrencyRef()
Gets the value of the currencyRef property.
|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
BigDecimal |
getCurrentBalanceWithSubAccounts()
Gets the value of the currentBalanceWithSubAccounts property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFIName()
Gets the value of the fiName property.
|
String |
getFullyQualifiedName()
Gets the value of the fullyQualifiedName property.
|
ReferenceType |
getJournalCodeRef()
Gets the value of the journalCodeRef property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getOpeningBalance()
Gets the value of the openingBalance property.
|
Date |
getOpeningBalanceDate()
Gets the value of the openingBalanceDate property.
|
ReferenceType |
getParentRef()
Gets the value of the parentRef property.
|
ReferenceType |
getTaxCodeRef()
Gets the value of the taxCodeRef property.
|
String |
getTxnLocationType()
Gets the value of the txnLocationType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isOnlineBankingEnabled()
Gets the value of the onlineBankingEnabled property.
|
Boolean |
isSubAccount()
Gets the value of the subAccount property.
|
Boolean |
isTaxAccount()
Gets the value of the taxAccount property.
|
void |
setAccountAlias(String value)
Sets the value of the accountAlias property.
|
void |
setAccountEx(IntuitAnyType value)
Sets the value of the accountEx property.
|
void |
setAccountSubType(String value)
Sets the value of the accountSubType property.
|
void |
setAccountType(AccountTypeEnum value)
Sets the value of the accountType property.
|
void |
setAcctNum(String value)
Sets the value of the acctNum property.
|
void |
setAcctNumExtn(String value)
Sets the value of the acctNumExtn property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setBankNum(String value)
Sets the value of the bankNum property.
|
void |
setClassification(AccountClassificationEnum value)
Sets the value of the classification property.
|
void |
setCurrencyRef(ReferenceType value)
Sets the value of the currencyRef property.
|
void |
setCurrentBalance(BigDecimal value)
Sets the value of the currentBalance property.
|
void |
setCurrentBalanceWithSubAccounts(BigDecimal value)
Sets the value of the currentBalanceWithSubAccounts property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFIName(String value)
Sets the value of the fiName property.
|
void |
setFullyQualifiedName(String value)
Sets the value of the fullyQualifiedName property.
|
void |
setJournalCodeRef(ReferenceType value)
Sets the value of the journalCodeRef property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnlineBankingEnabled(Boolean value)
Sets the value of the onlineBankingEnabled property.
|
void |
setOpeningBalance(BigDecimal value)
Sets the value of the openingBalance property.
|
void |
setOpeningBalanceDate(Date value)
Sets the value of the openingBalanceDate property.
|
void |
setParentRef(ReferenceType value)
Sets the value of the parentRef property.
|
void |
setSubAccount(Boolean value)
Sets the value of the subAccount property.
|
void |
setTaxAccount(Boolean value)
Sets the value of the taxAccount property.
|
void |
setTaxCodeRef(ReferenceType value)
Sets the value of the taxCodeRef property.
|
void |
setTxnLocationType(String value)
Sets the value of the txnLocationType property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String name
protected Boolean subAccount
protected ReferenceType parentRef
protected String description
protected String fullyQualifiedName
protected String accountAlias
protected String txnLocationType
protected Boolean active
protected AccountClassificationEnum classification
protected AccountTypeEnum accountType
protected String accountSubType
protected String acctNum
protected String acctNumExtn
protected String bankNum
protected BigDecimal openingBalance
protected Date openingBalanceDate
protected BigDecimal currentBalance
protected BigDecimal currentBalanceWithSubAccounts
protected ReferenceType currencyRef
protected Boolean taxAccount
protected ReferenceType taxCodeRef
protected Boolean onlineBankingEnabled
protected String fiName
protected ReferenceType journalCodeRef
protected IntuitAnyType accountEx
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isSubAccount()
Booleanpublic void setSubAccount(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getParentRef()
ReferenceTypepublic void setParentRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getFullyQualifiedName()
Stringpublic void setFullyQualifiedName(String value)
value - allowed object is
Stringpublic String getAccountAlias()
Stringpublic void setAccountAlias(String value)
value - allowed object is
Stringpublic String getTxnLocationType()
Stringpublic void setTxnLocationType(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic AccountClassificationEnum getClassification()
AccountClassificationEnumpublic void setClassification(AccountClassificationEnum value)
value - allowed object is
AccountClassificationEnumpublic AccountTypeEnum getAccountType()
AccountTypeEnumpublic void setAccountType(AccountTypeEnum value)
value - allowed object is
AccountTypeEnumpublic String getAccountSubType()
Stringpublic void setAccountSubType(String value)
value - allowed object is
Stringpublic String getAcctNum()
Stringpublic void setAcctNum(String value)
value - allowed object is
Stringpublic String getAcctNumExtn()
Stringpublic void setAcctNumExtn(String value)
value - allowed object is
Stringpublic String getBankNum()
Stringpublic void setBankNum(String value)
value - allowed object is
Stringpublic BigDecimal getOpeningBalance()
BigDecimalpublic void setOpeningBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic Date getOpeningBalanceDate()
Stringpublic void setOpeningBalanceDate(Date value)
value - allowed object is
Stringpublic BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getCurrentBalanceWithSubAccounts()
BigDecimalpublic void setCurrentBalanceWithSubAccounts(BigDecimal value)
value - allowed object is
BigDecimalpublic ReferenceType getCurrencyRef()
ReferenceTypepublic void setCurrencyRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic Boolean isTaxAccount()
Booleanpublic void setTaxAccount(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getTaxCodeRef()
ReferenceTypepublic void setTaxCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic Boolean isOnlineBankingEnabled()
Booleanpublic void setOnlineBankingEnabled(Boolean value)
value - allowed object is
Booleanpublic String getFIName()
Stringpublic void setFIName(String value)
value - allowed object is
Stringpublic ReferenceType getJournalCodeRef()
ReferenceTypepublic void setJournalCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic IntuitAnyType getAccountEx()
IntuitAnyTypepublic void setAccountEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.