java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.ResponseType

public class ResponseType extends Object
ServiceList response information.

Java class for ResponseType complex type.

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

 <complexType name="ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AirShoppingProcessing" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AirShoppingProcessingType" minOccurs="0"/>
         <element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}CommissionType" minOccurs="0"/>
         <element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}DataListsType" minOccurs="0"/>
         <element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}MetadataType" minOccurs="0"/>
         <element name="OffersGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}OffersGroupType"/>
         <element name="PaymentInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PaymentInfoType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Policy" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PolicyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Promotion" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PromotionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ShoppingResponse" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ShoppingResponseType" minOccurs="0"/>
         <element name="Warning" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}WarningType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResponseType

      public ResponseType()
  • Method Details

    • getAirShoppingProcessing

      public AirShoppingProcessingType getAirShoppingProcessing()
      Gets the value of the airShoppingProcessing property.
      Returns:
      possible object is AirShoppingProcessingType
    • setAirShoppingProcessing

      public void setAirShoppingProcessing(AirShoppingProcessingType value)
      Sets the value of the airShoppingProcessing property.
      Parameters:
      value - allowed object is AirShoppingProcessingType
    • getCommission

      public CommissionType getCommission()
      Gets the value of the commission property.
      Returns:
      possible object is CommissionType
    • setCommission

      public void setCommission(CommissionType value)
      Sets the value of the commission property.
      Parameters:
      value - allowed object is CommissionType
    • getDataLists

      public DataListsType getDataLists()
      Gets the value of the dataLists property.
      Returns:
      possible object is DataListsType
    • setDataLists

      public void setDataLists(DataListsType value)
      Sets the value of the dataLists property.
      Parameters:
      value - allowed object is DataListsType
    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • getOffersGroup

      public OffersGroupType getOffersGroup()
      Gets the value of the offersGroup property.
      Returns:
      possible object is OffersGroupType
    • setOffersGroup

      public void setOffersGroup(OffersGroupType value)
      Sets the value of the offersGroup property.
      Parameters:
      value - allowed object is OffersGroupType
    • getPaymentInfo

      public List<PaymentInfoType> getPaymentInfo()
      Gets the value of the paymentInfo 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 paymentInfo property.

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

          getPaymentInfo().add(newItem);
       

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

    • getPolicy

      public List<PolicyType> getPolicy()
      Gets the value of the policy 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 policy property.

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

          getPolicy().add(newItem);
       

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

    • getPromotion

      public List<PromotionType> getPromotion()
      Gets the value of the promotion 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 promotion property.

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

          getPromotion().add(newItem);
       

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

    • getShoppingResponse

      public ShoppingResponseType getShoppingResponse()
      Gets the value of the shoppingResponse property.
      Returns:
      possible object is ShoppingResponseType
    • setShoppingResponse

      public void setShoppingResponse(ShoppingResponseType value)
      Sets the value of the shoppingResponse property.
      Parameters:
      value - allowed object is ShoppingResponseType
    • getWarning

      public List<WarningType> getWarning()
      Gets the value of the warning 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 warning property.

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

          getWarning().add(newItem);
       

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