public class

SalesTaxPaymentCheck

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.SalesTaxPaymentCheck

Class Overview

Product: QBW Description: Financial transaction representing a payment of sales tax by check issued to sales tax agencies (vendors)

Java class for SalesTaxPaymentCheck complex type.

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

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

Summary

Fields
protected SalesTaxPaymentCheckHeader header
protected List<SalesTaxPaymentCheckLine> line
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
SalesTaxPaymentCheck()
Public Methods
SalesTaxPaymentCheckHeader getHeader()
Gets the value of the header property.
List<SalesTaxPaymentCheckLine> getLine()
Gets the value of the line property.
void setHeader(SalesTaxPaymentCheckHeader value)
Sets the value of the header property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected SalesTaxPaymentCheckHeader header

protected List<SalesTaxPaymentCheckLine> line

Public Constructors

public SalesTaxPaymentCheck ()

Public Methods

public SalesTaxPaymentCheckHeader getHeader ()

Gets the value of the header property.

Returns

public List<SalesTaxPaymentCheckLine> 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 SalesTaxPaymentCheckLine

public void setHeader (SalesTaxPaymentCheckHeader value)

Sets the value of the header property.

Parameters
value Allowed object is SalesTaxPaymentCheckHeader