Class ResponseParametersType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.ResponseParametersType

public class ResponseParametersType extends Object
Information related to how response results should be returned.

Java class for ResponseParametersType complex type.

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

 <complexType name="ResponseParametersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CurParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CurParameterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="InventoryGuaranteeInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IndType" minOccurs="0"/>
         <element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}LangUsageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MarketingMessage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DescType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MeasurementSystemCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}MeasurementSystemCodeType" minOccurs="0"/>
         <element name="PaxGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}PaxGroupType" minOccurs="0"/>
         <element name="PaymentAuthentication" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}PaymentAuthenticationType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResponseParametersType

      public ResponseParametersType()
  • Method Details

    • getCurParameter

      public List<CurParameterType> getCurParameter()
      Gets the value of the curParameter 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 curParameter property.

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

          getCurParameter().add(newItem);
       

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

    • isInventoryGuaranteeInd

      public Boolean isInventoryGuaranteeInd()
      Gets the value of the inventoryGuaranteeInd property.
      Returns:
      possible object is Boolean
    • setInventoryGuaranteeInd

      public void setInventoryGuaranteeInd(Boolean value)
      Sets the value of the inventoryGuaranteeInd property.
      Parameters:
      value - allowed object is Boolean
    • getLangUsage

      public List<LangUsageType> getLangUsage()
      Gets the value of the langUsage 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 langUsage property.

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

          getLangUsage().add(newItem);
       

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

    • getMarketingMessage

      public List<DescType> getMarketingMessage()
      Gets the value of the marketingMessage 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 marketingMessage property.

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

          getMarketingMessage().add(newItem);
       

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

    • getMeasurementSystemCode

      public MeasurementSystemCodeType getMeasurementSystemCode()
      Gets the value of the measurementSystemCode property.
      Returns:
      possible object is MeasurementSystemCodeType
    • setMeasurementSystemCode

      public void setMeasurementSystemCode(MeasurementSystemCodeType value)
      Sets the value of the measurementSystemCode property.
      Parameters:
      value - allowed object is MeasurementSystemCodeType
    • getPaxGroup

      public PaxGroupType getPaxGroup()
      Gets the value of the paxGroup property.
      Returns:
      possible object is PaxGroupType
    • setPaxGroup

      public void setPaxGroup(PaxGroupType value)
      Sets the value of the paxGroup property.
      Parameters:
      value - allowed object is PaxGroupType
    • getPaymentAuthentication

      public PaymentAuthenticationType getPaymentAuthentication()
      Gets the value of the paymentAuthentication property.
      Returns:
      possible object is PaymentAuthenticationType
    • setPaymentAuthentication

      public void setPaymentAuthentication(PaymentAuthenticationType value)
      Sets the value of the paymentAuthentication property.
      Parameters:
      value - allowed object is PaymentAuthenticationType