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

public class CarrierType extends Object
Includes the carrier issuing the ticket and all carriers that carry or undertake to carry the passenger and/or his baggage or to perform any other services related to such carriage.

Java class for CarrierType complex type.

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

 <complexType name="CarrierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AirlineDesigCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}AirlineDesigCodeType"/>
         <element name="DuplicateDesigInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • airlineDesigCode

      protected String airlineDesigCode
    • duplicateDesigInd

      protected Boolean duplicateDesigInd
    • name

      protected String name
  • Constructor Details

    • CarrierType

      public CarrierType()
  • Method Details

    • getAirlineDesigCode

      public String getAirlineDesigCode()
      Gets the value of the airlineDesigCode property.
      Returns:
      possible object is String
    • setAirlineDesigCode

      public void setAirlineDesigCode(String value)
      Sets the value of the airlineDesigCode property.
      Parameters:
      value - allowed object is String
    • isDuplicateDesigInd

      public Boolean isDuplicateDesigInd()
      Gets the value of the duplicateDesigInd property.
      Returns:
      possible object is Boolean
    • setDuplicateDesigInd

      public void setDuplicateDesigInd(Boolean value)
      Sets the value of the duplicateDesigInd property.
      Parameters:
      value - allowed object is Boolean
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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