java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.OfferAssociationType

public class OfferAssociationType extends Object
Associations to Offers and Offer Items, including the corresponding Shopping Response ID.

Java class for OfferAssociationType complex type.

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

 <complexType name="OfferAssociationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OfferItemRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OfferRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AirlineDesigCodeType"/>
         <element name="ResponseRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • offerItemRefID

      protected List<String> offerItemRefID
    • offerRefID

      protected String offerRefID
    • ownerCode

      protected String ownerCode
    • responseRefID

      protected String responseRefID
  • Constructor Details

    • OfferAssociationType

      public OfferAssociationType()
  • Method Details

    • getOfferItemRefID

      public List<String> getOfferItemRefID()
      Gets the value of the offerItemRefID 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 offerItemRefID property.

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

          getOfferItemRefID().add(newItem);
       

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

    • getOfferRefID

      public String getOfferRefID()
      Gets the value of the offerRefID property.
      Returns:
      possible object is String
    • setOfferRefID

      public void setOfferRefID(String value)
      Sets the value of the offerRefID 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
    • getResponseRefID

      public String getResponseRefID()
      Gets the value of the responseRefID property.
      Returns:
      possible object is String
    • setResponseRefID

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