Uses of Class
org.cxml.Airport
-
Packages that use Airport Package Description org.cxml -
-
Uses of Airport in org.cxml
Fields in org.cxml declared as Airport Modifier and Type Field Description protected AirportAirLegDestination. airportprotected AirportAirLegOrigin. airportMethods in org.cxml that return Airport Modifier and Type Method Description AirportObjectFactory. createAirport()Create an instance ofAirportAirportAirLegDestination. getAirport()Gets the value of the airport property.AirportAirLegOrigin. getAirport()Gets the value of the airport property.Methods in org.cxml with parameters of type Airport Modifier and Type Method Description voidAirLegDestination. setAirport(Airport value)Sets the value of the airport property.voidAirLegOrigin. setAirport(Airport value)Sets the value of the airport property.
-