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, txnTaxDetail
attachableRef, 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, setTxnTaxDetail
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected ReferenceType vendorRef
protected ReferenceType apAccountRef
protected BigDecimal totalAmt
protected EmailAddress billEmail
protected EmailAddress replyEmail
protected String memo
protected GlobalTaxCalculationEnum globalTaxCalculation
public ReferenceType getVendorRef()
ReferenceType
public void setVendorRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getAPAccountRef()
ReferenceType
public void setAPAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public BigDecimal getTotalAmt()
BigDecimal
public void setTotalAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public EmailAddress getBillEmail()
EmailAddress
public void setBillEmail(EmailAddress value)
value
- allowed object is
EmailAddress
public EmailAddress getReplyEmail()
EmailAddress
public void setReplyEmail(EmailAddress value)
value
- allowed object is
EmailAddress
public String getMemo()
String
public void setMemo(String value)
value
- allowed object is
String
public GlobalTaxCalculationEnum getGlobalTaxCalculation()
GlobalTaxCalculationEnum
public void setGlobalTaxCalculation(GlobalTaxCalculationEnum value)
value
- allowed object is
GlobalTaxCalculationEnum
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.