java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.ALaCarteOfferType

public class ALaCarteOfferType extends Object
A proposal to sell a specific set of products or Services under specific conditions, for a certain price. Can be the response to a shopping request. Can be a regular Offer or an A La Carte Offer. A La Carte Offer is defined as a container for A La Carte Offer Items. This supports a shopping basket concept for non-flight services. The main purpose of this structure is to reduce the size of the messages by inserting Offer Items which are applicable to multiple flight-related Offers. NB. For the OfferID of the ALaCarteOffer: Default OfferID identifier for A La Carte Offer Items in a scenario where items here are not selected for a flight-related Offer above. Business Identifier Fields: - [Shopping Response] Shopping Response ID - Offer ID - [Carrier] Airline Designator Code

Java class for ALaCarteOfferType complex type.

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

 <complexType name="ALaCarteOfferType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BaggageDisclosureRefID" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Commission" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}CommissionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Desc" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DescType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DisclosureRefID" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ID_Type" minOccurs="0"/>
         <element name="MatchAppText" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}TextType" minOccurs="0"/>
         <element name="MatchPercent" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PercentType" minOccurs="0"/>
         <element name="MatchTypeCode" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}MatchTypeCodeType" minOccurs="0"/>
         <element name="OfferExpirationTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DateTimeType" minOccurs="0"/>
         <element name="OfferID" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ID_Type"/>
         <element name="OfferItem" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ALaCarteOfferItemType" maxOccurs="unbounded"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}AirlineDesigCodeType"/>
         <element name="PenaltyRefID" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PTC_OfferParameters" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PTC_OfferParametersType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RedemptionInd" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}IndType" minOccurs="0"/>
         <element name="RequestedDateInd" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}IndType" minOccurs="0"/>
         <element name="RichMedia" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}MediaResourceRefType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TotalPrice" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PriceType" minOccurs="0"/>
         <element name="ValidatingCarrierCode" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}AirlineDesigCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ALaCarteOfferType

      public ALaCarteOfferType()
  • Method Details

    • getBaggageDisclosureRefID

      public List<String> getBaggageDisclosureRefID()
      Gets the value of the baggageDisclosureRefID property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the baggageDisclosureRefID property.

      For example, to add a new item, do as follows:

          getBaggageDisclosureRefID().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getCommission

      public List<CommissionType> getCommission()
      Gets the value of the commission property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the commission property.

      For example, to add a new item, do as follows:

          getCommission().add(newItem);
       

      Objects of the following type(s) are allowed in the list CommissionType

    • getDesc

      public List<DescType> getDesc()
      Gets the value of the desc property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the desc property.

      For example, to add a new item, do as follows:

          getDesc().add(newItem);
       

      Objects of the following type(s) are allowed in the list DescType

    • getDisclosureRefID

      public String getDisclosureRefID()
      Gets the value of the disclosureRefID property.
      Returns:
      possible object is String
    • setDisclosureRefID

      public void setDisclosureRefID(String value)
      Sets the value of the disclosureRefID property.
      Parameters:
      value - allowed object is String
    • getMatchAppText

      public String getMatchAppText()
      Gets the value of the matchAppText property.
      Returns:
      possible object is String
    • setMatchAppText

      public void setMatchAppText(String value)
      Sets the value of the matchAppText property.
      Parameters:
      value - allowed object is String
    • getMatchPercent

      public BigDecimal getMatchPercent()
      Gets the value of the matchPercent property.
      Returns:
      possible object is BigDecimal
    • setMatchPercent

      public void setMatchPercent(BigDecimal value)
      Sets the value of the matchPercent property.
      Parameters:
      value - allowed object is BigDecimal
    • getMatchTypeCode

      public MatchTypeCodeContentType getMatchTypeCode()
      Gets the value of the matchTypeCode property.
      Returns:
      possible object is MatchTypeCodeContentType
    • setMatchTypeCode

      public void setMatchTypeCode(MatchTypeCodeContentType value)
      Sets the value of the matchTypeCode property.
      Parameters:
      value - allowed object is MatchTypeCodeContentType
    • getOfferExpirationTimeLimitDateTime

      public XMLGregorianCalendar getOfferExpirationTimeLimitDateTime()
      Gets the value of the offerExpirationTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setOfferExpirationTimeLimitDateTime

      public void setOfferExpirationTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the offerExpirationTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getOfferID

      public String getOfferID()
      Gets the value of the offerID property.
      Returns:
      possible object is String
    • setOfferID

      public void setOfferID(String value)
      Sets the value of the offerID property.
      Parameters:
      value - allowed object is String
    • getOfferItem

      public List<ALaCarteOfferItemType> getOfferItem()
      Gets the value of the offerItem property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the offerItem property.

      For example, to add a new item, do as follows:

          getOfferItem().add(newItem);
       

      Objects of the following type(s) are allowed in the list ALaCarteOfferItemType

    • getOwnerCode

      public String getOwnerCode()
      Gets the value of the ownerCode property.
      Returns:
      possible object is String
    • setOwnerCode

      public void setOwnerCode(String value)
      Sets the value of the ownerCode property.
      Parameters:
      value - allowed object is String
    • getPenaltyRefID

      public List<String> getPenaltyRefID()
      Gets the value of the penaltyRefID property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the penaltyRefID property.

      For example, to add a new item, do as follows:

          getPenaltyRefID().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getPTCOfferParameters

      public List<PTCOfferParametersType> getPTCOfferParameters()
      Gets the value of the ptcOfferParameters property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ptcOfferParameters property.

      For example, to add a new item, do as follows:

          getPTCOfferParameters().add(newItem);
       

      Objects of the following type(s) are allowed in the list PTCOfferParametersType

    • getRedemptionInd

      public Boolean getRedemptionInd()
      Gets the value of the redemptionInd property.
      Returns:
      possible object is Boolean
    • setRedemptionInd

      public void setRedemptionInd(Boolean value)
      Sets the value of the redemptionInd property.
      Parameters:
      value - allowed object is Boolean
    • getRequestedDateInd

      public Boolean getRequestedDateInd()
      Gets the value of the requestedDateInd property.
      Returns:
      possible object is Boolean
    • setRequestedDateInd

      public void setRequestedDateInd(Boolean value)
      Sets the value of the requestedDateInd property.
      Parameters:
      value - allowed object is Boolean
    • getRichMedia

      public List<MediaResourceRefType> getRichMedia()
      Gets the value of the richMedia property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the richMedia property.

      For example, to add a new item, do as follows:

          getRichMedia().add(newItem);
       

      Objects of the following type(s) are allowed in the list MediaResourceRefType

    • getTotalPrice

      public PriceType getTotalPrice()
      Gets the value of the totalPrice property.
      Returns:
      possible object is PriceType
    • setTotalPrice

      public void setTotalPrice(PriceType value)
      Sets the value of the totalPrice property.
      Parameters:
      value - allowed object is PriceType
    • getValidatingCarrierCode

      public String getValidatingCarrierCode()
      Gets the value of the validatingCarrierCode property.
      Returns:
      possible object is String
    • setValidatingCarrierCode

      public void setValidatingCarrierCode(String value)
      Sets the value of the validatingCarrierCode property.
      Parameters:
      value - allowed object is String