| Package | com.mapquest |
| Class | public class SingleLineAddress |
| Inheritance | SingleLineAddress Location MQObject |
| Method | Defined by | ||
|---|---|---|---|
|
Constructs a new MQSingleLineAddress object.
| SingleLineAddress | ||
|
getAddress():String
Gets Address.
| SingleLineAddress | ||
|
getClassName():String
Returns the text name of this class.
| SingleLineAddress | ||
|
getCountry():String
Gets Country.
| SingleLineAddress | ||
|
getObjectVersion():Number
Returns the version of this class.
| SingleLineAddress | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
![]() |
Create a copy of this object.
| MQObject | |
![]() |
internalCopyXML(obj:MQObject):XML
| MQObject | |
![]() |
internalCopyXMLx(obj:MQObject):String
| MQObject | |
![]() |
loadXml(xml:XML):void
New XML Handler
| MQObject | |
![]() |
readExternal(input:IDataInput):void
| MQObject | |
![]() |
saveXml():XML
New XML Handler
| MQObject | |
|
setAddress(strAddress:String):void
Sets Address.
| SingleLineAddress | ||
|
setCountry(strCountry:String):void
Sets Country.
| SingleLineAddress | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| SingleLineAddress | () | constructor |
public function SingleLineAddress()Constructs a new MQSingleLineAddress object.
| getAddress | () | method |
public function getAddress():StringGets Address.
ReturnsString — The Address
|
| getClassName | () | method |
public override function getClassName():StringReturns the text name of this class.
ReturnsString — The text name of this class.
|
| getCountry | () | method |
public function getCountry():StringGets Country.
ReturnsString — The Country
|
| getObjectVersion | () | method |
public override function getObjectVersion():NumberReturns the version of this class.
ReturnsNumber — The version of this class.
|
| setAddress | () | method |
public function setAddress(strAddress:String):voidSets Address.
ParametersstrAddress:String — strAddress Singleline Address
|
| setCountry | () | method |
public function setCountry(strCountry:String):voidSets Country.
ParametersstrCountry:String — strCountry Country
|