Class PaxLegType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.PaxLegType
Transportation of a passenger on a Dated Operating Leg.
Java class for PaxLegType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaxLegType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DatedOperatingLeg" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DatedOperatingLegType"/>
<element name="PaxLegID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the datedOperatingLeg property.Gets the value of the paxLegID property.voidSets the value of the datedOperatingLeg property.voidsetPaxLegID(String value) Sets the value of the paxLegID property.
-
Field Details
-
datedOperatingLeg
-
paxLegID
-
-
Constructor Details
-
PaxLegType
public PaxLegType()
-
-
Method Details
-
getDatedOperatingLeg
Gets the value of the datedOperatingLeg property.- Returns:
- possible object is
DatedOperatingLegType
-
setDatedOperatingLeg
Sets the value of the datedOperatingLeg property.- Parameters:
value- allowed object isDatedOperatingLegType
-
getPaxLegID
Gets the value of the paxLegID property.- Returns:
- possible object is
String
-
setPaxLegID
Sets the value of the paxLegID property.- Parameters:
value- allowed object isString
-