Class PromotionIssuerType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.PromotionIssuerType

public class PromotionIssuerType extends Object
Promotion Issuer or Sponsor.

Java class for PromotionIssuerType complex type.

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

 <complexType name="PromotionIssuerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CarrierType"/>
         <element name="Org" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OrgType"/>
         <element name="TravelAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TravelAgencyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PromotionIssuerType

      public PromotionIssuerType()
  • Method Details

    • getCarrier

      public CarrierType getCarrier()
      Gets the value of the carrier property.
      Returns:
      possible object is CarrierType
    • setCarrier

      public void setCarrier(CarrierType value)
      Sets the value of the carrier property.
      Parameters:
      value - allowed object is CarrierType
    • getOrg

      public OrgType getOrg()
      Gets the value of the org property.
      Returns:
      possible object is OrgType
    • setOrg

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