| Package | com.mapquest |
| Class | public class Address |
| Inheritance | Address Location MQObject |
| Subclasses | GeoAddress |
| Method | Defined by | ||
|---|---|---|---|
|
Address()
Constructs a new Address object.
| Address | ||
|
getAdminArea(intIndex:int):String
| Address | ||
|
getCity():String
Gets city.
| Address | ||
|
getClassName():String
Gets the Class Name.
| Address | ||
|
getCountry():String
Gets country.
| Address | ||
|
getCounty():String
Gets county.
| Address | ||
![]() |
getObjectVersion():Number
Returns the version of this class.
| MQObject | |
|
getPostalCode():String
Gets postal code.
| Address | ||
![]() |
getProperty(path:String):String
Gets values from xml.
| MQObject | |
|
getState():String
Gets state.
| Address | ||
|
getStreet():String
Gets street.
| Address | ||
![]() |
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 | |
|
setAdminArea(intIndex:int, strAdminArea:String):void
Sets admin area.
| Address | ||
|
setCity(strCity:String):void
Sets city.
| Address | ||
|
setCountry(strCountry:String):void
Sets country.
| Address | ||
|
setCounty(strCounty:String):void
Sets county.
| Address | ||
|
setPostalCode(strPostalCode:String):void
Sets postal code.
| Address | ||
![]() |
setProperty(path:String, value:Object):String
Sets values in xml.
| MQObject | |
|
setState(strState:String):void
Sets state.
| Address | ||
|
setStreet(strStreet:String):void
Sets street.
| Address | ||
![]() |
setXpath(xpath:String):void
Sets the m_xpath object.
| MQObject | |
![]() |
writeExternal(output:IDataOutput):void
| MQObject | |
| Address | () | constructor |
public function Address()Constructs a new Address object.
| getAdminArea | () | method |
public function getAdminArea(intIndex:int):StringParameters
intIndex:int |
String |
| getCity | () | method |
public function getCity():StringGets city.
ReturnsString — The city value
|
| getClassName | () | method |
public override function getClassName():StringGets the Class Name.
ReturnsString |
| getCountry | () | method |
public function getCountry():StringGets country.
ReturnsString — The country value
|
| getCounty | () | method |
public function getCounty():StringGets county.
ReturnsString — The county value
|
| getPostalCode | () | method |
public function getPostalCode():StringGets postal code.
ReturnsString — The postal code value
|
| getState | () | method |
public function getState():StringGets state.
ReturnsString — The state value
|
| getStreet | () | method |
public function getStreet():StringGets street.
ReturnsString — Returns string containing the street name.
|
| setAdminArea | () | method |
public function setAdminArea(intIndex:int, strAdminArea:String):voidSets admin area.
ParametersintIndex:int — {int} intIndex Which admin area (1 - 7)
|
|
strAdminArea:String — strAdminArea The admin area value for intIndex
|
| setCity | () | method |
public function setCity(strCity:String):voidSets city.
ParametersstrCity:String — strCity The city value
|
| setCountry | () | method |
public function setCountry(strCountry:String):voidSets country.
ParametersstrCountry:String — strCountry The country value
|
| setCounty | () | method |
public function setCounty(strCounty:String):voidSets county.
ParametersstrCounty:String — strCounty The county value
|
| setPostalCode | () | method |
public function setPostalCode(strPostalCode:String):voidSets postal code.
ParametersstrPostalCode:String — strPostalCode The postal code value
|
| setState | () | method |
public function setState(strState:String):voidSets state.
ParametersstrState:String — strState The state value
|
| setStreet | () | method |
public function setStreet(strStreet:String):voidSets street.
ParametersstrStreet:String — Address
|