Package org.cxml

Class Airport


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

      Fields 
      Modifier and Type Field Description
      protected Address address  
      protected java.lang.String airportCode  
    • Constructor Summary

      Constructors 
      Constructor Description
      Airport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Address getAddress()
      Gets the value of the address property.
      java.lang.String getAirportCode()
      Gets the value of the airportCode property.
      void setAddress​(Address value)
      Sets the value of the address property.
      void setAirportCode​(java.lang.String value)
      Sets the value of the airportCode property.
      • Methods inherited from class java.lang.Object

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

      • airportCode

        protected java.lang.String airportCode
      • address

        protected Address address
    • Constructor Detail

      • Airport

        public Airport()
    • Method Detail

      • getAirportCode

        public java.lang.String getAirportCode()
        Gets the value of the airportCode property.
        Returns:
        possible object is String
      • setAirportCode

        public void setAirportCode​(java.lang.String value)
        Sets the value of the airportCode property.
        Parameters:
        value - allowed object is String
      • getAddress

        public Address getAddress()
        Gets the value of the address property.
        Returns:
        possible object is Address
      • setAddress

        public void setAddress​(Address value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is Address