java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.OfferType

public class OfferType 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.

Java class for OfferType complex type.

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

 <complexType name="OfferType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ALaCarteOfferItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ALaCarteOfferItemType" maxOccurs="unbounded"/>
         <element name="BaggageDisclosureRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" maxOccurs="99" minOccurs="0"/>
         <element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}DescType" maxOccurs="99" minOccurs="0"/>
         <element name="DisclosureRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
         <element name="MatchAppText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
         <element name="MatchPercent" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}PercentType" minOccurs="0"/>
         <element name="MatchTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}MatchTypeCodeType" minOccurs="0"/>
         <element name="OfferExpirationDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}DateTimeType" minOccurs="0"/>
         <element name="OfferID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}AirlineDesigCodeType"/>
         <element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}OwnerTypeCodeType" minOccurs="0"/>
         <element name="PaymentTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}DateTimeType" minOccurs="0"/>
         <element name="Penalty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}PenaltyType" maxOccurs="99" minOccurs="0"/>
         <element name="PTC_OfferParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}PTC_OfferParametersType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RedemptionInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}IndType" minOccurs="0"/>
         <element name="RequestedDateInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}IndType" minOccurs="0"/>
         <element name="TotalPrice" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}PriceType" minOccurs="0"/>
         <element name="ValidatingCarrierCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}AirlineDesigCodeType" minOccurs="0"/>
         <element name="WebAddressURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OfferType

      public OfferType()
  • Method Details

    • getALaCarteOfferItem

      public List<ALaCarteOfferItemType> getALaCarteOfferItem()
      Gets the value of the aLaCarteOfferItem 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 aLaCarteOfferItem property.

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

          getALaCarteOfferItem().add(newItem);
       

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

    • 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

    • 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
    • getOfferExpirationDateTime

      public XMLGregorianCalendar getOfferExpirationDateTime()
      Gets the value of the offerExpirationDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setOfferExpirationDateTime

      public void setOfferExpirationDateTime(XMLGregorianCalendar value)
      Sets the value of the offerExpirationDateTime 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
    • 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
    • getOwnerTypeCode

      public OwnerTypeCodeContentType getOwnerTypeCode()
      Gets the value of the ownerTypeCode property.
      Returns:
      possible object is OwnerTypeCodeContentType
    • setOwnerTypeCode

      public void setOwnerTypeCode(OwnerTypeCodeContentType value)
      Sets the value of the ownerTypeCode property.
      Parameters:
      value - allowed object is OwnerTypeCodeContentType
    • getPaymentTimeLimitDateTime

      public XMLGregorianCalendar getPaymentTimeLimitDateTime()
      Gets the value of the paymentTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPaymentTimeLimitDateTime

      public void setPaymentTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the paymentTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPenalty

      public List<PenaltyType> getPenalty()
      Gets the value of the penalty 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 penalty property.

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

          getPenalty().add(newItem);
       

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

    • 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

    • isRedemptionInd

      public Boolean isRedemptionInd()
      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
    • isRequestedDateInd

      public Boolean isRequestedDateInd()
      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
    • 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
    • getWebAddressURL

      public String getWebAddressURL()
      Gets the value of the webAddressURL property.
      Returns:
      possible object is String
    • setWebAddressURL

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