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

public class BagType extends Object
A piece of luggage associated with a passenger, packed for traveling, and necessary or appropriate in connection with a journey.

Java class for BagType complex type.

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

 <complexType name="BagType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BagDimension" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}BagDimensionType" minOccurs="0"/>
         <element name="BagTag" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}BagTagType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BagType

      public BagType()
  • Method Details

    • getBagDimension

      public BagDimensionType getBagDimension()
      Gets the value of the bagDimension property.
      Returns:
      possible object is BagDimensionType
    • setBagDimension

      public void setBagDimension(BagDimensionType value)
      Sets the value of the bagDimension property.
      Parameters:
      value - allowed object is BagDimensionType
    • getBagTag

      public BagTagType getBagTag()
      Gets the value of the bagTag property.
      Returns:
      possible object is BagTagType
    • setBagTag

      public void setBagTag(BagTagType value)
      Sets the value of the bagTag property.
      Parameters:
      value - allowed object is BagTagType