java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.ResponseParametersType

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

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="BDC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}BDCType" minOccurs="0"/>
         <element name="CurParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CurParameterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="InventoryGuaranteeInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
         <element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}LangUsageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MeasurementSystemCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaxGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PaxGroupType" minOccurs="0"/>
         <element name="PricingParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PricingParameterType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResponseParametersType

      public ResponseParametersType()
  • Method Details

    • getBDC

      public BDCType getBDC()
      Gets the value of the bdc property.
      Returns:
      possible object is BDCType
    • setBDC

      public void setBDC(BDCType value)
      Sets the value of the bdc property.
      Parameters:
      value - allowed object is BDCType
    • 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

    • getMeasurementSystemCode

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

      public void setMeasurementSystemCode(String value)
      Sets the value of the measurementSystemCode property.
      Parameters:
      value - allowed object is String
    • 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
    • getPricingParameter

      public PricingParameterType getPricingParameter()
      Gets the value of the pricingParameter property.
      Returns:
      possible object is PricingParameterType
    • setPricingParameter

      public void setPricingParameter(PricingParameterType value)
      Sets the value of the pricingParameter property.
      Parameters:
      value - allowed object is PricingParameterType