Class RBDType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.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_SeatAvailabilityRS}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(RBDCodeType value) Sets the value of the rbdCode property.
-
Field Details
-
rbdCode
-
-
Constructor Details
-
RBDType
public RBDType()
-
-
Method Details
-
getRBDCode
Gets the value of the rbdCode property.- Returns:
- possible object is
RBDCodeType
-
setRBDCode
Sets the value of the rbdCode property.- Parameters:
value- allowed object isRBDCodeType
-