Packagecom.mapquest
Classpublic class AutoRouteCovSwitch
InheritanceAutoRouteCovSwitch Inheritance MQObject
SubclassesAutoMapCovSwitch



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
  
AutoRouteCovSwitch(strXpath:String = "AutoRouteCovSwitch")
AutoRouteCovSwitch
  
getClassName():String
Returns the text name of this class.
AutoRouteCovSwitch
  
Returns the m_DataVendorCodes collection.
AutoRouteCovSwitch
  
Gets the DataVendorCodeUsage for this object.
AutoRouteCovSwitch
  
getName():String
Gets the name of the Route coverage switching rules being used.
AutoRouteCovSwitch
  
Returns the version of this class.
AutoRouteCovSwitch
 Inherited
getProperty(path:String):String
Gets values from xml.
MQObject
 Inherited
Create a copy of this object.
MQObject
 Inherited
MQObject
 Inherited
MQObject
  
loadXml(xmlValue:XML):void
Assigns the xml that relates to this object.
AutoRouteCovSwitch
 Inherited
readExternal(input:IDataInput):void
MQObject
  
saveXml():XML
Build an xml string that represents this object.
AutoRouteCovSwitch
  
setDataVendorCodeUsage(lDataVendorCodeUsage:int):void
Sets the DataVendorCodeUsage for this object.
AutoRouteCovSwitch
  
setName(strName:String):void
Sets the name of the Route coverage switching rules to use.
AutoRouteCovSwitch
 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
AutoRouteCovSwitch()constructor
public function AutoRouteCovSwitch(strXpath:String = "AutoRouteCovSwitch")Parameters
strXpath:String (default = "AutoRouteCovSwitch")
Method detail
getClassName()method
public override function getClassName():String

Returns the text name of this class.

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

Returns the m_DataVendorCodes collection.

Returns
IntCollection — The m_DataVendorCodes collection.
getDataVendorCodeUsage()method 
public function getDataVendorCodeUsage():int

Gets the DataVendorCodeUsage for this object.

Returns
int — The DataVendorCodeUsage for this object
getName()method 
public function getName():String

Gets the name of the Route 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.
loadXml()method 
public override function loadXml(xmlValue:XML):void

Assigns the xml that relates to this object.

Parameters
xmlValue:XML — strXml the xml to be assigned.
saveXml()method 
public override function saveXml():XML

Build an xml string that represents this object.

Returns
XML — The xml string.
setDataVendorCodeUsage()method 
public function setDataVendorCodeUsage(lDataVendorCodeUsage:int):void

Sets the DataVendorCodeUsage for this object.

Parameters
lDataVendorCodeUsage:int — DataVendorCodeUsage for this object
setName()method 
public function setName(strName:String):void

Sets the name of the Route 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.