java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.DatedMarketingSegmentType

public class DatedMarketingSegmentType extends Object
The commercial designation under which a Dated Operating Segment can be booked, either under the operating carrier's designator or that of another carrier (codeshare).

Java class for DatedMarketingSegmentType complex type.

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

 <complexType name="DatedMarketingSegmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CarrierDesigCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AirlineDesigCodeType"/>
         <element name="CarrierName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}NameType" minOccurs="0"/>
         <element name="MarketingCarrierFlightNumberText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}FlightNumberTextType"/>
         <element name="OperationalSuffixText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}OperationalSuffixTextType" minOccurs="0"/>
         <element name="RBDCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}RBDCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • carrierDesigCode

      protected String carrierDesigCode
    • carrierName

      protected String carrierName
    • marketingCarrierFlightNumberText

      protected String marketingCarrierFlightNumberText
    • operationalSuffixText

      protected String operationalSuffixText
    • rbdCode

      protected RBDCodeType rbdCode
  • Constructor Details

    • DatedMarketingSegmentType

      public DatedMarketingSegmentType()
  • Method Details

    • 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
    • getMarketingCarrierFlightNumberText

      public String getMarketingCarrierFlightNumberText()
      Gets the value of the marketingCarrierFlightNumberText property.
      Returns:
      possible object is String
    • setMarketingCarrierFlightNumberText

      public void setMarketingCarrierFlightNumberText(String value)
      Sets the value of the marketingCarrierFlightNumberText property.
      Parameters:
      value - allowed object is String
    • getOperationalSuffixText

      public String getOperationalSuffixText()
      Gets the value of the operationalSuffixText property.
      Returns:
      possible object is String
    • setOperationalSuffixText

      public void setOperationalSuffixText(String value)
      Sets the value of the operationalSuffixText property.
      Parameters:
      value - allowed object is String
    • 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