public class

SearchRestResponse

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.SearchRestResponse

Class Overview

Java class for SearchRestResponse complex type.

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

 <complexType name="SearchRestResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MetaData" type="{http://www.intuit.com/sb/cdm/v2}MetaData"/>
         <element name="SearchDocs" type="{http://www.intuit.com/sb/cdm/v2}SearchDocs"/>
         <element name="EntityCollection" type="{http://www.intuit.com/sb/cdm/v2}EntityCollection"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EntityCollection entityCollection
protected MetaData metaData
protected SearchDocs searchDocs
Public Constructors
SearchRestResponse()
Public Methods
EntityCollection getEntityCollection()
Gets the value of the entityCollection property.
MetaData getMetaData()
Gets the value of the metaData property.
SearchDocs getSearchDocs()
Gets the value of the searchDocs property.
void setEntityCollection(EntityCollection value)
Sets the value of the entityCollection property.
void setMetaData(MetaData value)
Sets the value of the metaData property.
void setSearchDocs(SearchDocs value)
Sets the value of the searchDocs property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EntityCollection entityCollection

protected MetaData metaData

protected SearchDocs searchDocs

Public Constructors

public SearchRestResponse ()

Public Methods

public EntityCollection getEntityCollection ()

Gets the value of the entityCollection property.

Returns

public MetaData getMetaData ()

Gets the value of the metaData property.

Returns

public SearchDocs getSearchDocs ()

Gets the value of the searchDocs property.

Returns

public void setEntityCollection (EntityCollection value)

Sets the value of the entityCollection property.

Parameters
value Allowed object is EntityCollection

public void setMetaData (MetaData value)

Sets the value of the metaData property.

Parameters
value Allowed object is MetaData

public void setSearchDocs (SearchDocs value)

Sets the value of the searchDocs property.

Parameters
value Allowed object is SearchDocs