Class OriginDestType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.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_ServiceListRQ}IATALocationCodeType"/>
<element name="OriginDestID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type" minOccurs="0"/>
<element name="OriginStationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IATALocationCodeType"/>
<element name="PaxJourney" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PaxJourneyType"/>
<element name="SegmentDurationCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}SegmentDurationCriteriaType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected PaxJourneyTypeprotected SegmentDurationCriteriaType -
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.Gets the value of the segmentDurationCriteria 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.voidSets the value of the segmentDurationCriteria property.
-
Field Details
-
destStationCode
-
originDestID
-
originStationCode
-
paxJourney
-
segmentDurationCriteria
-
-
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
-
getSegmentDurationCriteria
Gets the value of the segmentDurationCriteria property.- Returns:
- possible object is
SegmentDurationCriteriaType
-
setSegmentDurationCriteria
Sets the value of the segmentDurationCriteria property.- Parameters:
value- allowed object isSegmentDurationCriteriaType
-