public class Bill extends PurchaseByVendor implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Bill complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bill">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}PurchaseByVendor">
<sequence>
<element name="PayerRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="SalesTermRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="DueDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="RemitToAddr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" minOccurs="0"/>
<element name="ShipAddr" type="{http://schema.intuit.com/finance/v3}PhysicalAddress" minOccurs="0"/>
<element name="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="HomeBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="BillEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
balance |
protected IntuitAnyType |
billEx |
protected Date |
dueDate |
protected BigDecimal |
homeBalance |
protected ReferenceType |
payerRef |
protected PhysicalAddress |
remitToAddr |
protected ReferenceType |
salesTermRef |
protected PhysicalAddress |
shipAddr |
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 |
|---|
Bill() |
| 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 |
getBillEx()
Gets the value of the billEx property.
|
Date |
getDueDate()
Gets the value of the dueDate property.
|
BigDecimal |
getHomeBalance()
Gets the value of the homeBalance property.
|
ReferenceType |
getPayerRef()
Gets the value of the payerRef property.
|
PhysicalAddress |
getRemitToAddr()
Gets the value of the remitToAddr property.
|
ReferenceType |
getSalesTermRef()
Gets the value of the salesTermRef property.
|
PhysicalAddress |
getShipAddr()
Gets the value of the shipAddr 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 |
setBillEx(IntuitAnyType value)
Sets the value of the billEx property.
|
void |
setDueDate(Date value)
Sets the value of the dueDate property.
|
void |
setHomeBalance(BigDecimal value)
Sets the value of the homeBalance property.
|
void |
setPayerRef(ReferenceType value)
Sets the value of the payerRef property.
|
void |
setRemitToAddr(PhysicalAddress value)
Sets the value of the remitToAddr property.
|
void |
setSalesTermRef(ReferenceType value)
Sets the value of the salesTermRef property.
|
void |
setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr 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 ReferenceType payerRef
protected ReferenceType salesTermRef
protected Date dueDate
protected PhysicalAddress remitToAddr
protected PhysicalAddress shipAddr
protected BigDecimal balance
protected BigDecimal homeBalance
protected IntuitAnyType billEx
public ReferenceType getPayerRef()
ReferenceTypepublic void setPayerRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getSalesTermRef()
ReferenceTypepublic void setSalesTermRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic Date getDueDate()
Stringpublic void setDueDate(Date value)
value - allowed object is
Stringpublic PhysicalAddress getRemitToAddr()
PhysicalAddresspublic void setRemitToAddr(PhysicalAddress value)
value - allowed object is
PhysicalAddresspublic PhysicalAddress getShipAddr()
PhysicalAddresspublic void setShipAddr(PhysicalAddress value)
value - allowed object is
PhysicalAddresspublic BigDecimal getBalance()
BigDecimalpublic void setBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getHomeBalance()
BigDecimalpublic void setHomeBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic IntuitAnyType getBillEx()
IntuitAnyTypepublic void setBillEx(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 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.