java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.BDCType

public class BDCType extends Object
The carrier whose baggage allowances and charges apply.

Java class for BDCType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BDCType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BagRuleCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}BagRuleCodeType" minOccurs="0"/>
         <element name="BDCAnalysisResultCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}BDCAnalysisResultCodeType" minOccurs="0"/>
         <element name="BDCReasonText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
         <element name="CarrierDesigCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}AirlineDesigCodeType"/>
         <element name="CarrierName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bagRuleCode

      protected BagRuleCodeContentType bagRuleCode
    • bdcAnalysisResultCode

      protected String bdcAnalysisResultCode
    • bdcReasonText

      protected String bdcReasonText
    • carrierDesigCode

      protected String carrierDesigCode
    • carrierName

      protected String carrierName
  • Constructor Details

    • BDCType

      public BDCType()
  • Method Details

    • getBagRuleCode

      public BagRuleCodeContentType getBagRuleCode()
      Gets the value of the bagRuleCode property.
      Returns:
      possible object is BagRuleCodeContentType
    • setBagRuleCode

      public void setBagRuleCode(BagRuleCodeContentType value)
      Sets the value of the bagRuleCode property.
      Parameters:
      value - allowed object is BagRuleCodeContentType
    • getBDCAnalysisResultCode

      public String getBDCAnalysisResultCode()
      Gets the value of the bdcAnalysisResultCode property.
      Returns:
      possible object is String
    • setBDCAnalysisResultCode

      public void setBDCAnalysisResultCode(String value)
      Sets the value of the bdcAnalysisResultCode property.
      Parameters:
      value - allowed object is String
    • getBDCReasonText

      public String getBDCReasonText()
      Gets the value of the bdcReasonText property.
      Returns:
      possible object is String
    • setBDCReasonText

      public void setBDCReasonText(String value)
      Sets the value of the bdcReasonText property.
      Parameters:
      value - allowed object is String
    • getCarrierDesigCode

      public String getCarrierDesigCode()
      Gets the value of the carrierDesigCode property.
      Returns:
      possible object is String
    • setCarrierDesigCode

      public void setCarrierDesigCode(String value)
      Sets the value of the carrierDesigCode property.
      Parameters:
      value - allowed object is String
    • getCarrierName

      public String getCarrierName()
      Gets the value of the carrierName property.
      Returns:
      possible object is String
    • setCarrierName

      public void setCarrierName(String value)
      Sets the value of the carrierName property.
      Parameters:
      value - allowed object is String