| 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 | |||
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| firstLastEnd | |||||||||||
| firstLastInside | |||||||||||
| firstLastName | |||||||||||
| firstLastStart | |||||||||||
| sortByColumn | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.ListQueryBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the firstLastEnd property.
| |||||||||||
Gets the value of the firstLastInside property.
| |||||||||||
Gets the value of the firstLastName property.
| |||||||||||
Gets the value of the firstLastStart property.
| |||||||||||
Gets the value of the sortByColumn property.
| |||||||||||
Sets the value of the firstLastEnd property.
| |||||||||||
Sets the value of the firstLastInside property.
| |||||||||||
Sets the value of the firstLastName property.
| |||||||||||
Sets the value of the firstLastStart property.
| |||||||||||
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
| |||||||||||
Gets the value of the firstLastEnd property.
Gets the value of the firstLastInside property.
Gets the value of the firstLastName property.
Gets the value of the firstLastStart property.
Gets the value of the sortByColumn property.
SortByColumnOtherNameWithOrder
Sets the value of the firstLastEnd property.
| value | Allowed object is String |
|---|
Sets the value of the firstLastInside property.
| value | Allowed object is String |
|---|
Sets the value of the firstLastName property.
| value | Allowed object is String |
|---|
Sets the value of the firstLastStart property.
| value | Allowed object is String |
|---|
Sets the value of the sortByColumn property.
| value | Allowed object is
SortByColumnOtherNameWithOrder
|
|---|