Class MQSingleLineAddress
Object
|
+--MQObject
|
+--MQLocation
|
+--MQSingleLineAddress
- class
MQSingleLineAddress
- extends MQLocation
Contains information for Singleline geocoding and routing to and from
addresses.
Defined in mqobjects.js
|
Method Summary |
String
|
getAddress()
Gets Country.
|
String
|
getClassName()
Returns the text name of this class.
|
String
|
getCountry()
Gets Country.
|
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
|
setAddress(<String> strAddress)
Sets Address.
|
void
|
setCountry(strCountry)
|
MQSingleLineAddress
MQSingleLineAddress()
Constructs a new MQSingleLineAddress object.
getAddress
String getAddress()
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getCountry
String getCountry()
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
loadXml
void loadXml(<String> strXml)
Assigns the xml that relates to this object.
Parameters:
strXml - the xml to be assigned.
saveXml
String saveXml()
Build an xml string that represents this object.
setAddress
void setAddress(<String> strAddress)
Parameters:
strAddress - Singleline Address
setCountry
void setCountry(strCountry)
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007