public class

Check

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.Check

Class Overview

Product: QBO Description: Financial transaction representing a payment to a payee. The Check represents an expense to the business paid as a check transaction. The expense is of the following types: [li]Item based expense for the item that is purchased for reselling. [/li][li]Account based expense for the amount spend on an account, such as expense incurred on "advertisement expense" account.[/li] EndPoint: qbo.intuit.com Business Rules: None Product: QBW Description: Financial transaction representing a payment to a payee. When used together with a realm synchronized with a QuickBooks company, the IDS Check object maps to the QuickBooks Check. Upon synchronization with QuickBooks, the IDS Check Add operation results in a new Check added to the QuickBooks register. Check Add creates a Check similar to what a user might create in the QuickBooks "Write Checks" form. The Write Checks form can be reached in the QuickBooks UI by selecting Banking->Write Checks or by clicking on the Write Checks icon in the Home page. [br/] In the Check line items, you refer to an item via the ItemName field. That references automatically supplies the base unit of measure (UOM) for the item, and its description. You need only supply the quantity and unit price. At least one line item is required. EndPoint: services.intuit.com Business Rules: None

Java class for Check complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Check">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Header" type="{http://www.intuit.com/sb/cdm/v2}CheckHeader" minOccurs="0"/>
         <element name="Line" type="{http://www.intuit.com/sb/cdm/v2}CheckLine" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class org.mule.modules.quickbooks.windows.schema.CdmObject
Fields
protected CheckHeader header
protected List<CheckLine> line
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
Check()
Public Methods
CheckHeader getHeader()
Gets the value of the header property.
List<CheckLine> getLine()
Gets the value of the line property.
void setHeader(CheckHeader value)
Sets the value of the header property.
void setLine(List<CheckLine> line)
Sets the value of the line property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CheckHeader header

protected List<CheckLine> line

Public Constructors

public Check ()

Public Methods

public CheckHeader getHeader ()

Gets the value of the header property.

Returns

public List<CheckLine> getLine ()

Gets the value of the line 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 line property.

For example, to add a new item, do as follows:

    getLine().add(newItem);
 

Objects of the following type(s) are allowed in the list CheckLine

public void setHeader (CheckHeader value)

Sets the value of the header property.

Parameters
value Allowed object is CheckHeader

public void setLine (List<CheckLine> line)

Sets the value of the line property.

Parameters
line Allowed object is CheckLine