public class MasterAccount extends Account implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for MasterAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MasterAccount"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}Account"> <sequence> <element name="AccountExistsInCompany" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
accountExistsInCompany |
accountAlias, accountEx, accountSubType, accountType, acctNum, acctNumExtn, active, bankNum, classification, currencyRef, currentBalance, currentBalanceWithSubAccounts, description, fiName, fullyQualifiedName, journalCodeRef, name, onlineBankingEnabled, openingBalance, openingBalanceDate, parentRef, subAccount, taxAccount, taxCodeRef, txnLocationType
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
MasterAccount() |
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) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isAccountExistsInCompany()
Gets the value of the accountExistsInCompany property.
|
void |
setAccountExistsInCompany(Boolean value)
Sets the value of the accountExistsInCompany property.
|
getAccountAlias, getAccountEx, getAccountSubType, getAccountType, getAcctNum, getAcctNumExtn, getBankNum, getClassification, getCurrencyRef, getCurrentBalance, getCurrentBalanceWithSubAccounts, getDescription, getFIName, getFullyQualifiedName, getJournalCodeRef, getName, getOpeningBalance, getOpeningBalanceDate, getParentRef, getTaxCodeRef, getTxnLocationType, isActive, isOnlineBankingEnabled, isSubAccount, isTaxAccount, setAccountAlias, setAccountEx, setAccountSubType, setAccountType, setAcctNum, setAcctNumExtn, setActive, setBankNum, setClassification, setCurrencyRef, setCurrentBalance, setCurrentBalanceWithSubAccounts, setDescription, setFIName, setFullyQualifiedName, setJournalCodeRef, setName, setOnlineBankingEnabled, setOpeningBalance, setOpeningBalanceDate, setParentRef, setSubAccount, setTaxAccount, setTaxCodeRef, setTxnLocationType
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected Boolean accountExistsInCompany
public Boolean isAccountExistsInCompany()
Boolean
public void setAccountExistsInCompany(Boolean value)
value
- allowed object is
Boolean
public 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)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Copyright © 2017. All rights reserved.