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
-
addCity(City)
-
-
getCity()
-
-
getCode()
-
-
getName()
-
-
getURL()
-
-
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
addCity
public abstract City addCity(City city)
getCity
public abstract City getCity()
getCode
public abstract String getCode()
getName
public abstract String getName()
getURL
public abstract URL getURL()
All Packages Class Hierarchy This Package Previous Next Index