Class ArrivalFilterCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.ArrivalFilterCriteriaType
Flight arrival information.
Java class for ArrivalFilterCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrivalFilterCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ArrivalDate" 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 arrivalDate property.Gets the value of the stationCode property.voidSets the value of the arrivalDate property.voidsetStationCode(String value) Sets the value of the stationCode property.
-
Field Details
-
arrivalDate
-
stationCode
-
-
Constructor Details
-
ArrivalFilterCriteriaType
public ArrivalFilterCriteriaType()
-
-
Method Details
-
getArrivalDate
Gets the value of the arrivalDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setArrivalDate
Sets the value of the arrivalDate 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
-