java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.BagItemDetailsType

public class BagItemDetailsType extends Object
Additional disclosure and allowance information for Bag Items used in Long Sells.

Java class for BagItemDetailsType complex type.

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

 <complexType name="BagItemDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BaggageAllowanceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type"/>
         <element name="BaggageDisclosureRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
         <element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PriceType" minOccurs="0"/>
         <element name="ValidatingCarrierCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}AirlineDesigCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • baggageAllowanceRefID

      protected String baggageAllowanceRefID
    • baggageDisclosureRefID

      protected String baggageDisclosureRefID
    • price

      protected PriceType price
    • validatingCarrierCode

      protected String validatingCarrierCode
  • Constructor Details

    • BagItemDetailsType

      public BagItemDetailsType()
  • Method Details

    • getBaggageAllowanceRefID

      public String getBaggageAllowanceRefID()
      Gets the value of the baggageAllowanceRefID property.
      Returns:
      possible object is String
    • setBaggageAllowanceRefID

      public void setBaggageAllowanceRefID(String value)
      Sets the value of the baggageAllowanceRefID property.
      Parameters:
      value - allowed object is String
    • getBaggageDisclosureRefID

      public String getBaggageDisclosureRefID()
      Gets the value of the baggageDisclosureRefID property.
      Returns:
      possible object is String
    • setBaggageDisclosureRefID

      public void setBaggageDisclosureRefID(String value)
      Sets the value of the baggageDisclosureRefID property.
      Parameters:
      value - allowed object is String
    • getPrice

      public PriceType getPrice()
      Gets the value of the price property.
      Returns:
      possible object is PriceType
    • setPrice

      public void setPrice(PriceType value)
      Sets the value of the price property.
      Parameters:
      value - allowed object is PriceType
    • getValidatingCarrierCode

      public String getValidatingCarrierCode()
      Gets the value of the validatingCarrierCode property.
      Returns:
      possible object is String
    • setValidatingCarrierCode

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