public class

CustomerQuery

extends NameQueryBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ListQueryBase
       ↳ org.mule.modules.quickbooks.windows.schema.NameQueryBase
         ↳ org.mule.modules.quickbooks.windows.schema.CustomerQuery

Class Overview

Java class for CustomerQuery complex type.

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

 <complexType name="CustomerQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}NameQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnCustomerWithOrder" minOccurs="0"/>
         <element name="FirstLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MinimumBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <choice>
           <element name="FirstLastEnd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="FirstLastStart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="FirstLastInside" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </choice>
         <element name="OpenBalanceWithJobs" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IncludeFinancialIndicator" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.NameQueryBase
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Fields
protected String firstLastEnd
protected String firstLastInside
protected String firstLastName
protected String firstLastStart
protected Boolean includeFinancialIndicator
protected BigDecimal minimumBalance
protected Boolean openBalanceWithJobs
protected SortByColumnCustomerWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
CustomerQuery()
Public Methods
String getFirstLastEnd()
Gets the value of the firstLastEnd property.
String getFirstLastInside()
Gets the value of the firstLastInside property.
String getFirstLastName()
Gets the value of the firstLastName property.
String getFirstLastStart()
Gets the value of the firstLastStart property.
Boolean getIncludeFinancialIndicator()
Gets the value of the includeFinancialIndicator property.
BigDecimal getMinimumBalance()
Gets the value of the minimumBalance property.
Boolean getOpenBalanceWithJobs()
Gets the value of the openBalanceWithJobs property.
SortByColumnCustomerWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
void setFirstLastEnd(String value)
Sets the value of the firstLastEnd property.
void setFirstLastInside(String value)
Sets the value of the firstLastInside property.
void setFirstLastName(String value)
Sets the value of the firstLastName property.
void setFirstLastStart(String value)
Sets the value of the firstLastStart property.
void setIncludeFinancialIndicator(Boolean value)
Sets the value of the includeFinancialIndicator property.
void setMinimumBalance(BigDecimal value)
Sets the value of the minimumBalance property.
void setOpenBalanceWithJobs(Boolean value)
Sets the value of the openBalanceWithJobs property.
void setSortByColumn(SortByColumnCustomerWithOrder value)
Sets the value of the sortByColumn property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String firstLastEnd

protected String firstLastInside

protected String firstLastName

protected String firstLastStart

protected Boolean includeFinancialIndicator

protected BigDecimal minimumBalance

protected Boolean openBalanceWithJobs

protected SortByColumnCustomerWithOrder sortByColumn

Public Constructors

public CustomerQuery ()

Public Methods

public String getFirstLastEnd ()

Gets the value of the firstLastEnd property.

Returns
  • possible object is String

public String getFirstLastInside ()

Gets the value of the firstLastInside property.

Returns
  • possible object is String

public String getFirstLastName ()

Gets the value of the firstLastName property.

Returns
  • possible object is String

public String getFirstLastStart ()

Gets the value of the firstLastStart property.

Returns
  • possible object is String

public Boolean getIncludeFinancialIndicator ()

Gets the value of the includeFinancialIndicator property.

Returns
  • possible object is Boolean

public BigDecimal getMinimumBalance ()

Gets the value of the minimumBalance property.

Returns
  • possible object is BigDecimal

public Boolean getOpenBalanceWithJobs ()

Gets the value of the openBalanceWithJobs property.

Returns
  • possible object is Boolean

public SortByColumnCustomerWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setFirstLastEnd (String value)

Sets the value of the firstLastEnd property.

Parameters
value Allowed object is String

public void setFirstLastInside (String value)

Sets the value of the firstLastInside property.

Parameters
value Allowed object is String

public void setFirstLastName (String value)

Sets the value of the firstLastName property.

Parameters
value Allowed object is String

public void setFirstLastStart (String value)

Sets the value of the firstLastStart property.

Parameters
value Allowed object is String

public void setIncludeFinancialIndicator (Boolean value)

Sets the value of the includeFinancialIndicator property.

Parameters
value Allowed object is Boolean

public void setMinimumBalance (BigDecimal value)

Sets the value of the minimumBalance property.

Parameters
value Allowed object is BigDecimal

public void setOpenBalanceWithJobs (Boolean value)

Sets the value of the openBalanceWithJobs property.

Parameters
value Allowed object is Boolean

public void setSortByColumn (SortByColumnCustomerWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnCustomerWithOrder