java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityrequest.SenderType

public class SenderType extends Object
Message sender information.

Java class for SenderType complex type.

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

 <complexType name="SenderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Aggregator" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}AggregatorType"/>
         <element name="Corporation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}CorporationType"/>
         <element name="EnabledSystem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}EnabledSystemType"/>
         <element name="MarketingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}CarrierType"/>
         <element name="OperatingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}CarrierType"/>
         <element name="ORA" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}CarrierType"/>
         <element name="POA" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}CarrierType"/>
         <element name="RetailPartner" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}RetailPartnerType"/>
         <element name="TravelAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}TravelAgencyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SenderType

      public SenderType()
  • Method Details

    • getAggregator

      public AggregatorType getAggregator()
      Gets the value of the aggregator property.
      Returns:
      possible object is AggregatorType
    • setAggregator

      public void setAggregator(AggregatorType value)
      Sets the value of the aggregator property.
      Parameters:
      value - allowed object is AggregatorType
    • getCorporation

      public CorporationType getCorporation()
      Gets the value of the corporation property.
      Returns:
      possible object is CorporationType
    • setCorporation

      public void setCorporation(CorporationType value)
      Sets the value of the corporation property.
      Parameters:
      value - allowed object is CorporationType
    • getEnabledSystem

      public EnabledSystemType getEnabledSystem()
      Gets the value of the enabledSystem property.
      Returns:
      possible object is EnabledSystemType
    • setEnabledSystem

      public void setEnabledSystem(EnabledSystemType value)
      Sets the value of the enabledSystem property.
      Parameters:
      value - allowed object is EnabledSystemType
    • getMarketingCarrier

      public CarrierType getMarketingCarrier()
      Gets the value of the marketingCarrier property.
      Returns:
      possible object is CarrierType
    • setMarketingCarrier

      public void setMarketingCarrier(CarrierType value)
      Sets the value of the marketingCarrier property.
      Parameters:
      value - allowed object is CarrierType
    • getOperatingCarrier

      public CarrierType getOperatingCarrier()
      Gets the value of the operatingCarrier property.
      Returns:
      possible object is CarrierType
    • setOperatingCarrier

      public void setOperatingCarrier(CarrierType value)
      Sets the value of the operatingCarrier property.
      Parameters:
      value - allowed object is CarrierType
    • getORA

      public CarrierType getORA()
      Gets the value of the ora property.
      Returns:
      possible object is CarrierType
    • setORA

      public void setORA(CarrierType value)
      Sets the value of the ora property.
      Parameters:
      value - allowed object is CarrierType
    • getPOA

      public CarrierType getPOA()
      Gets the value of the poa property.
      Returns:
      possible object is CarrierType
    • setPOA

      public void setPOA(CarrierType value)
      Sets the value of the poa property.
      Parameters:
      value - allowed object is CarrierType
    • getRetailPartner

      public RetailPartnerType getRetailPartner()
      Gets the value of the retailPartner property.
      Returns:
      possible object is RetailPartnerType
    • setRetailPartner

      public void setRetailPartner(RetailPartnerType value)
      Sets the value of the retailPartner property.
      Parameters:
      value - allowed object is RetailPartnerType
    • getTravelAgency

      public TravelAgencyType getTravelAgency()
      Gets the value of the travelAgency property.
      Returns:
      possible object is TravelAgencyType
    • setTravelAgency

      public void setTravelAgency(TravelAgencyType value)
      Sets the value of the travelAgency property.
      Parameters:
      value - allowed object is TravelAgencyType