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

Method Index

 o addAirport(Airport)
 o getAirport()
 o getCityState()
 o getName()
 o getState()
 o getURL()
 o getWeatherURL()
 o toString()
Returns a String that represents the value of this Object.

Methods

 o toString
  public abstract String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o addAirport
  public abstract void addAirport(Airport airport)
 o getAirport
  public abstract Airport getAirport()
 o getCityState
  public abstract String getCityState()
 o getName
  public abstract String getName()
 o getState
  public abstract State getState()
 o getURL
  public abstract URL getURL()
 o getWeatherURL
  public abstract URL getWeatherURL()

All Packages  Class Hierarchy  This Package  Previous  Next  Index