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, 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 |
---|
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, setVendorRef
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 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()
ReferenceType
public void setPayerRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getSalesTermRef()
ReferenceType
public void setSalesTermRef(ReferenceType value)
value
- allowed object is
ReferenceType
public Date getDueDate()
String
public void setDueDate(Date value)
value
- allowed object is
String
public PhysicalAddress getRemitToAddr()
PhysicalAddress
public void setRemitToAddr(PhysicalAddress value)
value
- allowed object is
PhysicalAddress
public PhysicalAddress getShipAddr()
PhysicalAddress
public void setShipAddr(PhysicalAddress value)
value
- allowed object is
PhysicalAddress
public BigDecimal getBalance()
BigDecimal
public void setBalance(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getHomeBalance()
BigDecimal
public void setHomeBalance(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getBillEx()
IntuitAnyType
public void setBillEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
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 PurchaseByVendor
public boolean equals(Object object)
equals
in class PurchaseByVendor
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 PurchaseByVendor
public int hashCode()
hashCode
in class PurchaseByVendor
Copyright © 2017. All rights reserved.