public class

OtherNameQuery

extends NameQueryBase
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.OtherNameQuery

Class Overview

Java class for OtherNameQuery complex type.

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

 <complexType name="OtherNameQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}NameQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnOtherNameWithOrder" minOccurs="0"/>
         <element name="FirstLastName" type="{http://www.w3.org/2001/XMLSchema}string" 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

Fields
protected String firstLastEnd
protected String firstLastInside
protected String firstLastName
protected String firstLastStart
protected SortByColumnOtherNameWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
OtherNameQuery()
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.
SortByColumnOtherNameWithOrder 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 setSortByColumn(SortByColumnOtherNameWithOrder 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

Fields

protected String firstLastEnd

protected String firstLastInside

protected String firstLastName

protected String firstLastStart

protected SortByColumnOtherNameWithOrder sortByColumn

Public Constructors

public OtherNameQuery ()

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 SortByColumnOtherNameWithOrder 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 setSortByColumn (SortByColumnOtherNameWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnOtherNameWithOrder