Class BagType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.BagType
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_OrderViewRS}BagDimensionType" minOccurs="0"/>
<element name="BagTag" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}BagTagType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bagDimension property.Gets the value of the bagTag property.voidsetBagDimension(BagDimensionType value) Sets the value of the bagDimension property.voidsetBagTag(BagTagType value) Sets the value of the bagTag property.
-
Field Details
-
bagDimension
-
bagTag
-
-
Constructor Details
-
BagType
public BagType()
-
-
Method Details
-
getBagDimension
Gets the value of the bagDimension property.- Returns:
- possible object is
BagDimensionType
-
setBagDimension
Sets the value of the bagDimension property.- Parameters:
value- allowed object isBagDimensionType
-
getBagTag
Gets the value of the bagTag property.- Returns:
- possible object is
BagTagType
-
setBagTag
Sets the value of the bagTag property.- Parameters:
value- allowed object isBagTagType
-