Class RBDType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.RBDType
Reservation Booking Designator. A categorization used to facilitate access to inventory, application of filed fares, and to identify cabin entitlement. Identified using a single alpha character. E.g. 'J' for Business Class Premium, 'D' for Business Disc
Java class for RBDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RBDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RBDCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}RBDCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rbdCode property.voidsetRBDCode(String value) Sets the value of the rbdCode property.