public class PurchaseByVendor extends Transaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for PurchaseByVendor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PurchaseByVendor">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}Transaction">
<sequence>
<element name="VendorRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="APAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="BillEmail" type="{http://schema.intuit.com/finance/v3}EmailAddress" minOccurs="0"/>
<element name="ReplyEmail" type="{http://schema.intuit.com/finance/v3}EmailAddress" minOccurs="0"/>
<element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GlobalTaxCalculation" type="{http://schema.intuit.com/finance/v3}GlobalTaxCalculationEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
apAccountRef |
protected EmailAddress |
billEmail |
protected GlobalTaxCalculationEnum |
globalTaxCalculation |
protected String |
memo |
protected EmailAddress |
replyEmail |
protected BigDecimal |
totalAmt |
protected ReferenceType |
vendorRef |
currencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
PurchaseByVendor() |
| 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) |
ReferenceType |
getAPAccountRef()
Gets the value of the apAccountRef property.
|
EmailAddress |
getBillEmail()
Gets the value of the billEmail property.
|
GlobalTaxCalculationEnum |
getGlobalTaxCalculation()
Gets the value of the globalTaxCalculation property.
|
String |
getMemo()
Gets the value of the memo property.
|
EmailAddress |
getReplyEmail()
Gets the value of the replyEmail property.
|
BigDecimal |
getTotalAmt()
Gets the value of the totalAmt property.
|
ReferenceType |
getVendorRef()
Gets the value of the vendorRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAPAccountRef(ReferenceType value)
Sets the value of the apAccountRef property.
|
void |
setBillEmail(EmailAddress value)
Sets the value of the billEmail property.
|
void |
setGlobalTaxCalculation(GlobalTaxCalculationEnum value)
Sets the value of the globalTaxCalculation property.
|
void |
setMemo(String value)
Sets the value of the memo property.
|
void |
setReplyEmail(EmailAddress value)
Sets the value of the replyEmail property.
|
void |
setTotalAmt(BigDecimal value)
Sets the value of the totalAmt property.
|
void |
setVendorRef(ReferenceType value)
Sets the value of the vendorRef 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 vendorRef
protected ReferenceType apAccountRef
protected BigDecimal totalAmt
protected EmailAddress billEmail
protected EmailAddress replyEmail
protected String memo
protected GlobalTaxCalculationEnum globalTaxCalculation
public ReferenceType getVendorRef()
ReferenceTypepublic void setVendorRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getAPAccountRef()
ReferenceTypepublic void setAPAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getTotalAmt()
BigDecimalpublic void setTotalAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic EmailAddress getBillEmail()
EmailAddresspublic void setBillEmail(EmailAddress value)
value - allowed object is
EmailAddresspublic EmailAddress getReplyEmail()
EmailAddresspublic void setReplyEmail(EmailAddress value)
value - allowed object is
EmailAddresspublic String getMemo()
Stringpublic void setMemo(String value)
value - allowed object is
Stringpublic GlobalTaxCalculationEnum getGlobalTaxCalculation()
GlobalTaxCalculationEnumpublic void setGlobalTaxCalculation(GlobalTaxCalculationEnum value)
value - allowed object is
GlobalTaxCalculationEnumpublic 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.