public class Transfer extends Transaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Transfer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transfer">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}Transaction">
<sequence>
<element name="FromAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="ToAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ClassRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="TransferEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected ReferenceType |
classRef |
protected ReferenceType |
fromAccountRef |
protected ReferenceType |
toAccountRef |
protected IntuitAnyType |
transferEx |
currencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
Transfer() |
| 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) |
BigDecimal |
getAmount()
Gets the value of the amount property.
|
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
ReferenceType |
getFromAccountRef()
Gets the value of the fromAccountRef property.
|
ReferenceType |
getToAccountRef()
Gets the value of the toAccountRef property.
|
IntuitAnyType |
getTransferEx()
Gets the value of the transferEx property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setFromAccountRef(ReferenceType value)
Sets the value of the fromAccountRef property.
|
void |
setToAccountRef(ReferenceType value)
Sets the value of the toAccountRef property.
|
void |
setTransferEx(IntuitAnyType value)
Sets the value of the transferEx 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 fromAccountRef
protected ReferenceType toAccountRef
protected BigDecimal amount
protected ReferenceType classRef
protected IntuitAnyType transferEx
public ReferenceType getFromAccountRef()
ReferenceTypepublic void setFromAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getToAccountRef()
ReferenceTypepublic void setToAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic ReferenceType getClassRef()
ReferenceTypepublic void setClassRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic IntuitAnyType getTransferEx()
IntuitAnyTypepublic void setTransferEx(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.