Interface COM.ibm.jaws.models.trs.Airport
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.jaws.models.trs.Airport

public interface Airport
extends Object
extends Common

Method Index

 o addCity(City)
 o getCity()
 o getCode()
 o getName()
 o getURL()
 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 addCity
  public abstract City addCity(City city)
 o getCity
  public abstract City getCity()
 o getCode
  public abstract String getCode()
 o getName
  public abstract String getName()
 o getURL
  public abstract URL getURL()

All Packages  Class Hierarchy  This Package  Previous  Next  Index