Class BaggageItemType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.BaggageItemType
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_OrderChangeRQ}BagItemDetailsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}PriceType" minOccurs="0"/>
<element name="ValidatingCarrierCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AirlineDesigCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<BagItemDetailsType>protected PriceTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bagItemDetails property.getPrice()Gets the value of the price property.Gets the value of the validatingCarrierCode property.voidSets the value of the price property.voidsetValidatingCarrierCode(String value) Sets the value of the validatingCarrierCode property.
-
Field Details
-
bagItemDetails
-
price
-
validatingCarrierCode
-
-
Constructor Details
-
BaggageItemType
public BaggageItemType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the price property.- Returns:
- possible object is
PriceType
-
setPrice
Sets the value of the price property.- Parameters:
value- allowed object isPriceType
-
getValidatingCarrierCode
Gets the value of the validatingCarrierCode property.- Returns:
- possible object is
String
-
setValidatingCarrierCode
Sets the value of the validatingCarrierCode property.- Parameters:
value- allowed object isString
-