java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.DepFilterCriteriaType

public class DepFilterCriteriaType extends Object
Flight departure information.

Java class for DepFilterCriteriaType complex type.

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

 <complexType name="DepFilterCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DepDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}DateType"/>
         <element name="StationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}IATAStationCodeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DepFilterCriteriaType

      public DepFilterCriteriaType()
  • Method Details

    • getDepDate

      public XMLGregorianCalendar getDepDate()
      Gets the value of the depDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDepDate

      public void setDepDate(XMLGregorianCalendar value)
      Sets the value of the depDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getStationCode

      public String getStationCode()
      Gets the value of the stationCode property.
      Returns:
      possible object is String
    • setStationCode

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