java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.ShoppingResponseType

public class ShoppingResponseType extends Object
Facilitates the tracking of what was Offered and contains an identifier unique to the source Airline for a set of product Offers returned in response to a shopping request.

Java class for ShoppingResponseType complex type.

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

 <complexType name="ShoppingResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AirlineDesigCodeType" minOccurs="0"/>
         <element name="ShoppingResponseID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • ownerCode

      protected String ownerCode
    • shoppingResponseID

      protected String shoppingResponseID
  • Constructor Details

    • ShoppingResponseType

      public ShoppingResponseType()
  • Method Details

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

      public String getShoppingResponseID()
      Gets the value of the shoppingResponseID property.
      Returns:
      possible object is String
    • setShoppingResponseID

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