public class

CurrencyInfoQuery

extends ListQueryBase
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.CurrencyInfoQuery

Class Overview

Java class for CurrencyInfoQuery complex type.

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

 <complexType name="CurrencyInfoQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}ListQueryBase">
       <sequence>
         <element name="SortByColumn" type="{http://www.intuit.com/sb/cdm/v2}SortByColumnCurrencyInfoWithOrder" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IsUserDefined" 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.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Fields
protected Boolean isUserDefined
protected String name
protected SortByColumnCurrencyInfoWithOrder sortByColumn
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ListQueryBase
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
CurrencyInfoQuery()
Public Methods
Boolean getIsUserDefined()
Gets the value of the isUserDefined property.
String getName()
Gets the value of the name property.
SortByColumnCurrencyInfoWithOrder getSortByColumn()
Gets the value of the sortByColumn property.
void setIsUserDefined(Boolean value)
Sets the value of the isUserDefined property.
void setName(String value)
Sets the value of the name property.
void setSortByColumn(SortByColumnCurrencyInfoWithOrder 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 Boolean isUserDefined

protected String name

protected SortByColumnCurrencyInfoWithOrder sortByColumn

Public Constructors

public CurrencyInfoQuery ()

Public Methods

public Boolean getIsUserDefined ()

Gets the value of the isUserDefined property.

Returns
  • possible object is Boolean

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public SortByColumnCurrencyInfoWithOrder getSortByColumn ()

Gets the value of the sortByColumn property.

Returns

public void setIsUserDefined (Boolean value)

Sets the value of the isUserDefined property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSortByColumn (SortByColumnCurrencyInfoWithOrder value)

Sets the value of the sortByColumn property.

Parameters
value Allowed object is SortByColumnCurrencyInfoWithOrder