| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SearchRestResponse |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entityCollection | |||||||||||
| metaData | |||||||||||
| searchDocs | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entityCollection property.
| |||||||||||
Gets the value of the metaData property.
| |||||||||||
Gets the value of the searchDocs property.
| |||||||||||
Sets the value of the entityCollection property.
| |||||||||||
Sets the value of the metaData property.
| |||||||||||
Sets the value of the searchDocs property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entityCollection property.
EntityCollection
Gets the value of the metaData property.
MetaData
Gets the value of the searchDocs property.
SearchDocs
Sets the value of the entityCollection property.
| value | Allowed object is
EntityCollection
|
|---|
Sets the value of the metaData property.
| value | Allowed object is
MetaData
|
|---|
Sets the value of the searchDocs property.
| value | Allowed object is
SearchDocs
|
|---|