Package org.cxml

Class AirLegDestination


  • public class AirLegDestination
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Airport airport  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Airport getAirport()
      Gets the value of the airport property.
      void setAirport​(Airport value)
      Sets the value of the airport property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • airport

        protected Airport airport
    • Constructor Detail

      • AirLegDestination

        public AirLegDestination()
    • Method Detail

      • getAirport

        public Airport getAirport()
        Gets the value of the airport property.
        Returns:
        possible object is Airport
      • setAirport

        public void setAirport​(Airport value)
        Sets the value of the airport property.
        Parameters:
        value - allowed object is Airport