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

public class BaggageItemType extends Object
Baggage service information used for long sells.

Java class for BaggageItemType complex type.

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

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

  • Constructor Details

    • BaggageItemType

      public BaggageItemType()
  • Method Details

    • getBagItemDetails

      public List<BagItemDetailsType> getBagItemDetails()
      Gets the value of the bagItemDetails 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 bagItemDetails property.

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

          getBagItemDetails().add(newItem);
       

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

    • 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