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, txnTaxDetail
attachableRef, 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, setTxnTaxDetail
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected ReferenceType depositToAccountRef
protected CashBackInfo cashBack
protected GlobalTaxCalculationEnum globalTaxCalculation
protected BigDecimal totalAmt
protected BigDecimal homeTotalAmt
protected IntuitAnyType depositEx
public ReferenceType getDepositToAccountRef()
ReferenceType
public void setDepositToAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public CashBackInfo getCashBack()
CashBackInfo
public void setCashBack(CashBackInfo value)
value
- allowed object is
CashBackInfo
public GlobalTaxCalculationEnum getGlobalTaxCalculation()
GlobalTaxCalculationEnum
public void setGlobalTaxCalculation(GlobalTaxCalculationEnum value)
value
- allowed object is
GlobalTaxCalculationEnum
public BigDecimal getTotalAmt()
BigDecimal
public void setTotalAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getHomeTotalAmt()
BigDecimal
public void setHomeTotalAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getDepositEx()
IntuitAnyType
public void setDepositEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
equals
in class Transaction
public boolean equals(Object object)
equals
in class Transaction
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class Transaction
public int hashCode()
hashCode
in class Transaction
Copyright © 2017. All rights reserved.