Class BaggageAssociationsType

java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.BaggageAssociationsType

public class BaggageAssociationsType extends Object
An association of baggage allowances to passengers.

Java class for BaggageAssociationsType complex type.

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

 <complexType name="BaggageAssociationsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BaggageAllowanceRefID" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ID_Type" maxOccurs="unbounded"/>
         <element name="OfferFlightAssociations" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}OfferFlightAssociationsType" minOccurs="0"/>
         <element name="PaxRefID" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ID_Type" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BaggageAssociationsType

      public BaggageAssociationsType()
  • Method Details

    • getBaggageAllowanceRefID

      public List<String> getBaggageAllowanceRefID()
      Gets the value of the baggageAllowanceRefID 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 baggageAllowanceRefID property.

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

          getBaggageAllowanceRefID().add(newItem);
       

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

    • getOfferFlightAssociations

      public OfferFlightAssociationsType getOfferFlightAssociations()
      Gets the value of the offerFlightAssociations property.
      Returns:
      possible object is OfferFlightAssociationsType
    • setOfferFlightAssociations

      public void setOfferFlightAssociations(OfferFlightAssociationsType value)
      Sets the value of the offerFlightAssociations property.
      Parameters:
      value - allowed object is OfferFlightAssociationsType
    • getPaxRefID

      public List<String> getPaxRefID()
      Gets the value of the paxRefID 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 paxRefID property.

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

          getPaxRefID().add(newItem);
       

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