java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.ParticipantType

public class ParticipantType extends Object
Message Participant(s).

Java class for ParticipantType complex type.

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

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

  • Constructor Details

    • ParticipantType

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