public class

VendorQuery

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.VendorQuery

Class Overview

Java class for VendorQuery complex type.

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

 <complexType name="VendorQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}NameQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnVendorWithOrder" 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>
       </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 BigDecimal minimumBalance
protected SortByColumnVendorWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
VendorQuery()
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.
BigDecimal getMinimumBalance()
Gets the value of the minimumBalance property.
SortByColumnVendorWithOrder 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 setMinimumBalance(BigDecimal value)
Sets the value of the minimumBalance property.
void setSortByColumn(SortByColumnVendorWithOrder 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 BigDecimal minimumBalance

protected SortByColumnVendorWithOrder sortByColumn

Public Constructors

public VendorQuery ()

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 BigDecimal getMinimumBalance ()

Gets the value of the minimumBalance property.

Returns
  • possible object is BigDecimal

public SortByColumnVendorWithOrder 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 setMinimumBalance (BigDecimal value)

Sets the value of the minimumBalance property.

Parameters
value Allowed object is BigDecimal

public void setSortByColumn (SortByColumnVendorWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnVendorWithOrder