public class Deposit extends Transaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Deposit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Deposit">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}Transaction">
<sequence>
<element name="DepositToAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="CashBack" type="{http://schema.intuit.com/finance/v3}CashBackInfo" minOccurs="0"/>
<element name="GlobalTaxCalculation" type="{http://schema.intuit.com/finance/v3}GlobalTaxCalculationEnum" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="HomeTotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="DepositEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CashBackInfo |
cashBack |
protected IntuitAnyType |
depositEx |
protected ReferenceType |
depositToAccountRef |
protected GlobalTaxCalculationEnum |
globalTaxCalculation |
protected BigDecimal |
homeTotalAmt |
protected BigDecimal |
totalAmt |
currencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
Deposit() |
| 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) |
CashBackInfo |
getCashBack()
Gets the value of the cashBack property.
|
IntuitAnyType |
getDepositEx()
Gets the value of the depositEx property.
|
ReferenceType |
getDepositToAccountRef()
Gets the value of the depositToAccountRef property.
|
GlobalTaxCalculationEnum |
getGlobalTaxCalculation()
Gets the value of the globalTaxCalculation property.
|
BigDecimal |
getHomeTotalAmt()
Gets the value of the homeTotalAmt property.
|
BigDecimal |
getTotalAmt()
Gets the value of the totalAmt property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCashBack(CashBackInfo value)
Sets the value of the cashBack property.
|
void |
setDepositEx(IntuitAnyType value)
Sets the value of the depositEx property.
|
void |
setDepositToAccountRef(ReferenceType value)
Sets the value of the depositToAccountRef property.
|
void |
setGlobalTaxCalculation(GlobalTaxCalculationEnum value)
Sets the value of the globalTaxCalculation property.
|
void |
setHomeTotalAmt(BigDecimal value)
Sets the value of the homeTotalAmt property.
|
void |
setTotalAmt(BigDecimal value)
Sets the value of the totalAmt property.
|
getCurrencyRef, getDepartmentRef, getDocNumber, getExchangeRate, getLine, getLinkedTxn, getPrivateNote, getTaxFormNum, getTaxFormType, getTransactionLocationType, getTxnDate, getTxnSource, getTxnStatus, getTxnTaxDetail, setCurrencyRef, setDepartmentRef, setDocNumber, setExchangeRate, setLine, setLinkedTxn, setPrivateNote, setTaxFormNum, setTaxFormType, setTransactionLocationType, setTxnDate, setTxnSource, setTxnStatus, setTxnTaxDetailgetAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected ReferenceType depositToAccountRef
protected CashBackInfo cashBack
protected GlobalTaxCalculationEnum globalTaxCalculation
protected BigDecimal totalAmt
protected BigDecimal homeTotalAmt
protected IntuitAnyType depositEx
public ReferenceType getDepositToAccountRef()
ReferenceTypepublic void setDepositToAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic CashBackInfo getCashBack()
CashBackInfopublic void setCashBack(CashBackInfo value)
value - allowed object is
CashBackInfopublic GlobalTaxCalculationEnum getGlobalTaxCalculation()
GlobalTaxCalculationEnumpublic void setGlobalTaxCalculation(GlobalTaxCalculationEnum value)
value - allowed object is
GlobalTaxCalculationEnumpublic BigDecimal getTotalAmt()
BigDecimalpublic void setTotalAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getHomeTotalAmt()
BigDecimalpublic void setHomeTotalAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic IntuitAnyType getDepositEx()
IntuitAnyTypepublic void setDepositEx(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 Transactionpublic boolean equals(Object object)
equals in class Transactionpublic 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 Transactionpublic int hashCode()
hashCode in class TransactionCopyright © 2017. All rights reserved.