|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccLocation
public class AccLocation
The IAccLocation interface provides the access to geolocation
information about an AIM user.
| Method Summary | |
|---|---|
double |
getAltitude()
The altitude of the user's location (meters) |
java.lang.String |
getCity()
The user's city (A3) |
java.lang.String |
getCountry()
The user's country |
java.lang.String |
getCounty()
The user's country (A2) |
java.lang.String |
getDistrict()
The user's district (A4) |
java.lang.String |
getExtraInfo()
Any extra info for the user (LOC) |
java.lang.String |
getGatewayIpAddress()
The IP of the gateway |
java.lang.String |
getGatewayMacAddress()
The MAC address of the gateway |
java.lang.String |
getHouseNum()
The user's house number (HNO) |
java.lang.String |
getHouseNumSuffix()
The user's house number suffix (HNS) |
java.lang.String |
getIpAddress()
The IP address of the client |
double |
getLatitude()
The latitude of the user's location (degrees) |
double |
getLongitude()
The longitude of the user's location (degrees) |
java.lang.String |
getMacAddress()
The MAC address of the client |
java.lang.String |
getMethod()
The method of determining the user's location, i.e. |
java.lang.String |
getName()
The name specified by the user of their location |
java.lang.String |
getNeighborhood()
The user's neighborhood (A5) |
java.lang.String |
getNickname()
The nickname of this location; used to uniquely identify a favorite location |
java.lang.String |
getPostalCode()
The Postal Code of the user's location |
java.lang.String |
getState()
The user's state |
java.lang.String |
getStreet()
The user's street (A6) |
int |
getUseCount()
How many times the location has been Set |
void |
setAltitude(double Altitude)
The altitude of the user's location (meters) |
void |
setCity(java.lang.String City)
The user's city (A3) |
void |
setCountry(java.lang.String Country)
The user's country |
void |
setCounty(java.lang.String County)
The user's country (A2) |
void |
setDistrict(java.lang.String District)
The user's district (A4) |
void |
setExtraInfo(java.lang.String ExtraInfo)
Any extra info for the user (LOC) |
void |
setGatewayIpAddress(java.lang.String GatewayIpAddress)
The IP of the gateway |
void |
setGatewayMacAddress(java.lang.String GatewayMacAddress)
The MAC address of the gateway |
void |
setHouseNum(java.lang.String HouseNum)
The user's house number (HNO) |
void |
setHouseNumSuffix(java.lang.String HouseNumSuffix)
The user's house number suffix (HNS) |
void |
setIpAddress(java.lang.String IpAddress)
The IP address of the client |
void |
setLatitude(double Latitude)
The latitude of the user's location (degrees) |
void |
setLongitude(double Longitude)
The longitude of the user's location (degrees) |
void |
setMacAddress(java.lang.String MacAddress)
The MAC address of the client |
void |
setMethod(java.lang.String Method)
The method of determining the user's location, i.e. |
void |
setName(java.lang.String Name)
The name specified by the user of their location |
void |
setNeighborhood(java.lang.String Neighborhood)
The user's neighborhood (A5) |
void |
setNickname(java.lang.String Nickname)
The nickname of this location; used to uniquely identify a favorite location |
void |
setPostalCode(java.lang.String PostalCode)
The Postal Code of the user's location |
void |
setState(java.lang.String State)
The user's state |
void |
setStreet(java.lang.String Street)
The user's street (A6) |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
throws AccException
AccException
public void setName(java.lang.String Name)
throws AccException
AccException
public double getLatitude()
throws AccException
AccException
public void setLatitude(double Latitude)
throws AccException
AccException
public double getLongitude()
throws AccException
AccException
public void setLongitude(double Longitude)
throws AccException
AccException
public double getAltitude()
throws AccException
AccException
public void setAltitude(double Altitude)
throws AccException
AccException
public java.lang.String getHouseNum()
throws AccException
AccException
public void setHouseNum(java.lang.String HouseNum)
throws AccException
AccException
public java.lang.String getHouseNumSuffix()
throws AccException
AccException
public void setHouseNumSuffix(java.lang.String HouseNumSuffix)
throws AccException
AccException
public java.lang.String getStreet()
throws AccException
AccException
public void setStreet(java.lang.String Street)
throws AccException
AccException
public java.lang.String getExtraInfo()
throws AccException
AccException
public void setExtraInfo(java.lang.String ExtraInfo)
throws AccException
AccException
public java.lang.String getNeighborhood()
throws AccException
AccException
public void setNeighborhood(java.lang.String Neighborhood)
throws AccException
AccException
public java.lang.String getDistrict()
throws AccException
AccException
public void setDistrict(java.lang.String District)
throws AccException
AccException
public java.lang.String getCity()
throws AccException
AccException
public void setCity(java.lang.String City)
throws AccException
AccException
public java.lang.String getCounty()
throws AccException
AccException
public void setCounty(java.lang.String County)
throws AccException
AccException
public java.lang.String getState()
throws AccException
AccException
public void setState(java.lang.String State)
throws AccException
AccException
public java.lang.String getCountry()
throws AccException
AccException
public void setCountry(java.lang.String Country)
throws AccException
AccException
public java.lang.String getPostalCode()
throws AccException
AccException
public void setPostalCode(java.lang.String PostalCode)
throws AccException
AccException
public java.lang.String getMethod()
throws AccException
AccException
public void setMethod(java.lang.String Method)
throws AccException
AccException
public java.lang.String getMacAddress()
throws AccException
AccException
public void setMacAddress(java.lang.String MacAddress)
throws AccException
AccException
public java.lang.String getGatewayMacAddress()
throws AccException
AccException
public void setGatewayMacAddress(java.lang.String GatewayMacAddress)
throws AccException
AccException
public java.lang.String getIpAddress()
throws AccException
AccException
public void setIpAddress(java.lang.String IpAddress)
throws AccException
AccException
public java.lang.String getGatewayIpAddress()
throws AccException
AccException
public void setGatewayIpAddress(java.lang.String GatewayIpAddress)
throws AccException
AccException
public java.lang.String getNickname()
throws AccException
AccException
public void setNickname(java.lang.String Nickname)
throws AccException
AccException
public int getUseCount()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||