|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MQObject
|
+--MQSearchCriteria
Base class to define the criteria for a search. This class is not to be
directly instantiated. Use one of its child classes instead.
Defined in mqobjects.js
| Fields inherited from class MQObject |
m_xmlDoc, m_xpath
|
| Constructor Summary | |
MQSearchCriteria
()
Constructs a new MQSearchCriteria object. |
|
| Method Summary | |
String
|
getClassName()
Returns the text name of this class. |
int
|
getMaxMatches()
Gets the data member of this object which indicates the maximum number of matches that are to be returned by the search. |
int
|
getObjectVersion()
Returns the version of this class. |
void
|
setMaxMatches(<int> nMax)
Sets the data member of this object which indicates the maximum number of matches that are to be returned by the search. |
| Methods inherited from class MQObject |
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
|
| Constructor Detail |
MQSearchCriteria()
| Method Detail |
String getClassName()
int getMaxMatches()
int getObjectVersion()
void setMaxMatches(<int> nMax)
nMax - The maximum number of matches that are to be returned by the search.
|
MapQuest Advantage JavaScript API Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||