java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.ALaCarteOfferItemType

public class ALaCarteOfferItemType extends Object
Contains one Service (excluding flights) or Service Bundle which is priced per unit. A La Carte Offer Items are optional, and the quantities of these can be selected for any of the eligible passengers and segments.

Java class for ALaCarteOfferItemType complex type.

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

 <complexType name="ALaCarteOfferItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Eligibility" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}EligibilityType"/>
         <element name="OfferItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type"/>
         <element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ServiceType"/>
         <element name="UnitPrice" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PriceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ALaCarteOfferItemType

      public ALaCarteOfferItemType()
  • Method Details

    • getEligibility

      public EligibilityType getEligibility()
      Gets the value of the eligibility property.
      Returns:
      possible object is EligibilityType
    • setEligibility

      public void setEligibility(EligibilityType value)
      Sets the value of the eligibility property.
      Parameters:
      value - allowed object is EligibilityType
    • getOfferItemID

      public String getOfferItemID()
      Gets the value of the offerItemID property.
      Returns:
      possible object is String
    • setOfferItemID

      public void setOfferItemID(String value)
      Sets the value of the offerItemID property.
      Parameters:
      value - allowed object is String
    • getService

      public ServiceType getService()
      Gets the value of the service property.
      Returns:
      possible object is ServiceType
    • setService

      public void setService(ServiceType value)
      Sets the value of the service property.
      Parameters:
      value - allowed object is ServiceType
    • getUnitPrice

      public PriceType getUnitPrice()
      Gets the value of the unitPrice property.
      Returns:
      possible object is PriceType
    • setUnitPrice

      public void setUnitPrice(PriceType value)
      Sets the value of the unitPrice property.
      Parameters:
      value - allowed object is PriceType