Class OriginDestType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityrequest.OriginDestType
The Origin and Destination airport/city pair which confines a passenger journey or an aircraft flight.
Java class for OriginDestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginDestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DestStationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}IATALocationCodeType"/>
<element name="OriginDestID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" minOccurs="0"/>
<element name="OriginStationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}IATALocationCodeType"/>
<element name="PaxJourney" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}PaxJourneyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected PaxJourneyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the destStationCode property.Gets the value of the originDestID property.Gets the value of the originStationCode property.Gets the value of the paxJourney property.voidsetDestStationCode(String value) Sets the value of the destStationCode property.voidsetOriginDestID(String value) Sets the value of the originDestID property.voidsetOriginStationCode(String value) Sets the value of the originStationCode property.voidsetPaxJourney(PaxJourneyType value) Sets the value of the paxJourney property.
-
Field Details
-
destStationCode
-
originDestID
-
originStationCode
-
paxJourney
-
-
Constructor Details
-
OriginDestType
public OriginDestType()
-
-
Method Details
-
getDestStationCode
Gets the value of the destStationCode property.- Returns:
- possible object is
String
-
setDestStationCode
Sets the value of the destStationCode property.- Parameters:
value- allowed object isString
-
getOriginDestID
Gets the value of the originDestID property.- Returns:
- possible object is
String
-
setOriginDestID
Sets the value of the originDestID property.- Parameters:
value- allowed object isString
-
getOriginStationCode
Gets the value of the originStationCode property.- Returns:
- possible object is
String
-
setOriginStationCode
Sets the value of the originStationCode property.- Parameters:
value- allowed object isString
-
getPaxJourney
Gets the value of the paxJourney property.- Returns:
- possible object is
PaxJourneyType
-
setPaxJourney
Sets the value of the paxJourney property.- Parameters:
value- allowed object isPaxJourneyType
-