Packagecom.mapquest
Classpublic class AutoGeocodeCovSwitch
InheritanceAutoGeocodeCovSwitch Inheritance MQObject

Stores geocode coverage switching parameters.



Public Properties
 PropertyDefined by
 InheritedCLASS_NAME : String = "MQObject"
[static]
MQObject
Protected Properties
 PropertyDefined by
 InheritedobjectVersion : Number = 0
Value to represent the version of this object
MQObject
 Inheritedxml : XML = null
MQObject
 Inheritedxpath : String
MQObject
Public Methods
 MethodDefined by
  
Constructs a new AutoGeocodeCovSwitch.
AutoGeocodeCovSwitch
  
getClassName():String
Returns the text name of this class.
AutoGeocodeCovSwitch
  
getMaxMatches():Number
Gets the maximum matches to be returned for this object.
AutoGeocodeCovSwitch
  
getName():String
Gets the name of the Geocode coverage switching rules being used.
AutoGeocodeCovSwitch
  
Returns the version of this class.
AutoGeocodeCovSwitch
 Inherited
getProperty(path:String):String
Gets values from xml.
MQObject
 Inherited
Create a copy of this object.
MQObject
 Inherited
MQObject
 Inherited
MQObject
 Inherited
loadXml(xml:XML):void
New XML Handler
MQObject
 Inherited
readExternal(input:IDataInput):void
MQObject
 Inherited
saveXml():XML
New XML Handler
MQObject
  
setMaxMatches(lMaxMatches:Number):void
Sets the maximum matches to be returned for this object.
AutoGeocodeCovSwitch
  
setName(strName:String):void
Sets the name of the Geocode coverage switching rules to use.
AutoGeocodeCovSwitch
 Inherited
setProperty(path:String, value:Object):String
Sets values in xml.
MQObject
 Inherited
setXpath(xpath:String):void
Sets the m_xpath object.
MQObject
 Inherited
writeExternal(output:IDataOutput):void
MQObject
Protected Methods
 MethodDefined by
 Inherited
getXML():XML
Returns the m_xmlDoc object.
MQObject
 Inherited
getXpath():String
Returns the xpath string.
MQObject
 Inherited
setXML(xml:XML):void
Sets the m_xmlDoc object.
MQObject
Constructor detail
AutoGeocodeCovSwitch()constructor
public function AutoGeocodeCovSwitch()

Constructs a new AutoGeocodeCovSwitch.

Method detail
getClassName()method
public override function getClassName():String

Returns the text name of this class.

Returns
String — The text name of this class.
getMaxMatches()method 
public function getMaxMatches():Number

Gets the maximum matches to be returned for this object.

Returns
Number — The max matches for this object
getName()method 
public function getName():String

Gets the name of the Geocode coverage switching rules being used.

Returns
String — The value of Name
getObjectVersion()method 
public override function getObjectVersion():Number

Returns the version of this class.

Returns
Number — The version of this class.
setMaxMatches()method 
public function setMaxMatches(lMaxMatches:Number):void

Sets the maximum matches to be returned for this object.

Parameters
lMaxMatches:Number — matches for this object
setName()method 
public function setName(strName:String):void

Sets the name of the Geocode coverage switching rules to use. Names of coverage switching rules are defined in the mqserver.ini file.

Parameters
strName:String — strName Name of coverage switching rules to use.