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

public class OriginDepCriteriaType extends Object
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 Details

  • Constructor Details

    • OriginDepCriteriaType

      public OriginDepCriteriaType()
  • Method Details

    • 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
    • getDate

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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
    • getTime

      public XMLGregorianCalendar getTime()
      Gets the value of the time property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTime

      public void setTime(XMLGregorianCalendar value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTimeAfterMeasure

      public MeasureType getTimeAfterMeasure()
      Gets the value of the timeAfterMeasure property.
      Returns:
      possible object is MeasureType
    • setTimeAfterMeasure

      public void setTimeAfterMeasure(MeasureType value)
      Sets the value of the timeAfterMeasure property.
      Parameters:
      value - allowed object is MeasureType
    • getTimeBeforeMeasure

      public MeasureType getTimeBeforeMeasure()
      Gets the value of the timeBeforeMeasure property.
      Returns:
      possible object is MeasureType
    • setTimeBeforeMeasure

      public void setTimeBeforeMeasure(MeasureType value)
      Sets the value of the timeBeforeMeasure property.
      Parameters:
      value - allowed object is MeasureType