java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistresponse.BaggageAllowanceType

public class BaggageAllowanceType extends Object
The amount of checked or carry-on luggage the airline will allow per passenger.

Java class for BaggageAllowanceType complex type.

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

 <complexType name="BaggageAllowanceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ApplicableBagText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TextType" minOccurs="0"/>
         <element name="ApplicablePartyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TextType" minOccurs="0"/>
         <element name="BaggageAllowanceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ID_Type"/>
         <element name="BDC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}BDCType" minOccurs="0"/>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TextType" maxOccurs="99" minOccurs="0"/>
         <element name="DimensionAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}DimensionAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PieceAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}PieceAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RFISC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}RFISC_Type" minOccurs="0"/>
         <element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}BaggageTypeCodeType"/>
         <element name="WeightAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}WeightAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BaggageAllowanceType

      public BaggageAllowanceType()
  • Method Details

    • getApplicableBagText

      public String getApplicableBagText()
      Gets the value of the applicableBagText property.
      Returns:
      possible object is String
    • setApplicableBagText

      public void setApplicableBagText(String value)
      Sets the value of the applicableBagText property.
      Parameters:
      value - allowed object is String
    • getApplicablePartyText

      public String getApplicablePartyText()
      Gets the value of the applicablePartyText property.
      Returns:
      possible object is String
    • setApplicablePartyText

      public void setApplicablePartyText(String value)
      Sets the value of the applicablePartyText property.
      Parameters:
      value - allowed object is String
    • getBaggageAllowanceID

      public String getBaggageAllowanceID()
      Gets the value of the baggageAllowanceID property.
      Returns:
      possible object is String
    • setBaggageAllowanceID

      public void setBaggageAllowanceID(String value)
      Sets the value of the baggageAllowanceID property.
      Parameters:
      value - allowed object is String
    • getBDC

      public BDCType getBDC()
      Gets the value of the bdc property.
      Returns:
      possible object is BDCType
    • setBDC

      public void setBDC(BDCType value)
      Sets the value of the bdc property.
      Parameters:
      value - allowed object is BDCType
    • getDescText

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

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

          getDescText().add(newItem);
       

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

    • getDimensionAllowance

      public List<DimensionAllowanceType> getDimensionAllowance()
      Gets the value of the dimensionAllowance 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 dimensionAllowance property.

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

          getDimensionAllowance().add(newItem);
       

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

    • getPieceAllowance

      public List<PieceAllowanceType> getPieceAllowance()
      Gets the value of the pieceAllowance 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 pieceAllowance property.

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

          getPieceAllowance().add(newItem);
       

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

    • getRFISC

      public String getRFISC()
      Gets the value of the rfisc property.
      Returns:
      possible object is String
    • setRFISC

      public void setRFISC(String value)
      Sets the value of the rfisc property.
      Parameters:
      value - allowed object is String
    • getTypeCode

      public BaggageTypeCodeContentType getTypeCode()
      Gets the value of the typeCode property.
      Returns:
      possible object is BaggageTypeCodeContentType
    • setTypeCode

      public void setTypeCode(BaggageTypeCodeContentType value)
      Sets the value of the typeCode property.
      Parameters:
      value - allowed object is BaggageTypeCodeContentType
    • getWeightAllowance

      public List<WeightAllowanceType> getWeightAllowance()
      Gets the value of the weightAllowance 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 weightAllowance property.

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

          getWeightAllowance().add(newItem);
       

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