Class PaxJourneyType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.PaxJourneyType
A collection of segments which satisfies transportation of a passenger for a given origin and destination.
Java class for PaxJourneyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaxJourneyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DistanceMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}MeasureType" minOccurs="0"/>
<element name="Duration" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DurationType" minOccurs="0"/>
<element name="InterlineSettlementInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}InterlineSettlementInfoType" minOccurs="0"/>
<element name="PaxJourneyID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MeasureTypeprotected Durationprotected InterlineSettlementInfoTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the distanceMeasure property.Gets the value of the duration property.Gets the value of the interlineSettlementInfo property.Gets the value of the paxJourneyID property.Gets the value of the paxSegmentRefID property.voidsetDistanceMeasure(MeasureType value) Sets the value of the distanceMeasure property.voidsetDuration(Duration value) Sets the value of the duration property.voidSets the value of the interlineSettlementInfo property.voidsetPaxJourneyID(String value) Sets the value of the paxJourneyID property.
-
Field Details
-
distanceMeasure
-
duration
-
interlineSettlementInfo
-
paxJourneyID
-
paxSegmentRefID
-
-
Constructor Details
-
PaxJourneyType
public PaxJourneyType()
-
-
Method Details
-
getDistanceMeasure
Gets the value of the distanceMeasure property.- Returns:
- possible object is
MeasureType
-
setDistanceMeasure
Sets the value of the distanceMeasure property.- Parameters:
value- allowed object isMeasureType
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
Duration
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isDuration
-
getInterlineSettlementInfo
Gets the value of the interlineSettlementInfo property.- Returns:
- possible object is
InterlineSettlementInfoType
-
setInterlineSettlementInfo
Sets the value of the interlineSettlementInfo property.- Parameters:
value- allowed object isInterlineSettlementInfoType
-
getPaxJourneyID
Gets the value of the paxJourneyID property.- Returns:
- possible object is
String
-
setPaxJourneyID
Sets the value of the paxJourneyID property.- Parameters:
value- allowed object isString
-
getPaxSegmentRefID
Gets the value of the paxSegmentRefID property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the paxSegmentRefID property.For example, to add a new item, do as follows:
getPaxSegmentRefID().add(newItem);Objects of the following type(s) are allowed in the list
String
-