java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.Offer1Type.BaggageAllowance
Enclosing class:
Offer1Type

public static class Offer1Type.BaggageAllowance 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">
       <sequence>
         <element name="BaggageAllowanceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type"/>
         <element name="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" maxOccurs="unbounded"/>
         <element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • baggageAllowanceRefID

      protected String baggageAllowanceRefID
    • paxJourneyRefID

      protected List<String> paxJourneyRefID
    • paxRefID

      protected List<String> paxRefID
  • Constructor Details

    • BaggageAllowance

      public BaggageAllowance()
  • Method Details

    • getBaggageAllowanceRefID

      public String getBaggageAllowanceRefID()
      Gets the value of the baggageAllowanceRefID property.
      Returns:
      possible object is String
    • setBaggageAllowanceRefID

      public void setBaggageAllowanceRefID(String value)
      Sets the value of the baggageAllowanceRefID property.
      Parameters:
      value - allowed object is String
    • 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

    • 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