public class VendorCredit extends PurchaseByVendor implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for VendorCredit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VendorCredit">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}PurchaseByVendor">
<sequence>
<element name="VendorCreditEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
<element name="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
balance |
protected IntuitAnyType |
vendorCreditEx |
apAccountRef, billEmail, globalTaxCalculation, memo, replyEmail, totalAmt, vendorRefcurrencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
VendorCredit() |
| 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 |
getBalance()
Gets the value of the balance property.
|
IntuitAnyType |
getVendorCreditEx()
Gets the value of the vendorCreditEx property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBalance(BigDecimal value)
Sets the value of the balance property.
|
void |
setVendorCreditEx(IntuitAnyType value)
Sets the value of the vendorCreditEx property.
|
getAPAccountRef, getBillEmail, getGlobalTaxCalculation, getMemo, getReplyEmail, getTotalAmt, getVendorRef, setAPAccountRef, setBillEmail, setGlobalTaxCalculation, setMemo, setReplyEmail, setTotalAmt, setVendorRefgetCurrencyRef, 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 IntuitAnyType vendorCreditEx
protected BigDecimal balance
public IntuitAnyType getVendorCreditEx()
IntuitAnyTypepublic void setVendorCreditEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic BigDecimal getBalance()
BigDecimalpublic void setBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic 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 PurchaseByVendorpublic boolean equals(Object object)
equals in class PurchaseByVendorpublic 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 PurchaseByVendorpublic int hashCode()
hashCode in class PurchaseByVendorCopyright © 2017. All rights reserved.