Interface COM.ibm.jaws.models.trs.City
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.models.trs.City
- public interface City
- extends Object
- extends Common
-
addAirport(Airport)
-
-
getAirport()
-
-
getCityState()
-
-
getName()
-
-
getState()
-
-
getURL()
-
-
getWeatherURL()
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
addAirport
public abstract void addAirport(Airport airport)
getAirport
public abstract Airport getAirport()
getCityState
public abstract String getCityState()
getName
public abstract String getName()
getState
public abstract State getState()
getURL
public abstract URL getURL()
getWeatherURL
public abstract URL getWeatherURL()
All Packages Class Hierarchy This Package Previous Next Index