java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.DimensionAllowanceType

public class DimensionAllowanceType extends Object
Baggage dimension allowance with application information.

Java class for DimensionAllowanceType complex type.

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

 <complexType name="DimensionAllowanceType">
   <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_OrderCreateRQ}TextType" minOccurs="0"/>
         <element name="ApplicablePartyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType" minOccurs="0"/>
         <element name="BaggageDimensionCategory" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType"/>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType" maxOccurs="99" minOccurs="0"/>
         <element name="MaxMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}MeasureType"/>
         <element name="MinMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}MeasureType" minOccurs="0"/>
         <element name="Qty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}QtyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • applicableBagText

      protected String applicableBagText
    • applicablePartyText

      protected String applicablePartyText
    • baggageDimensionCategory

      protected String baggageDimensionCategory
    • descText

      protected List<String> descText
    • maxMeasure

      protected MeasureType maxMeasure
    • minMeasure

      protected MeasureType minMeasure
    • qty

      protected QtyType qty
  • Constructor Details

    • DimensionAllowanceType

      public DimensionAllowanceType()
  • 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
    • getBaggageDimensionCategory

      public String getBaggageDimensionCategory()
      Gets the value of the baggageDimensionCategory property.
      Returns:
      possible object is String
    • setBaggageDimensionCategory

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

    • getMaxMeasure

      public MeasureType getMaxMeasure()
      Gets the value of the maxMeasure property.
      Returns:
      possible object is MeasureType
    • setMaxMeasure

      public void setMaxMeasure(MeasureType value)
      Sets the value of the maxMeasure property.
      Parameters:
      value - allowed object is MeasureType
    • getMinMeasure

      public MeasureType getMinMeasure()
      Gets the value of the minMeasure property.
      Returns:
      possible object is MeasureType
    • setMinMeasure

      public void setMinMeasure(MeasureType value)
      Sets the value of the minMeasure property.
      Parameters:
      value - allowed object is MeasureType
    • getQty

      public QtyType getQty()
      Gets the value of the qty property.
      Returns:
      possible object is QtyType
    • setQty

      public void setQty(QtyType value)
      Sets the value of the qty property.
      Parameters:
      value - allowed object is QtyType