java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.SenderType

public class SenderType extends Object
Information related to the party sending this message.

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_ServiceDeliveryNotifRQ}AggregatorType"/>
         <element name="Corporation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CorporationType"/>
         <element name="EnabledSystem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}EnabledSystemType"/>
         <element name="MarketingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType"/>
         <element name="OperatingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType"/>
         <element name="ORA" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType"/>
         <element name="POA" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}CarrierType"/>
         <element name="RetailPartner" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}RetailPartnerType"/>
         <element name="TravelAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}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