java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistresponse.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="BDC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}BDCType" minOccurs="0"/>
         <element name="CurParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}CurParameterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="InventoryGuaranteeInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}IndType" minOccurs="0"/>
         <element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}LangUsageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MarketingMessage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}DescType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MeasurementSystemCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}MeasurementSystemCodeType" minOccurs="0"/>
         <element name="PaxGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}PaxGroupType" 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

    • 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