java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.RBDType

public class RBDType extends Object
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_ServiceListRQ}RBDCodeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RBDType

      public RBDType()
  • Method Details

    • getRBDCode

      public RBDCodeType getRBDCode()
      Gets the value of the rbdCode property.
      Returns:
      possible object is RBDCodeType
    • setRBDCode

      public void setRBDCode(RBDCodeType value)
      Sets the value of the rbdCode property.
      Parameters:
      value - allowed object is RBDCodeType