java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.TransportArrivalType

public class TransportArrivalType extends Object
The action or process of arriving of a transport vehicle in any place or location.

Java class for TransportArrivalType complex type.

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

 <complexType name="TransportArrivalType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AircraftScheduledDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DateTimeType" minOccurs="0"/>
         <element name="BoardingGateID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type" minOccurs="0"/>
         <element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IATALocationCodeType" minOccurs="0"/>
         <element name="StationName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}StationNameType" minOccurs="0"/>
         <element name="TerminalName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • aircraftScheduledDateTime

      protected XMLGregorianCalendar aircraftScheduledDateTime
    • boardingGateID

      protected String boardingGateID
    • iataLocationCode

      protected String iataLocationCode
    • stationName

      protected String stationName
    • terminalName

      protected String terminalName
  • Constructor Details

    • TransportArrivalType

      public TransportArrivalType()
  • Method Details

    • getAircraftScheduledDateTime

      public XMLGregorianCalendar getAircraftScheduledDateTime()
      Gets the value of the aircraftScheduledDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAircraftScheduledDateTime

      public void setAircraftScheduledDateTime(XMLGregorianCalendar value)
      Sets the value of the aircraftScheduledDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getBoardingGateID

      public String getBoardingGateID()
      Gets the value of the boardingGateID property.
      Returns:
      possible object is String
    • setBoardingGateID

      public void setBoardingGateID(String value)
      Sets the value of the boardingGateID property.
      Parameters:
      value - allowed object is String
    • getIATALocationCode

      public String getIATALocationCode()
      Gets the value of the iataLocationCode property.
      Returns:
      possible object is String
    • setIATALocationCode

      public void setIATALocationCode(String value)
      Sets the value of the iataLocationCode property.
      Parameters:
      value - allowed object is String
    • getStationName

      public String getStationName()
      Gets the value of the stationName property.
      Returns:
      possible object is String
    • setStationName

      public void setStationName(String value)
      Sets the value of the stationName property.
      Parameters:
      value - allowed object is String
    • getTerminalName

      public String getTerminalName()
      Gets the value of the terminalName property.
      Returns:
      possible object is String
    • setTerminalName

      public void setTerminalName(String value)
      Sets the value of the terminalName property.
      Parameters:
      value - allowed object is String