Class PieceAllowanceType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.PieceAllowanceType

public class PieceAllowanceType extends Object
Defines the maximum number of each allowable baggage type.

Java class for PieceAllowanceType complex type.

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

 <complexType name="PieceAllowanceType">
   <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_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
         <element name="ApplicablePartyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType"/>
         <element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" maxOccurs="99" minOccurs="0"/>
         <element name="PieceDimensionAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DimensionAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PieceWeightAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}WeightAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TotalQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}QtyType"/>
         <element name="TypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PieceAllowanceType

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

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

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

          getDesc().add(newItem);
       

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

    • getPieceDimensionAllowance

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

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

          getPieceDimensionAllowance().add(newItem);
       

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

    • getPieceWeightAllowance

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

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

          getPieceWeightAllowance().add(newItem);
       

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

    • getTotalQty

      public BigDecimal getTotalQty()
      Gets the value of the totalQty property.
      Returns:
      possible object is BigDecimal
    • setTotalQty

      public void setTotalQty(BigDecimal value)
      Sets the value of the totalQty property.
      Parameters:
      value - allowed object is BigDecimal
    • getTypeText

      public String getTypeText()
      Gets the value of the typeText property.
      Returns:
      possible object is String
    • setTypeText

      public void setTypeText(String value)
      Sets the value of the typeText property.
      Parameters:
      value - allowed object is String