Class DepFilterCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.DepFilterCriteriaType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the depDate property.Gets the value of the stationCode property.voidsetDepDate(XMLGregorianCalendar value) Sets the value of the depDate property.voidsetStationCode(String value) Sets the value of the stationCode property.
-
Field Details
-
depDate
-
stationCode
-
-
Constructor Details
-
DepFilterCriteriaType
public DepFilterCriteriaType()
-
-
Method Details
-
getDepDate
Gets the value of the depDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDepDate
Sets the value of the depDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getStationCode
Gets the value of the stationCode property.- Returns:
- possible object is
String
-
setStationCode
Sets the value of the stationCode property.- Parameters:
value- allowed object isString
-