java.lang.Object
org.iata.iata._2015._00._2021_3.iata_paymentclearancecommontypes.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="AirlineAccountingCode" type="{http://www.iata.org/IATA/2015/00/2021.3/IATA_PaymentClearanceCommonTypes}CodeType"/>
         <element name="AirlineDesigCode" type="{http://www.iata.org/IATA/2015/00/2021.3/IATA_PaymentClearanceCommonTypes}AirlineDesigCodeType"/>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2021.3/IATA_PaymentClearanceCommonTypes}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • airlineAccountingCode

      protected String airlineAccountingCode
    • airlineDesigCode

      protected String airlineDesigCode
    • name

      protected String name
  • Constructor Details

    • CarrierType

      public CarrierType()
  • Method Details

    • getAirlineAccountingCode

      public String getAirlineAccountingCode()
      Gets the value of the airlineAccountingCode property.
      Returns:
      possible object is String
    • setAirlineAccountingCode

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