java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.PaxLegType

public class PaxLegType extends Object
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_OfferPriceRQ}DatedOperatingLegType"/>
         <element name="PaxLegID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PaxLegType

      public PaxLegType()
  • Method Details

    • getDatedOperatingLeg

      public DatedOperatingLegType getDatedOperatingLeg()
      Gets the value of the datedOperatingLeg property.
      Returns:
      possible object is DatedOperatingLegType
    • setDatedOperatingLeg

      public void setDatedOperatingLeg(DatedOperatingLegType value)
      Sets the value of the datedOperatingLeg property.
      Parameters:
      value - allowed object is DatedOperatingLegType
    • getPaxLegID

      public String getPaxLegID()
      Gets the value of the paxLegID property.
      Returns:
      possible object is String
    • setPaxLegID

      public void setPaxLegID(String value)
      Sets the value of the paxLegID property.
      Parameters:
      value - allowed object is String