java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.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="MaximumWeightMeasure" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}WeightMeasureType" minOccurs="0"/>
         <element name="MinimumWeightMeasure" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}WeightMeasureType" minOccurs="0"/>
         <element name="TotalMaximumWeightMeasure" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}WeightMeasureType" minOccurs="0"/>
         <element name="WeightUnitOfMeasurement" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}WeightUnitCodeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • maximumWeightMeasure

      protected BigDecimal maximumWeightMeasure
    • minimumWeightMeasure

      protected BigDecimal minimumWeightMeasure
    • totalMaximumWeightMeasure

      protected BigDecimal totalMaximumWeightMeasure
    • weightUnitOfMeasurement

      protected WeightUnitCodeContentType weightUnitOfMeasurement
  • Constructor Details

    • WeightAllowanceType

      public WeightAllowanceType()
  • Method Details

    • getMaximumWeightMeasure

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

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

      public BigDecimal getMinimumWeightMeasure()
      Gets the value of the minimumWeightMeasure property.
      Returns:
      possible object is BigDecimal
    • setMinimumWeightMeasure

      public void setMinimumWeightMeasure(BigDecimal value)
      Sets the value of the minimumWeightMeasure property.
      Parameters:
      value - allowed object is BigDecimal
    • getTotalMaximumWeightMeasure

      public BigDecimal getTotalMaximumWeightMeasure()
      Gets the value of the totalMaximumWeightMeasure property.
      Returns:
      possible object is BigDecimal
    • setTotalMaximumWeightMeasure

      public void setTotalMaximumWeightMeasure(BigDecimal value)
      Sets the value of the totalMaximumWeightMeasure property.
      Parameters:
      value - allowed object is BigDecimal
    • getWeightUnitOfMeasurement

      public WeightUnitCodeContentType getWeightUnitOfMeasurement()
      Gets the value of the weightUnitOfMeasurement property.
      Returns:
      possible object is WeightUnitCodeContentType
    • setWeightUnitOfMeasurement

      public void setWeightUnitOfMeasurement(WeightUnitCodeContentType value)
      Sets the value of the weightUnitOfMeasurement property.
      Parameters:
      value - allowed object is WeightUnitCodeContentType