MapQuest Advantage JavaScript API Reference Documentation

Class MQAutoRouteCovSwitch

Object
   |
   +--MQObject
         |
         +--MQAutoRouteCovSwitch
Direct Known Subclasses:
MQAutoMapCovSwitch

class MQAutoRouteCovSwitch
extends MQObject


Stores route coverage switching parameters.
See:

Defined in mqobjects.js


Field Summary
<private>  MQIntCollection m_DataVendorCodes
          Value to represent the data vendor codes
   
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQAutoRouteCovSwitch (<String> strXpath)
            Constructs a new MQAutoRouteCovSwitch object.
 
Method Summary
 String getClassName()
           Returns the text name of this class.
 MQIntCollection getDataVendorCodes()
           Returns the m_DataVendorCodes collection.
 int getDataVendorCodeUsage()
           Gets the DataVendorCodeUsage for this object.
 String getName()
           Gets the name of the Route coverage switching rules being used.
 int getObjectVersion()
           Returns the version of this class.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 void setDataVendorCodeUsage(<int> lDataVendorCodeUsage)
           Sets the DataVendorCodeUsage for this object.
 void setName(<String> strName)
           Sets the name of the Route coverage switching rules to use.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Field Detail

m_DataVendorCodes

<private> MQIntCollection m_DataVendorCodes

Constructor Detail

MQAutoRouteCovSwitch

MQAutoRouteCovSwitch(<String> strXpath)

Method Detail

getClassName

String getClassName()

getDataVendorCodes

MQIntCollection getDataVendorCodes()

getDataVendorCodeUsage

int getDataVendorCodeUsage()

getName

String getName()

getObjectVersion

int getObjectVersion()

loadXml

void loadXml(<String> strXml)

saveXml

String saveXml()

setDataVendorCodeUsage

void setDataVendorCodeUsage(<int> lDataVendorCodeUsage)

setName

void setName(<String> strName)

MapQuest Advantage JavaScript API Reference Documentation

Documentation generated by JSDoc on Tue Oct 16 08:04:12 2007