Class PaxSegmentType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.PaxSegmentType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TransportArrivalTypeprotected TransportDepTypeprotected DatedMarketingSegmentTypeprotected DatedOperatingSegmentTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the arrival property.getDep()Gets the value of the dep property.Gets the value of the marketingCarrierInfo property.Gets the value of the operatingCarrierInfo property.Gets the value of the paxSegmentID property.voidsetArrival(TransportArrivalType value) Sets the value of the arrival property.voidsetDep(TransportDepType value) Sets the value of the dep property.voidSets the value of the marketingCarrierInfo property.voidSets the value of the operatingCarrierInfo property.voidsetPaxSegmentID(String value) Sets the value of the paxSegmentID property.
-
Field Details
-
arrival
-
dep
-
marketingCarrierInfo
-
operatingCarrierInfo
-
paxSegmentID
-
-
Constructor Details
-
PaxSegmentType
public PaxSegmentType()
-
-
Method Details
-
getArrival
Gets the value of the arrival property.- Returns:
- possible object is
TransportArrivalType
-
setArrival
Sets the value of the arrival property.- Parameters:
value- allowed object isTransportArrivalType
-
getDep
Gets the value of the dep property.- Returns:
- possible object is
TransportDepType
-
setDep
Sets the value of the dep property.- Parameters:
value- allowed object isTransportDepType
-
getMarketingCarrierInfo
Gets the value of the marketingCarrierInfo property.- Returns:
- possible object is
DatedMarketingSegmentType
-
setMarketingCarrierInfo
Sets the value of the marketingCarrierInfo property.- Parameters:
value- allowed object isDatedMarketingSegmentType
-
getOperatingCarrierInfo
Gets the value of the operatingCarrierInfo property.- Returns:
- possible object is
DatedOperatingSegmentType
-
setOperatingCarrierInfo
Sets the value of the operatingCarrierInfo property.- Parameters:
value- allowed object isDatedOperatingSegmentType
-
getPaxSegmentID
Gets the value of the paxSegmentID property.- Returns:
- possible object is
String
-
setPaxSegmentID
Sets the value of the paxSegmentID property.- Parameters:
value- allowed object isString
-