| java.lang.Object |
| ↳ |
org.mule.modules.quickbooks.windows.schema.LineBase |
Known Direct Subclasses
BillPaymentLine,
BuildAssemblyLine,
ChargeLine,
DepositLine,
InventoryAdjustmentLine,
InventoryTransferLine,
JournalEntryLine,
LinePurchase,
LineSales,
PaymentLine,
PurchaseOrderLine,
SalesTaxPaymentCheckLine,
TaxLine
| BillPaymentLine |
Product: ALL
Description: Information associating some portion of the BillPayment with a sales transaction that is paid by it. |
| BuildAssemblyLine |
Product: QBW
Description: Specifies a component of the Build assembly transaction. |
| ChargeLine |
Product: QBW
Description: A service or product sold, along with quantity, price, and other descriptive information
Java class for ChargeLine complex type. |
| DepositLine |
Product: QBW
Description: Each deposit line describes one deposit into the account indicated by the Deposit To Account data in the header. |
| InventoryAdjustmentLine |
Product: QBW
Description: Adjusted inventory item, along with adjusted quantity, adjusted value, and other descriptive information. |
| InventoryTransferLine |
Product: QBW
Description: Adjusted inventory item, along with adjusted quantity, adjusted value, and other descriptive information
Java class for InventoryTransferLine complex type. |
| JournalEntryLine |
Product: QBW
Description: Specifies one debit or on credit in the General Journal transaction. |
| LinePurchase |
Product: ALL
Description: Information about a specific good or service for which the check is being issued. |
| LineSales |
Product: ALL
Description: Information about a specific good or service for which the check is being issued. |
| PaymentLine |
Product: QBW
Description: Information associating some portion of the payment with a sales transaction that is paid by it. |
| PurchaseOrderLine |
Product: QBW
Description: Information about a specific good or service purchased for which payment is being demanded, as part of a PurchaseOrder. |
| SalesTaxPaymentCheckLine |
Product: QBW
Description: Paid sales tax item, along with amount and other descriptive information
Java class for SalesTaxPaymentCheckLine complex type. |
| TaxLine |
Product: QBW
Description: 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 |
Product: ALL
Description: 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 |
Product: ALL
Description: Information about a specific good or service for which the cash was paid. |
| CheckLine |
Product: ALL
Description: Information about a specific good or service for which the check is being issued. |
| CreditCardChargeLine |
Product: ALL
Description: Information about a specific good or service for which the CreditCardCharge is being issued. |
| CreditCardCreditLine |
Product: QBW
Description: Information about a specific good or service for which the CreditCardCredit is being issued. |
| CreditMemoLine |
Product: QBW
Description: A service or product sold, along with quantity, price, and other descriptive information
Java class for CreditMemoLine complex type. |
| EstimateLine |
Product: ALL
Description: A service or product proposed to be sold along with quantity, price and other descriptive information. |
| InvoiceLine |
Product: ALL
Description: A service or product sold, along with quantity, price, and other descriptive information
Java class for InvoiceLine complex type. |
| ItemReceiptLine |
Product: QBW
Description: Information about a specific good or service purchased which are shipped to the requestor. |
| SalesOrderLine |
Product: QBW
Description: Provides the line level detail of the items ordered by the SalesOrder and the associated detail. |
| SalesReceiptLine |
Product: ALL
Description: Provides line level detail of items (goods/services) sold on the SalesReceipt and associated detail
Java class for SalesReceiptLine complex type. |
| VendorCreditLine |
Product: QBW
Description: Information about a specific good or services returned for which credit is received. |
|
Class Overview
Product: ALL
Description: 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"/>
<element name="GroupMember" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CustomField" type="{http://www.intuit.com/sb/cdm/v2}CustomField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Summary
| Public Methods |
|
List<CustomField>
|
getCustomField()
Gets the value of the customField property.
|
|
String
|
getDesc()
Gets the value of the desc property.
|
|
IdType
|
getId()
Gets the value of the id property.
|
|
Boolean
|
isGroupMember()
Gets the value of the groupMember property.
|
|
void
|
setDesc(String value)
Sets the value of the desc property.
|
|
void
|
setGroupMember(Boolean value)
Sets the value of the groupMember 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
protected
Boolean
groupMember
Public Constructors
Public Methods
public
List<CustomField>
getCustomField
()
Gets the value of the customField property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customField property.
For example, to add a new item, do as follows:
getCustomField().add(newItem);
Objects of the following type(s) are allowed in the list
CustomField
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
Boolean
isGroupMember
()
Gets the value of the groupMember property.
Returns
- possible object is
Boolean
public
void
setDesc
(String value)
Sets the value of the desc property.
Parameters
| value
| Allowed object is
String
|
public
void
setGroupMember
(Boolean value)
Sets the value of the groupMember property.
Parameters
| value
| Allowed object is
Boolean
|
public
void
setId
(IdType value)
Sets the value of the id property.
Parameters
| value
| Allowed object is
IdType
|