java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.PaxSegmentType

public class PaxSegmentType extends Object
Transportation of a passenger on a Dated Operating Segment.

Java class for PaxSegmentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PaxSegmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Arrival" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TransportArrivalType"/>
         <element name="Dep" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TransportDepType"/>
         <element name="MarketingCarrierInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DatedMarketingSegmentType"/>
         <element name="OperatingCarrierInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DatedOperatingSegmentType" minOccurs="0"/>
         <element name="PaxSegmentID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>