Class AirTransportType


  • public class AirTransportType
    extends Object

    Java class for AirTransportType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AirTransportType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AircraftID"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AirTransportType

        public AirTransportType()
    • Method Detail

      • getAircraftID

        public AircraftIDType getAircraftID()
        Gets the value of the aircraftID property.
        Returns:
        possible object is AircraftIDType
      • setAircraftID

        public void setAircraftID​(AircraftIDType value)
        Sets the value of the aircraftID property.
        Parameters:
        value - allowed object is AircraftIDType