Class TransportArrivalType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.TransportArrivalType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aircraftScheduledDateTime property.Gets the value of the boardingGateID property.Gets the value of the iataLocationCode property.Gets the value of the stationName property.Gets the value of the terminalName property.voidSets the value of the aircraftScheduledDateTime property.voidsetBoardingGateID(String value) Sets the value of the boardingGateID property.voidsetIATALocationCode(String value) Sets the value of the iataLocationCode property.voidsetStationName(String value) Sets the value of the stationName property.voidsetTerminalName(String value) Sets the value of the terminalName property.
-
Field Details
-
aircraftScheduledDateTime
-
boardingGateID
-
iataLocationCode
-
stationName
-
terminalName
-
-
Constructor Details
-
TransportArrivalType
public TransportArrivalType()
-
-
Method Details
-
getAircraftScheduledDateTime
Gets the value of the aircraftScheduledDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAircraftScheduledDateTime
Sets the value of the aircraftScheduledDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getBoardingGateID
Gets the value of the boardingGateID property.- Returns:
- possible object is
String
-
setBoardingGateID
Sets the value of the boardingGateID property.- Parameters:
value- allowed object isString
-
getIATALocationCode
Gets the value of the iataLocationCode property.- Returns:
- possible object is
String
-
setIATALocationCode
Sets the value of the iataLocationCode property.- Parameters:
value- allowed object isString
-
getStationName
Gets the value of the stationName property.- Returns:
- possible object is
String
-
setStationName
Sets the value of the stationName property.- Parameters:
value- allowed object isString
-
getTerminalName
Gets the value of the terminalName property.- Returns:
- possible object is
String
-
setTerminalName
Sets the value of the terminalName property.- Parameters:
value- allowed object isString
-