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

public class CarrierType extends Object
The organization which carries the passenger, baggage, or goods, and/or commits to delivering the carriage as well as any related services such as issuance of ticket, creation of Order, etc.

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_OfferPriceRS}AirlineDesigCodeType"/>
         <element name="DuplicateDesigInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}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