Class DatedOperatingSegmentType

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

public class DatedOperatingSegmentType extends Object
An operation between board point and any subsequent off point within the same flight designator. Could be one or more legs. Could also be used for other transport vehicles such as train or bus etc.

Java class for DatedOperatingSegmentType complex type.

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

 <complexType name="DatedOperatingSegmentType">
   <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" minOccurs="0"/>
         <element name="CarrierName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}NameType" minOccurs="0"/>
         <element name="OperatingCarrierFlightNumberText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}FlightNumberTextType" minOccurs="0"/>
         <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
    • operatingCarrierFlightNumberText

      protected String operatingCarrierFlightNumberText
    • operationalSuffixText

      protected String operationalSuffixText
    • rbdCode

      protected RBDCodeType rbdCode
  • Constructor Details

    • DatedOperatingSegmentType

      public DatedOperatingSegmentType()
  • 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
    • getOperatingCarrierFlightNumberText

      public String getOperatingCarrierFlightNumberText()
      Gets the value of the operatingCarrierFlightNumberText property.
      Returns:
      possible object is String
    • setOperatingCarrierFlightNumberText

      public void setOperatingCarrierFlightNumberText(String value)
      Sets the value of the operatingCarrierFlightNumberText 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