public class

SearchResults

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.SearchResults

Class Overview

Wrapper for search results. It will include one of the plural objects and meta-data about the search results

Java class for SearchResults complex type.

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

 <complexType name="SearchResults">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CdmCollections" type="{http://www.intuit.com/sb/cdm/v2}CdmCollections" minOccurs="0"/>
         <element name="Count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CurrentPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CdmCollections cdmCollections
protected Integer count
protected Integer currentPage
Public Constructors
SearchResults()
Public Methods
CdmCollections getCdmCollections()
Gets the value of the cdmCollections property.
Integer getCount()
Gets the value of the count property.
Integer getCurrentPage()
Gets the value of the currentPage property.
void setCdmCollections(CdmCollections value)
Sets the value of the cdmCollections property.
void setCount(Integer value)
Sets the value of the count property.
void setCurrentPage(Integer value)
Sets the value of the currentPage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CdmCollections cdmCollections

protected Integer count

protected Integer currentPage

Public Constructors

public SearchResults ()

Public Methods

public CdmCollections getCdmCollections ()

Gets the value of the cdmCollections property.

Returns

public Integer getCount ()

Gets the value of the count property.

Returns
  • possible object is Integer

public Integer getCurrentPage ()

Gets the value of the currentPage property.

Returns
  • possible object is Integer

public void setCdmCollections (CdmCollections value)

Sets the value of the cdmCollections property.

Parameters
value Allowed object is CdmCollections

public void setCount (Integer value)

Sets the value of the count property.

Parameters
value Allowed object is Integer

public void setCurrentPage (Integer value)

Sets the value of the currentPage property.

Parameters
value Allowed object is Integer