Class OriginDepCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.OriginDepCriteriaType
A Customer's requested Origin departure time and location.
Java class for OriginDepCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginDepCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BoardingGateID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type" minOccurs="0"/>
<element name="Date" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DateType"/>
<element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IATALocationCodeType"/>
<element name="StationName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NameType" minOccurs="0"/>
<element name="TerminalName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NameType" minOccurs="0"/>
<element name="Time" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TimeType" minOccurs="0"/>
<element name="TimeAfterMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}MeasureType" minOccurs="0"/>
<element name="TimeBeforeMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}MeasureType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XMLGregorianCalendarprotected Stringprotected Stringprotected Stringprotected XMLGregorianCalendarprotected MeasureTypeprotected MeasureType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the boardingGateID property.getDate()Gets the value of the date property.Gets the value of the iataLocationCode property.Gets the value of the stationName property.Gets the value of the terminalName property.getTime()Gets the value of the time property.Gets the value of the timeAfterMeasure property.Gets the value of the timeBeforeMeasure property.voidsetBoardingGateID(String value) Sets the value of the boardingGateID property.voidsetDate(XMLGregorianCalendar value) Sets the value of the date 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.voidsetTime(XMLGregorianCalendar value) Sets the value of the time property.voidsetTimeAfterMeasure(MeasureType value) Sets the value of the timeAfterMeasure property.voidsetTimeBeforeMeasure(MeasureType value) Sets the value of the timeBeforeMeasure property.
-
Field Details
-
boardingGateID
-
date
-
iataLocationCode
-
stationName
-
terminalName
-
time
-
timeAfterMeasure
-
timeBeforeMeasure
-
-
Constructor Details
-
OriginDepCriteriaType
public OriginDepCriteriaType()
-
-
Method Details
-
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
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
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
-
getTime
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimeAfterMeasure
Gets the value of the timeAfterMeasure property.- Returns:
- possible object is
MeasureType
-
setTimeAfterMeasure
Sets the value of the timeAfterMeasure property.- Parameters:
value- allowed object isMeasureType
-
getTimeBeforeMeasure
Gets the value of the timeBeforeMeasure property.- Returns:
- possible object is
MeasureType
-
setTimeBeforeMeasure
Sets the value of the timeBeforeMeasure property.- Parameters:
value- allowed object isMeasureType
-