| java.lang.Object |
| ↳ |
org.mule.modules.quickbooks.online.schema.LineBase |
Known Direct Subclasses
BillPaymentLine,
ChargeLine,
InventoryAdjustmentLine,
JournalEntryLine,
LinePurchase,
LineSales,
PaymentLine,
PayrollTxnLine,
PurchaseOrderLine,
SalesTaxPaymentCheckLine,
TaxLine
| BillPaymentLine |
Information associating some portion of the BillPayment with a sales transaction that is paid by it. |
| ChargeLine |
A service or product sold, along with quantity, price, and other descriptive information
Java class for ChargeLine complex type. |
| InventoryAdjustmentLine |
Adjusted inventory item, along with adjusted quantity, adjusted value, and other descriptive information
Java class for InventoryAdjustmentLine complex type. |
| JournalEntryLine |
A service or product sold, along with quantity, price, and other descriptive information
Java class for JournalEntryLine complex type. |
| LinePurchase |
Information about a specific good or service for which the check is being issued. |
| LineSales |
Java class for LineSales complex type. |
| PaymentLine |
Information associating some portion of the payment with a sales transaction that is paid by it. |
| PayrollTxnLine |
Payroll transaction line detail information
Java class for PayrollTxnLine complex type. |
| PurchaseOrderLine |
Information about a specific good or service purchased for which payment is being demanded, as part of a PurchaseOrder
Java class for PurchaseOrderLine complex type. |
| SalesTaxPaymentCheckLine |
Paid sales tax item, along with amount and other descriptive information
Java class for SalesTaxPaymentCheckLine complex type. |
| TaxLine |
A service or product sold, along with quantity, price, and other descriptive information
Java class for TaxLine complex type. |
|
Known Indirect Subclasses
BillLine,
CashPurchaseLine,
CheckLine,
CreditCardChargeLine,
CreditCardCreditLine,
CreditMemoLine,
EstimateLine,
InvoiceLine,
ItemReceiptLine,
SalesOrderLine,
SalesReceiptLine,
VendorCreditLine
| BillLine |
Information about a specific good or service purchased for which payment is being demanded, as part of a Bill
Java class for BillLine complex type. |
| CashPurchaseLine |
Information about a specific good or service for which the cash was paid. |
| CheckLine |
Information about a specific good or service for which the check is being issued. |
| CreditCardChargeLine |
Information about a specific good or service for which the CreditCardCharge is being issued. |
| CreditCardCreditLine |
Information about a specific good or service for which the CreditCardCredit is being issued. |
| CreditMemoLine |
A service or product sold, along with quantity, price, and other descriptive information
Java class for CreditMemoLine complex type. |
| EstimateLine |
A service or product proposed to be sold along with quantity, price and other descriptive information. |
| InvoiceLine |
A service or product sold, along with quantity, price, and other descriptive information
Java class for InvoiceLine complex type. |
| ItemReceiptLine |
Information about a specific good or service purchased which are shipped to the requestor. |
| SalesOrderLine |
Provides the line level detail of the items ordered by the SalesOrder and the associated detail. |
| SalesReceiptLine |
Provides line level detail of items (goods/services) sold on the SalesReceipt and associated detail
Java class for SalesReceiptLine complex type. |
| VendorCreditLine |
Information about a specific good or services returned for which credit is received. |
|
Class Overview
Subset of data that is common to all transaction lines.
Java class for LineBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Summary
| Public Methods |
|
String
|
getDesc()
Gets the value of the desc property.
|
|
IdType
|
getId()
Gets the value of the id property.
|
|
void
|
setDesc(String value)
Sets the value of the desc property.
|
|
void
|
setId(IdType value)
Sets the value of the id property.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
Public Methods
public
String
getDesc
()
Gets the value of the desc property.
Returns
- possible object is
String
public
IdType
getId
()
Gets the value of the id property.
public
void
setDesc
(String value)
Sets the value of the desc property.
Parameters
| value
| Allowed object is
String
|
public
void
setId
(IdType value)
Sets the value of the id property.
Parameters
| value
| Allowed object is
IdType
|