java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.WeightAllowanceType

public class WeightAllowanceType extends Object
Baggage weight allowance with application information.

Java class for WeightAllowanceType complex type.

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

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

    • applicableBagText

      protected String applicableBagText
    • applicablePartyText

      protected String applicablePartyText
    • descText

      protected List<String> descText
    • maximumWeightMeasure

      protected MeasureType maximumWeightMeasure
  • Constructor Details

    • WeightAllowanceType

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

    • getMaximumWeightMeasure

      public MeasureType getMaximumWeightMeasure()
      Gets the value of the maximumWeightMeasure property.
      Returns:
      possible object is MeasureType
    • setMaximumWeightMeasure

      public void setMaximumWeightMeasure(MeasureType value)
      Sets the value of the maximumWeightMeasure property.
      Parameters:
      value - allowed object is MeasureType