Airport Class

public class Airport
extends CivicStructure

The Airport model.

Constructor Summary

Constructor Description
Airport()

Method Summary

Modifier and Type Method and Description
java.lang.String iataCode()

Get the iataCode value.

java.lang.String icaoCode()

Get the icaoCode value.

Methods inherited from Identifiable

id

Methods inherited from Place

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Airport

public Airport()

Method Details

iataCode

public String iataCode()

Get the iataCode value.

Returns:

the iataCode value

icaoCode

public String icaoCode()

Get the icaoCode value.

Returns:

the icaoCode value

Applies to