Airport Class

public class Airport extends CivicStructure

The Airport model.

Method Summary

Modifier and Type Method and Description
String iataCode()

Get the iataCode value.

String icaoCode()

Get the icaoCode value.

Inherited Members

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