Class SelectedALaCarteOfferItemType.FlightAssociations

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.SelectedALaCarteOfferItemType.FlightAssociations
Enclosing class:
SelectedALaCarteOfferItemType

public static class SelectedALaCarteOfferItemType.FlightAssociations extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
         <element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • paxJourneyRefID

      protected String paxJourneyRefID
    • paxSegmentRefID

      protected String paxSegmentRefID
  • Constructor Details

    • FlightAssociations

      public FlightAssociations()
  • Method Details

    • getPaxJourneyRefID

      public String getPaxJourneyRefID()
      Gets the value of the paxJourneyRefID property.
      Returns:
      possible object is String
    • setPaxJourneyRefID

      public void setPaxJourneyRefID(String value)
      Sets the value of the paxJourneyRefID property.
      Parameters:
      value - allowed object is String
    • getPaxSegmentRefID

      public String getPaxSegmentRefID()
      Gets the value of the paxSegmentRefID property.
      Returns:
      possible object is String
    • setPaxSegmentRefID

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