public class

ReportCustomersWhoOweMe

extends ReportQueryBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ReportQueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ReportCustomersWhoOweMe

Class Overview

Product: QBW Description: Customers who owe me. No filter criteria

Java class for ReportCustomersWhoOweMe complex type.

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

 <complexType name="ReportCustomersWhoOweMe">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}ReportQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}sortByColumnNameAmountDueDate" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.ReportQueryBase
Fields
protected List<SortByColumnNameAmountDueDate> sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ReportQueryBase
Public Constructors
ReportCustomersWhoOweMe()
Public Methods
List<SortByColumnNameAmountDueDate> getSortByColumn()
Gets the value of the sortByColumn property.
void setSortByColumn(List<SortByColumnNameAmountDueDate> sortByColumn)
Sets the value of the sortByColumn property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.ReportQueryBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<SortByColumnNameAmountDueDate> sortByColumn

Public Constructors

public ReportCustomersWhoOweMe ()

Public Methods

public List<SortByColumnNameAmountDueDate> getSortByColumn ()

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

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

    getSortByColumn().add(newItem);
 

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

public void setSortByColumn (List<SortByColumnNameAmountDueDate> sortByColumn)

Sets the value of the sortByColumn property.

Parameters
sortByColumn Allowed object is SortByColumnNameAmountDueDate