java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.FlightAssociationsType

public class FlightAssociationsType extends Object
Eligiibility of this offer item to the following segments or journeys.

Java class for FlightAssociationsType complex type.

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

 <complexType name="FlightAssociationsType">
   <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_OfferPriceRS}ID_Type" maxOccurs="unbounded"/>
         <element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" maxOccurs="unbounded"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • paxJourneyRefID

      protected List<String> paxJourneyRefID
    • paxSegmentRefID

      protected List<String> paxSegmentRefID
  • Constructor Details

    • FlightAssociationsType

      public FlightAssociationsType()
  • Method Details

    • getPaxJourneyRefID

      public List<String> getPaxJourneyRefID()
      Gets the value of the paxJourneyRefID property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paxJourneyRefID property.

      For example, to add a new item, do as follows:

          getPaxJourneyRefID().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getPaxSegmentRefID

      public List<String> getPaxSegmentRefID()
      Gets the value of the paxSegmentRefID property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paxSegmentRefID property.

      For example, to add a new item, do as follows:

          getPaxSegmentRefID().add(newItem);
       

      Objects of the following type(s) are allowed in the list String