MapQuest Advantage JavaScript API Reference Documentation

Class MQSign

Object
   |
   +--MQObject
         |
         +--MQSign

class MQSign
extends MQObject


Contains information for geocoding and routing to and from addresses.
Defined in mqobjects.js


 
Fields inherited from class MQObject
m_xmlDoc, m_xpath
 
Constructor Summary
MQSign ()
            Constructs a new MQSign object.
 
Method Summary
 void clear()
           initializes the object to its defaults.
 String getClassName()
           Returns the text name of this class.
 Long getDirection()
           Gets Direction.
 String getExtraText()
           Gets ExtraText.
 int getObjectVersion()
           Returns the version of this class.
 String getText()
           Gets Text.
 int getType()
           Returns the type.
 void loadXml(<String> strXml)
           Assigns the xml that relates to this object.
 <private>  void loadXmlFromNode(<XML> node)
           Assigns the xml that relates to this object.
 String saveXml()
           Build an xml string that represents this object.
 void setDirection(<Long> direction)
           Sets Direction.
 void setExtraText(<String> extraText)
           Sets ExtraText.
 void setText(<String> text)
           Sets Text.
 void setType(<int> type)
           Sets Type.
 
Methods inherited from class MQObject
getM_XmlDoc, setM_XmlDoc, getM_Xpath, setM_Xpath, setProperty, getProperty, copy, internalCopy
 

Constructor Detail

MQSign

MQSign()

Method Detail

clear

void clear()

getClassName

String getClassName()

getDirection

Long getDirection()

getExtraText

String getExtraText()

getObjectVersion

int getObjectVersion()

getText

String getText()

getType

int getType()

loadXml

void loadXml(<String> strXml)

loadXmlFromNode

 <private> void loadXmlFromNode(<XML> node)

saveXml

String saveXml()

setDirection

void setDirection(<Long> direction)

setExtraText

void setExtraText(<String> extraText)

setText

void setText(<String> text)

setType

void setType(<int> type)

MapQuest Advantage JavaScript API Reference Documentation

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